GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Weird wordpress issue, help please (https://gfy.com/showthread.php?t=1028122)

tonyparra 06-27-2011 10:08 AM

Weird wordpress issue, help please
 
Hey i tried googling this but wasnt able to find an answer. I got a wordpress blog that i recently change the theme on and i use this theme on other sites with no issue, only thin i changed was some css. Anyways The category pages dont display post from the particular category instead no matter the category they all display the index page. What is weird is tags go to tag pages, but the category will only display the index page even though the correct permalink is listed in the address bar. Any ideas? :helpme:helpme

TubeKing 06-27-2011 10:12 AM

call your local subway for support

tonyparra 06-27-2011 10:42 AM

Quote:

Originally Posted by TubeKing (Post 18243118)
call your local subway for support

tired this already any ideas?

MediaGuy 06-27-2011 11:45 AM

Check your "Perma-links" setup in the "Settings" menu - especially if you set up a custom link structure...

:D

VforVendetta 06-27-2011 11:56 AM

Missing category.php or archive.php page in the theme folder ?

JD 06-27-2011 01:04 PM

check the category template for a call to query_posts. If there's anything like cat=1 in it, pull that out and see what happens. I've run into weirdness like that before and it's almost always the query_posts mucking things up

tonyparra 06-28-2011 05:23 AM

Quote:

Originally Posted by JD (Post 18243503)
check the category template for a call to query_posts. If there's anything like cat=1 in it, pull that out and see what happens. I've run into weirdness like that before and it's almost always the query_posts mucking things up

:2 cents::2 cents:

V_RocKs 06-28-2011 06:03 AM

Code:

<?php if ( is_home() ) { query_posts($query_string . '&cat=-227,-228,-229'); } ?>
A proper way to exclude categories... I just fixed a similar issue with someone else and he was missing $query_string .


All times are GMT -7. The time now is 02:22 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc