Warning: Undefined array key "title" in /home/u593943216/domains/wp-experts.in/public_html/secure_content/themes/wp-experts/inc/classes/class-hooks.php on line 151
We can add url prefix for wordpress blog posts in two way. Using permalink structure settings Using hooks 1. Using permalink structure settings You can add blog post suffix easily by updating permalink structure to /blog/%post_name%/ , here we are using blog text as suffix for all post url. After saving the settings, post url
Hello Everyone!I hope you are doing well.This time I am going to share one more useful knowledge to all wordpress developers who want to create a new custom url with same slug of custom taxonomy and custom post type.I am going here to create a new custom post type “my_articles” with their custom taxonomy “my_article_term”.