Search This Blog
Popular Posts
-
Elegant Themes has been developing WordPress themes for a long time. It has developed lots of popular themes including Divi, Nexus, Fa...
-
Flickr/Laura D'Alessandro See Also I took Harvard Business School's new pre-MBA course online — and it is definitely w...
-
Hello there! My blog post 'Spikes' was published on Sept. 22nd; however, the post before it called 'Flow' was published on...
-
Hi there! There isn't a true e-commerce solution here at WordPress.com. You can, however get a PayPal button. If you get a PayPal bu...
-
Good news for the secure web: WordPress will now encrypt the traffic for over a million more websites that are hosted on its servers. Wo...
-
I will publish an article only when I have something important to say. That's what I reminded myself every time the egocentric ...
-
How to start a blog or website in 5 minutes with WordPress. After publishing the post on how I started blogging full-time, I'v...
-
KOZHIKODE: E A Jabbar, a retired teacher and an activist of Malappuram based Yukthi vadi Sangham, has filed a complaint before chief minis...
-
At the ripe young age of 32, back in 2009, Uber CEO Travis Kalanick apparently launched a Wordpress blog called Swooshing, and for some ...
-
The WordPress project released today version 4.5.2 of the WordPress open-source platform that contains two security issues in two librarie...
Blog Archive
- December (18)
- November (29)
- October (27)
- September (29)
- August (31)
- July (30)
- June (29)
- May (29)
- April (30)
- March (31)
- February (28)
- January (31)
- December (31)
- November (30)
- October (31)
- September (30)
- August (43)
- July (42)
- June (33)
- May (43)
- April (36)
- March (37)
- February (31)
- January (4)
- December (1)
- November (1)
- October (24)
- September (24)
- August (25)
- July (28)
- June (18)
- September (1)
Total Pageviews
Blogroll
How to Change Custom Post Type Permalinks in WordPress
It is a bit difficult changing custom post type permalinks in WordPress but not impossible. Most of the people can change the custom post type permalink structure but not custom post type. But you don't have to be worry we are making it easy for you that how to change custom post type permalinks in WordPress.
Purpose of changing custom post type permalinks in WordPress
We want just to know about you that why you need to change custom post type permalinks.
What is Permalinks?
Permalinks are useful for reading and WordPress uses SEO friendly URL structure that makes the WordPress URLs read and also making search engine friendly, so these SEO friendly URLs are called permalinks.
The customization of permalinks is very important and you can customize permalinks by visiting Setting >> Permalinks page. Here you notice so you can change only permalink structure for blog posts.
Now if you are using whether custom post type or custom taxonomies on your website, then, in this case, WordPress will use default permalink structure.
e.g., if you have a custom post type that is called 'Movies', then its URL structure will look like this;
http://example.com/movies/the-force-awakens/
And if your custom post type is having archive enabled then the archive page URL will look like this;
http://example.com/movies/
Changing Custom Post Type Permalinks in WordPress
We are providing you step by step instruction for changing custom post type permalinks. Firstly, you will need to install and also activate Customer Post Type Permalink plug-in.
After activation you have to visit Setting>>Permalinks page and scroll down to 'Permalink Settings for Custom Post Types' section.
So in your custom post type, you can easily change permalinks structure of single items. Just suppose that you want to use post ID instead of post name in the URL so in this case, all you need to do is using this tag;
/%post_id%/
Now you have created changes so it important for you to click on the save changes button for storing your setting. After saving the changes the permalinks for a single item in your custom post type will look like this;
http://example.com/movies/133/
Click on the save changes button to update your permalinks.
Now the single item permalink for your custom post type will looking like this:
http://example.com/movies/2016/the-force-awakens/
Example
Suppose that you are using a custom taxonomy which is called "Genre" with your custom post type 'movies' and you want to add the custom taxonomy term into the URL. In that case, there are many tags, you will use some important tags such as this tag;
/%genre%/%post_name%/
Now click on the save changes button to update your permalinks.
After saving the changes the single item permalink for your custom post type will look like this:
http://example.com/movies/sci-fi/the-force-awakens/
Conclusion
Now you can see your custom post type permalinks in WordPress which will be changed and we hope with the help of these steps and information you can easily change the custom post type permalinks in your WorldPress.
Source: How to Change Custom Post Type Permalinks in WordPress


0 comments:
Post a Comment