tj2point0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Retrieve Custom Taxonomy Rewrite SlugI think a plugin, Taxonomic SEO Permalink can solve your problem. I created this plugin because I wanted to use custom taxonomies in permalink just like we do with %category% or %tag%.
Recently I added support for sub-taxonomy which might not be a perfect solution but it solved problem of sub-taxonomy by a fix.
Forum: Fixing WordPress
In reply to: Custom post type, taxonomies and url rewritingI have written a plugin (Taxonomic SEO Permalinks) because I wanted to use custom taxonomies just like %category% or %tag%. Now the version 0.3.1 supports sub-taxonomies too. You can create taxonomies with any regular plugin. Here’s the link
>>> it adds 3 taxonomy categories
While trying to create a new taxonomy, even keeping ‘rewrite’ option to true, I couldn’t use custom taxonomy in permalink structure. So some manual coding needed to executed for each taxonomy to make it work. This problem is now solved by looping though array of custom taxonomies. Now you can use any other plugin to create custom taxonomy.>>> It simply adds “no-” before each term
When we do not give any category to post, by default, uncategorized is used. But when we have custom taxonomy (say subject) and we have not assigned any to the post, it must be replaced with some text, so I chose ‘no-subject’. You can manually change it to whatever you like.Removed Back-end settings
I understand how painful it can be to edit plugin in backend, specially for non-programmers. So I have removed the unnecessary things and made the plugin more general. It do not need any manual settings and shall work smoothly.