Tagged Questions
-1
votes
1answer
43 views
Two Custom Post Types with Identical Articles Competing for the same Slug
I have created two custom post types, each with it's own slug. Each custom post type contains some articles with the same title.
So ideally I would have . .
customposttype1/mainarticle/
...
4
votes
1answer
210 views
Custom Post Types, slug, archive and SEO plugins
I made a custom post type called "friends".
I am able to correctly list my friends using this urls:
http://mysite/friends/friend1/
http://mysite/friends/friend2/
http://mysite/friends/friend3/
...
-1
votes
1answer
195 views
Create Slugs Programmatically from Post Content for Specific Post Type [closed]
Was looking at the below post which does something similar to what I am trying to do...it clears out the post_name (slug) and recreates based on post_title.
(for a specific post type)
Create slugs ...