Tag Posts plugin help needed..

dino345
Sophomore
Just Getting Started

Member    Likes (0)

Hello,

I have Installed Post indexer, and tag posts... I can also see db tables formed for post indexer. Normally developers release some kind of documentation for plugin, or step by step guide to install, couldn't find. I also tried searching the forums, found roughly 3-4 topics but still did not find an exact usage example, and have seen users asking for help are not being able to do it still. 1 User was suggested to use http://wpmudev.org/project/MuTags - So, I jumped right in, later found MuTags ==LIMITATIONS==
-Pretty permalinks must be enabled.
-Works with WPMU 1.3

Back to Tag posts :-

I am implementing following code lines inside front-right.php of edublogs theme

<div class="edtag">

Usage:
tag_posts_display_recent(TAG,NUMBER,TITLE_CHARACTERS,CONTENT_CHARACTERS,TITLE_CONTENT_DIVIDER,TITLE_BEFORE,TITLE_AFTER,GLOBAL_BEFORE,GLOBAL_AFTER,BEFORE,AFTER);

Ex:
tag_posts_display_recent('test',10,40,150,'
','','','

    ','
','
  • ','
  • ');
    </div>

    I just require one set example that anyone is using to display tags on the home page, just show me what exact code are you inserting to display tags ? and I will be able to catch it from there..

    Also, do I need to do anything with .htaccess ?

    On to you guys..
    Regards,
    Dino