Tagged Questions
0
votes
1answer
58 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 ...
0
votes
1answer
76 views
saving custom taxonomy as post title
I have two custom taxonomies; "name" and band". The first represents the name of the song, the second represents the band that made the song.
I want to automatically save a combination of those two ...
1
vote
1answer
446 views
How to get my post title to work with an apostrophe ('s)?
When saving a post with the title Jule's Gormet, it gets formatted as Jule's Gormet. If I save it again, it becomes Jule&#039;s Gormet.
Following this pattern, it keeps escaping ...
1
vote
2answers
426 views
How to remove “Taxonomy name:” from wp_title
The wp_title-generated <title> in my custom taxonomy archive pages contains the singular taxonomy name with a colon. I can't figure out where this is coming from (or if it's default Wordpress ...
3
votes
2answers
366 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 ...