0
votes
1answer
97 views

Custom Post Title as search term

is there any way to include custom post title as search term. I create custom post types - VHS, DVD, Blu Ray. Then in search box when I write DVD I want to list all posts from custom post type DVD. ...
-1
votes
1answer
185 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 ...