0
votes
0answers
31 views

How to change all titles of a specific category?

I want to change all titles of posts from a specific category to a static one and don't want to change the rest. I have tried this code (based on this question but it doesn't work: ...
1
vote
1answer
60 views

Frontend tag edit/submit form

I would like to have a separate page to submit/edit tags. Any user can edit or submit tags. But it should be published only after admin approval. Is there any function available like ...
0
votes
0answers
135 views

wp_insert_post inserts duplicate posts [closed]

I use wp_insert_post to create a post (custom post type) in a callback function of GravityForms (which definitely fires only once). The function creates two posts: An Article ("post") as draft (I set ...