From WordPress 3.0 version we are able to use the custom_post_type. In installtion time of theme or plugin new permalink structrue will be created and you can easily able to use the custom post type permalink.

If your custom_post_type function is having some issues then wordpress permalink for your custom post type will not work. If your custom post type permalink is not working properly then normally you will get the 404 page and message saying page not found.
Your wordpress does not create the permalink structure aumatically so you need to recreate the Rewrite rules again with wordpress.
If you not added following code in you custom_post_type function then please add the following code:
'rewrite' => array( 'slug' => 'issue', 'with_front' => FALSE, ),
The right way to use rewrite rule in function is as follows;
register_post_type( 'movies',
array( 'label' => __('Movies')
, 'public' => true,
'show_ui' => true ,
'rewrite' => array( 'slug' => 'movies', 'with_front' => false )
) );
If you are still facing issue and 404 page is coming then go the your wordpress panel -> setting- > permalink page and hit save changes button.
That will flushes the rewrite rules and build rewirte rules again in wordpress.
Incoming search terms:
- custom post type permalink
- wordpress permalink function
- wordpress nginx custom post type
- wordpress custom post permalink
- wordpress blog permalink not working
- wordpress article not able to post
- wordpress api permalink
- permalink in wordpress not working
- custom post types permalinks not working
- custom post type permalink page not found
- wp custom post type permalink not working






I regularly enjoy your thoughts, thank you very much!
I like it! the colours work so well together, as well as the form really improves on his/her’s previous work. The application of goats testicles is really quite innovative!
Hello, this is a certainlyoutstanding blog post. In theory I’d wish to be able to be able to produce like this too – taking time and genuine energy to create a great post.!!!. but what can I say… I procrastinate alot and never appear to obtain anything done. Thank You
Yeah man. Cool thing. Thx for it.
I am really very unlucky these days,I can not make any money from my blog(www.media-sonic.com) now!
Yeah. Your site is ver cool
I will back soon here.
Great blog. Your site is fantastic. I will back soon here.
I like your blog. Really useful and very motivational. Thanks a ton. This will help me a lot.
Wow, i like your posting. Greetings.
Yeah! Thank you! I constantly needed to write on my site something like that. Can I implement a portion of your post to my blog?
Good an very informative post. I will come back to your blog regullary. One thing: I do not exactly know what do you mean in the second paragraph. Could you please exmplain your opinion?
It is truely very good post, but I do not see everything completely clear, especially for someone not involved in that topic. Anyway very interesting to me.
I think it is a really smart point of view. I usually meet people who rather say what they suppose others want to hear. Good and well written! I will come back to your site for sure!
Hi. I really like your blog. It is amazing that this is still happening in our world. Maybe if we all start talking about this subject life will change a little bit?
thanks for the info. This really help me a lot
Big help, big help. And sperluative news of course.
Thanks for the rewrite flush tip… I was starting to go a little crazy over here trying to figure out why our new post type was one giant 404.