• Hello,

    First, thanks very much for this plugin, very usefull!

    Then, I notice that your plugin has a hook on “the_content’ but not “get_the_content”. I need to use get_the_content because I have to process it. I tried to update it directly from the plugin but doesn’t work..

    So, the only solution I found (I didn’t spend much time) is on my php template page, I add :

    $content = get_the_content();
    $content = apply_filters('the_content', $content);
    echo $content;

    It’s not very clean but it works 🙂

    Hope you will find a solution for this. I think I am not alone.

    http://wordpress.org/extend/plugins/searchterms-tagging-2/

  • The topic ‘[Plugin: SEO SearchTerms Tagging 2] Hook on get_the_content’ is closed to new replies.