Hey guys and gals, I need help with wordpress permalinks... I have made normal wp categories, two custom post types with two custom taxonomies. I need the permalinks of the custom post type posts to look like this: blog.com/category/custom-taxonomy-1/custom-taxonomy-2/postname Does anybody know how to do this?
Can you give me an example of how you are planning to use the custom post types and custom taxonomies? Sharing what you named them would be a good start along with any explanation you can provide as to what you're trying to accomplish. Based on that, I'd be happy to provide you with a suggestion.
@allshine, Link Hopper is a redirection plugin. It's not for customizing site permalinks. @L:exa, use the plugin Custom Permalinks to set the permalink per each post to whatever you want -- even http://example.com/hello/my/name/is/lexa/ Code (markup):
when you post content, keep in mind that it is enough if you select the inner most categories only when selecting category.. Arts > Colors > Red if you select or tick Red, it will automatically have permalinks of parent categories. you need not select all the parent categories.
You can try this code /%postname%/ Go to your Wordpress Dashboard and Go to SETTINGS>>> PERMALINKS>>> CUSTOM, so the page name wll appear in your url instead of page ids. I hope the may help.
go to permalinks and in the custom structure tyype : %posttype/%posttag%/%postname%.html/ blog.com/category/custom-taxonomy-1/custom-taxonomy-2/postname