-
Website
http://fortes.com/ -
Original page
http://fortes.com/2007/02/top-level-categories-plugin-01/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
vektormedia
1 comment · 1 points
-
ZenemiG
1 comment · 1 points
-
Charbax
1 comment · 8 points
-
subikar
1 comment · 1 points
-
x11tech
8 comments · 1 points
-
-
Popular Threads
when you want to go in previous entries (inside a category .. example (I have desactivated the plugin : http://www.le-hiboo.com/categoy/cinema ... which becomes with your plugin http://www.le-hiboo.com/cinema/) /page/2/ ... = 404 error ... all cats have the same fate when the plugin is activated.
Could you try this for me? On your options page, make sure the category base is empty (which will reset it to the default, "category/") -- are you still seeing the issue?
Also -- do your feeds work when you have the plugin enabled (aka /category/feed) ?
I tried it at three different blogs. One of them had no other plugins activated. If clicking at domain.tld/blog/name-of-category/ I get a 404 error.
Allows me to take another core edit off my list, and saved me from having to write my own. Works like a champ on my couple of setups, paged navigation and all.
<li>What version of WordPress are you running? </li>
<li>What type of post permalinks are you using?</li>
<li>What was your old category permalink?</li>
</ul>
2.1.1
What type of post permalinks are you using?
/%postname%/
What was your old category permalink?
http://domain.tld/blog/category/plugins/
I hope that helps. If not, tell me and I will send you an email.
The reason is that there's no good way for WordPress (or my plugin) to tell the difference between a post named "plugins" and the category named "plugins". In this case, WP tries the post first, and gives up when it doesn't find it. I don't know any way around this right now, but I'll think about it.
1. Activate the plugin
2. Options Permalinks Update
3. Go on my site ...
4. http://www.le-hiboo.com/cinema/ OK (instead of http://www.le-hiboo.com/category/cinema/)
5. http://www.le-hiboo.com/cinema/page/2/ = 404
It's the life. What a pity. (I use Wordpress 2.0.4)
Hemingway theme, non customized same error
I have updated to php5 + Wordpress 2.1.2 same error
Good luck ! :)
If you can ever figure this one little gotcha out, it'll be a hall of fame plugin :) Did the blogs you tested use /%category%/%postname%/ ?
Steve -- Being in the hall of fame would be nice. I'll see if I can make that fix for the next version.
http://kpumuk.info/projects/wordpress/wordpress...
Any idea what might cause this?
Thanks!
When using the advanced navigation on a category archive, it works fine. However, if you use the advanced navigation on the normal "blog" page, hitting older brings up a "not found" 404 page.
Any ideas?
Thanks,
Karen
404 when using /%category%/%postname%/
You're the king, when you can fix that.
Ziggy
Post under subcategory works, but subcategory page (example.com/cat/subcat/) gives a 404.
404 when using /%category%/%postname%/
You’re the king, when you can fix that.
Same for me too.
If you have an idea ... ;)
Great plugin also !
Skipping the trailing slash didn't help either, because WP trims it off by default.
The only workaround solution I found was to make my permalink structure /%categoryname/%postname%.html I do think, this is one retarded concept, but since nobody wrote something better... Use the workaround and be happy. :P
using the custom category /%categoryname/%postname%.html
works perfectly with categories, subcategories and single posts.
Without the html on the end it doesn't work for subcategories
Please put that in your documentation so that others know!
thanks again
Noel
structure should be:
/%category%/%postname%.html
Noel
Any ideas how to improve it?
It didn't work when I left the category base blank, so I changed it to /category and now it's working perfectly with categories and subcats on WP2.1.3.
http://mezzomondo.nelblog.it/page/n
but this always lands on the first page.
The permalink structure is /%year%/%monthnum%/%day%/%postname%/
Thank you for your time, anyway!
Excellent plugin but I too have run into a few small problems, possibly because I'm using WP v2.2
It all works fine except for pages, for example:
http://phobea.com/news/ - works fine, but
http://phobea.com/news/page/2/ - displays nothing
Any ideas?