tjphop
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Centred nav barI already do thanks.
Forum: Themes and Templates
In reply to: Why does WordPress resize my featured image to 288px?I had a look again, and there was someting setting all ‘header’ images to 288. I didn’t realise this applied to featured images, but apparently it does. Thanks :).
Forum: Themes and Templates
In reply to: How to reduce page width?Go to line 102 of your style.css file (it will probably be in the main theme folder) and change width of #wrapper to 910px. Hopefully that should do it 🙂
Forum: Themes and Templates
In reply to: Why does WordPress resize my featured image to 288px?Thanks for your reply. Unfortunately, I’ve already tried that and there isn’t anything there.
Forum: Themes and Templates
In reply to: Making a sub menu drop down with css or otherwiseSorry, I didnt realise. Any suggestions?
Forum: Themes and Templates
In reply to: Exluding category from home.php – codex solution not workingNo, that doesn’t work unfortunately 🙁
I also tried adding something to show only 3 posts, but that also didnt do anything.
<?php global $query_string; // required $posts = query_posts($query_string.'&posts_per_page=3'); // shows only three posts ?> <?php query_posts($query_string . '&cat=-19'); //excludes testimonials ?>Forum: Themes and Templates
In reply to: Exluding category from home.php – codex solution not workingNo, that doesn’t work unfortunately 🙁
Forum: Themes and Templates
In reply to: Exluding category from home.php – codex solution not workingYes it does. The page name is Home but it uses a page template splash.php
Forum: Themes and Templates
In reply to: Exluding category from home.php – codex solution not workingOk, I have removed home.php and instead am now using index.php. But still no luck. Here is my index.php:
Thanks
Thanks. Yes, it worked as soon as I removed the other map. I was using [bgmp-map] in a post.
I feel rather stupid now. Hey ho.
Forum: Themes and Templates
In reply to: Recent news on home.php and another pageThank you very much. I did what you said and it works now. The blog static page takes the template of home.php by default so I did need to rename blog.php to home.php and remove the custom template tag at the top.
Thanks again 🙂
Forum: Themes and Templates
In reply to: Recent news on home.php and another pageAt the moment yes.
Changing my home.php to front-page.php works but now I want to get recent posts to display on a seperate blog page aswell.
Forum: Themes and Templates
In reply to: Recent news on home.php and another pageMy front page (currently my home.php) is set to display my most recent posts but I would also like my blog page to do this.
Forum: Themes and Templates
In reply to: Recent news on home.php and another pageAh, I see. Thank you.
And will the recent news section still display properly on my front page?
Forum: Themes and Templates
In reply to: Recent news on home.php and another pageSorry, here is the blog.php script and here is the content.php script.