• I downloaded the plugin
    https://www.ads-software.com/extend/plugins/tdo-tag-fixes/

    I insert in sidebar.php

    <div class="tags">
    <?php if(function_exists('tdotf_cat_tag_cloud')) {
    tdotf_cat_tag_cloud();
    }
    ?>
    
    <?php endif; ?>
    </div>

    in sidebar.

    I corrected the line in tdotf.php as in was advised in forums. But nothing at all is showing. I just need the tags to be filtered by category when in category archives and single post. What am I doing wronng?

    [ 456 lines of code moderated. For more than 10 lines of code please use pastebin.com instead. ]

  • The topic ‘How to correctly use this plugin?’ is closed to new replies.