Community Page
- fortes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Salut, I would like to know if you have a solution to remove also "tag/" and "page/" from permalinks. Merci !
- Hi Firstly, thanks for the plugin. It (generally) works fine. Just a small issue that I have found. I run this plugin, as well as the flickr plugin (http://tantannoodles.com/toolkit/photo-album/),...
- Hello! I had the same problem like Leo and many others. Just use /%category%/%page%/%postname%/
- I have solved the sub categories problem just enter /%category%/%category%/%postname%/ on the permalinks and it works fine
- I am also getting the above problem, but only on sub categories? Is this something to do with my wordpress setup?
Jump to original thread »
Comments are closed for this post.
Introduction
The plugin allows you to remove the prefix before the URL to your category page. For example, instead of fortes.com/category/work, I use fortes.com/work for the address my âworkâ category. WordPress doesnât allow you to have a blank prefix for catego ... Continue reading »
The plugin allows you to remove the prefix before the URL to your category page. For example, instead of fortes.com/category/work, I use fortes.com/work for the address my âworkâ category. WordPress doesnât allow you to have a blank prefix for catego ... Continue reading »
2 years ago
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.
2 years ago
2 years ago
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) ?
2 years ago
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.
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
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.
2 years ago
2 years ago
2 years ago
<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 years ago
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.
2 years ago
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.
2 years ago
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)
2 years ago
2 years ago
Hemingway theme, non customized same error
I have updated to php5 + Wordpress 2.1.2 same error
Good luck ! :)
2 years ago
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%/ ?
2 years ago
2 years ago
Steve -- Being in the hall of fame would be nice. I'll see if I can make that fix for the next version.
2 years ago
2 years ago
2 years ago
http://kpumuk.info/projects/wordpress/wordpress...
Any idea what might cause this?
Thanks!
2 years ago
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
2 years ago
404 when using /%category%/%postname%/
You're the king, when you can fix that.
Ziggy
2 years ago
Post under subcategory works, but subcategory page (example.com/cat/subcat/) gives a 404.
2 years ago
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 !
2 years ago
2 years ago
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
2 years ago
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
2 years ago
structure should be:
/%category%/%postname%.html
Noel
2 years ago
2 years ago
Any ideas how to improve it?
2 years ago
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.
2 years ago
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!
2 years ago
2 years ago
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?