• [ Moderator note: title adjusted, please refrain from using help, urgent, emergency, asap, etc. in topic titles. ]

    Hey, I was just wondering, is there a possible way i would be able to set default tags for all the future post on my wordpress site. What i want to do is to set tags as default for all future post and then like with a shortcode that will post the title in the tags, for example let’s say the name of the post is Deadpool and for the tag i put as default is “watch {title} online” which would turn to “watch dealpool online” and add automatically to the tags, is there a possible way i would be able to do that!? please let me know, thanks.

    Note – Also it’s not one tag, its about 20.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @minhajuli247,

    This could be achieved either by creating a plugin or by modifying the functions.php file.

    I recommend you to check the_title filter to modify the title as per your need.

    For tagging you can use Simple Tags plugin.

    Hie minhajuli247,
    The feature you are demanding is possible to give. You need to made a custom plugin for that or have to hire someone to do that for you.
    Let me explain you the process. Whenever a post is created in wordpress, an id is generated on behalf of that. You have to hook on the event after post creation and have to add custom tags to your post using post_id reference.
    Its absolutely possible.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Set default tags for all the future post’ is closed to new replies.