Ok, found a solution by myself. In the past i saved post_tags with
wp_set_post_terms($pid, array($_POST['post_tags']),'post_tag',false);
Now i save the post_tags with
wp_set_post_tags($pid, $_POST['post_tags']);
and it works. This way is the same method, i use to publish a new post from the frontend. Changed only this, nothing else.
Related Posts:
- Front-End Post Submission
- Set tags for a post – without tag creation
- How to upload post thumbnail while wp_insert_post?
- How to remove Nextpage tag inside posts text depending of utm_campaign
- Verify if tag is used on posts
- Plain-text tag list?
- Get names of authors who have edited a post
- Display posts by tag on page
- Convert IPTC keywords to blog post tags
- How can I edit a post from the frontend?
- Developing a secure front end post editing form
- Post from front-end only by logged in users, form posts as “posted by:
- Post & edit a post from front end along with upload, dropdown, and other inputs
- how to limit and display tag?
- Include related posts on a page
- Remove post_tag from default post type, add custom taxonomy
- What Defines What Category A Post Picks (if in multiple)
- Does an action fire when adding a tag via the “Tags” meta box?
- how to programmatically change post tags
- WordPress post tag & custom field
- How to prevent WordPress from updating the modified time?
- Tags to Post-ID mysql query. Tag Search
- How to add Tags Filter in wordpress admin dashboard
- Prepend or add an Image to the content of a Post
- Display post from current category and same tag?
- Should I use posts or pages in this scenario?
- How can I make a post that belongs to a category or have specific tags, display different from the other single posts?
- Redirection not working in this front end post submission form?
- Using permalinks, category slugs, and tag slugs
- Print all the tags from a custom post type Please
- Display tag image in post using Taxonomy Images plugin index.php
- Add multiple tags to multiple posts
- How to change the color theme per post?
- WP_Query: Mixing category__in and tag__in together
- How to make a bilingual front-end post using the plugin WP User Frontend and Polylang or qTranslate?
- How to add tags (custom taxonomy) to post class css?
- How can I hide tags on a child-category page, if that tag has not been used?
- 404 error on default post type and default taxonomy fronted page
- How to get Tags with specific post id
- How to get a post’s content? [closed]
- How Do I Get My Post Tags to Alphabetize?
- WordPress query_posts by tag doesn’t work anymore(?)
- Displaying posts that belong to a specific author
- Display related post by tag name of current post
- How to remove specific tag from multiple posts?
- Lock post editing to one user at a time – wp_check_post_lock
- Extracting relevant tags associated with that particular single post only
- See if a post has a specified tag
- Count several post tags
- How to get post with associated categories and tags names instead of ids with rest api?
- Edit the post title from the frontend
- Does WP automatically tag posts into the archive?
- Changing Post Tag Color Based On Post Count
- Having pages after specifying post_type post
- How to compare post tags?
- Would a “hub” page work better as a page or a post?
- Add post tags to previously created custom post type
- Get Users Post ID
- Short link to read complete post
- Delete all Tag Links from Posts
- How to add tag(s) to all posts from a specific category? [duplicate]
- WordPress wp_editor to post and edit
- Deleting post tags removes categories
- How do I keep raw HTML in my RSS feed and not lose my paragraph breaks?
- How to Rearrange WordPress Tags list on frontend using Shortcode with specific order?
- Can I show category name in url for only one of my categories?
- How to add first 3-4 post tags on WordPress Post Title
- how to add tags to post in the Loop?
- What parameters do I need to pass to get_tags to get ALL tags for the site, when used in a post
- Is there a way to categorize a list posts all at once?
- How to get tags when using publish_post
- Css and function issue on author archive page
- Top tags with minimum number of posts
- How to count posts in tags within time limit
- Sync All Post Type Tag
- getting custom post by tag
- Create posts by any logged in users
- Replace Tag Keyword With Link Within Post Content
- Excluding tag Link from html tags in Post content
- Can I Paginate Post after every 25 tag?
- Show all posts from the tags without having to set all of them
- Allow reader to reorder posts for themselves (oldest first)
- Set multi posts random categories and tags
- Send the post id to a front end edit post form
- Post/Edit/Delete Post From Frontend… How?
- Send/Publish a Post front end
- Add tags to post before it’s created
- How Can I Limit Users to Post Creation For My Frontend Theme?
- Output posts with same name as tags?
- User driven content problems
- How can I count articles retrieved by tags
- Should new posts already have tags?
- retrieve post slug by post_tags taxonomy
- Related posts by searching post tags of single post as terms
- Stop Authors from submitting spam post
- Tag page that displays specific posts
- WordPress More tag doesn’t work on Single post
- Insert Tag in WordPress Post
- Only an admin can add new tags
- Display related posts randomly that match “any” existing tags?