Custom Taxonomies Terms as Post Title for Custom Post Types upon Publishing
I am using Gravity Forms to allow users to create posts from the front end.
I am using Gravity Forms to allow users to create posts from the front end.
I want to add all posts with keyword “Dog Training” in the post title to a specific category.
I use yoast for my seo, indexing, title, sitemap etc. But I have one issue, for my product pages I want to use costum taxonomy data and yoast doesnt support that. Now I got the code to echo the exact title I want in the product pages but how do I let it overwrite the … Read more
I’ve scoured the Codex, failed to get get_page_by_title() to work and am quite surprised that there doesn’t seem to be a standard WP function for this task.
Every WordPress page can be described as having two titles:
I am looking for some code where member can’t use the same title as another post already having or used.
I use the following code to change the title of WordPress posts and pages. But it changes nav menu item titles too, which I want to avoid.
Is possible to change page title on the fly from plugin?
I want to check if user is logged in and if have created a page. If so, option 1 is shown. This all works fine.
I’m trying to build the title of a custom post using the values within post custom fields. The problem is that using title_save_pre only executes when I update the post, not when I create it.