S_Byrnes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Does Anyone Know If A Plugin Exists To Achieve This?Thanks for the reply, I appreciate it.
Though I noticed the budget bar down the bottom of Code Poet and the lowest is $10,000, that’s a crazy amount of money haha.
Forum: Fixing WordPress
In reply to: Does Anyone Know If A Plugin Exists To Achieve This?That’s unfortunate. Do you know how much one could reasonably expect to pay for such a plugin to be specially made?
Forum: Fixing WordPress
In reply to: Blog: how to display only selected category?Agreed with moderators edit, that was silly posting your details publicly. A better way would be to email over your themes files to one of us and have us edit and send them back. Specifically just send the index.php, or possibly the content.php (or similar)
Forum: Fixing WordPress
In reply to: Blog: how to display only selected category?Hi, try adding this code on your index.php file, put it right above the loop (php code that says if (have posts) etc)
<?php if ( is_home() ) { query_posts( 'cat=-#' ); } ?>Where it has the #, insert the category ID that you don’t want displayed, if you have more than one, separate with a comma. Be sure to have a minus symbol in front of each category ID
If that doesn’t help you, try this tutorial I wrote the other day, specifically the section titled Stop Posts Displaying In The Main Section.
Anyway, hope I helped!
Forum: Fixing WordPress
In reply to: Creating a “second homepage” or second blogging pageHi, I know this was posted about a month ago, but I thought I’d help you out anyways since no-one posted a reply.
I have recently wrote a tutorial on this and thought I could help you by giving you the link. Here it is: Click.
This is not ment to be spam, just helping.