• Resolved sinktip

    (@sinktip)


    Is there any way that I can have a preset hashtag appear in every post?
    I have the blog posts automated to post to Twitter (https://twitter.com/HappyEcoNews) and another plugin that creates wordpress tags based on keywords in the content of the post. Is there any way I could have a hashtag appear at the top of every post to help with Twitter search?
    This is a non-commercial news curation site and I am trying to reduce my daily time expenditure while maximizing growth.
    Thanks for an excellent product!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author mtilly

    (@mtilly)

    MyCurator has nothing that will do that automatically. If you have coding skills or access to them, you can use a filter we have to modify the post content. You would use the following filter which gives you access to the post content before it is saved to the Training Posts or if auto-post is active, will give you access before the post is saved:

    apply_filter(‘mct_ai_postcontent’,$post_content, $post_arr);
    * This filter lets you modify the excerpted content of the MyCurator $post_content, normally a blockquoted excerpt and the article link
    * you have access to a range of items in the $post_arr array

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Hashtags to Every Post’ is closed to new replies.