Tagged Questions
0
votes
1answer
34 views
Add the custom post term to the custom post title
what I need is this: add a term from a custom post to the post's title. Like this: Custom Post title - term
Right now I have:
$terms_of_post = strip_tags (get_the_term_list( $post->ID, ...
0
votes
1answer
79 views
stdClass::$labels /wp-includes/general-template.php undefined
In my <title> tags I am getting undefined on a custom taxonomy in a custom post type and im struggling to find a way to set it.
<title><br />
<b>Notice</b>: Undefined ...
1
vote
0answers
45 views
sql select for post_title and a term name
I'm having trouble trying to think out this SQL select I need to write; here's the gist: I'm programmatically creating posts by importing an excel file, so I'm in 100% sure of post titles, etc, since ...
3
votes
2answers
376 views
Copy a Taxonomy Term into the Post Title for a certain Custom Post Type
I am using Gravity Forms to allow users to create posts from the front end.
However, the way this site I am building is going to work, one specific Post_Type is essentially just a "Data" post. There ...