/?cat= links not filtering…
-
I have no idea what’s happening on my blog installation. A friend told me to check it out, no /?cat= link will work – and so, no category plugin will work either.
Check out http://www.proveisso.net/ and http://www.proveisso.net/?cat=3, it shows up exactly the same thing. If anyone need, a list of installed plugins is available at http://www.proveisso.net/?page_id=443 – the only plugin not showing is “creative commons license widget”
Any ideas?
-
what is the code of your themes category.php?
(please paste the code into a http://wordpress.pastebin.com/ and post the link to it here)(or whatever template shows the category pages: http://codex.wordpress.org/Template_Hierarchy )
there is no category.php file on my theme. at least none that I could find.
(edit) Checking out the hierarchy you linked, it seems that is the problem. Since the theme doesn’t have a category.php, it shows archive.php…
Then your issue will be in your theme’s archive.php file.
The archive.php should have some kind of “if is_category”, since category.php doesn’t exist? (no, I haven’t checked it yet)
No. WP is designed to fall back to archive.php if there is no category.php template. To over ride this, you’d need to create a category.php template file. An easy way to start is to simply make a copy of archive.php and rename the copy category.php. Then start editing the new template file.
Reviewing Category_Templates might help if you want to develop your new template file.
I’ll look into it! Thanks Theme Diva 😉
The topic ‘/?cat= links not filtering…’ is closed to new replies.