classna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: query_posts orderby=date not working when i exclude a categoryNever mind, It was not working on my local machine.. Works on my live website. Still don’t know why it was not working locally. here’z the code:
query_posts('&cat=-9&orderby=date&order=DESC&posts_per_page=5' );Thanks keesiemeijer for all your help.
Forum: Fixing WordPress
In reply to: query_posts orderby=date not working when i exclude a categoryThanks keesiemeijer for your help but this didn’t work either.. i think its the category exclusion preventing it to sort. If i get rid of the category filter, the date sort works.
Forum: Fixing WordPress
In reply to: query_posts orderby=date not working when i exclude a categoryTried with posts_per_page and wp_reset_query but it still does not work. This is the only loop in my index page. I do have some plugins that show posts from various categories in the sidebar. Disabling the plugins didn’t solve this issue..
Forum: Fixing WordPress
In reply to: query_posts orderby=date not working when i exclude a categoryam i the only one having this issue?
Forum: Fixing WordPress
In reply to: Display category description?Use <?php echo category_description(); ?> to display the description of the current category. For more details check out http://codex.wordpress.org/Template_Tags/category_description