matt987
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Strange theme options problem.If it helps upon further examination I found out that it is commenting out the code. Not sure why?
Forum: Themes and Templates
In reply to: Strange theme options problem.Anyone?
Forum: Themes and Templates
In reply to: Making a simple templateAll your answers can be found in the codex
Forum: Themes and Templates
In reply to: CSS is stupidly wrongTry clearing your browser cache, and if you’re using a WordPress cache plugin clear that as well.
Forum: Themes and Templates
In reply to: Comments Won't DisplayTry a new theme. I ran a quick html validation test using the w3c validation tool on that page and got 157 Errors and 16 warning(s). The page doesn’t even have a doctype. Try fixing all those errors and see if that solves your problem.
Forum: Themes and Templates
In reply to: Taking posts out of P tagsAdd this to all files you want to remove the p tags generated by the_content function on ( or if it’s all pages add it to your header.php file )
<?php remove_filter ('the_content', 'wpautop'); ?>
Forum: Fixing WordPress
In reply to: so stuck!What version of WordPress are you using? You should be able to set your front page as a static page through your blogs reading settings.
Forum: Themes and Templates
In reply to: CSS/Header EditingYou would need to edit your style.css file and your header.php file. Unfortunately without actually seeing the files I can’t help you further.
Forum: Fixing WordPress
In reply to: Comments- won’t work on blog but works on other pagesDid you delete any files. When I try to view the full post I get a 404 no found error. Check that you still have the single.php file for your theme, and if you do try playing around with your permalink structure.
Forum: Fixing WordPress
In reply to: Need a HOME page added to page menuYou could just hard code it in if all else fails.
<li><a href="https://badcrediteliminated.com/">Home</a></li>
Forum: Fixing WordPress
In reply to: Major problem Help!!Yea an ftp or your hosts file editor if they have one. You can also delete your current controlpanel.php file and upload the original one if you’re not comfortable with code.
Forum: Themes and Templates
In reply to: Revert to custom themeIn the sidebar in the appearence section click themes and then select the theme you want to use.
Forum: Fixing WordPress
In reply to: Need a HOME page added to page menuPress the code button in the toolbar, that is a back tick. To put code in press the code button, write your code, and then press the code button again. ( wrap the code in back ticks )
Forum: Fixing WordPress
In reply to: Changing post width based on custom fieldsIf I’m understanding what you’re trying to do correctly what you could do is make custom post templates. This would make each post appear differently when on a single page.
Forum: Fixing WordPress
In reply to: Need a HOME page added to page menuAnytime esmi, and just to let you know its happening again. bpering please make sure when writing code your putting it in backticks