Forums

Join
bbPress Support ForumsThemes[Hot Tags] list + read more link

Info

Tags

[Hot Tags] list + read more link

  1. Hello,

    Can someone tell me how to break hot tags list on the home page with <!--more--> link ?

    Thanks in advance

  2. You can't break it with that 'link'. But you can change the call:

    bb_tag_heat_map( 9, 38, 'pt', 80 );

    in tags.php and write a simple javascript that filter away X in the generated <p class="frontpageheatmap">.

  3. Thanks zaerl,

  4. You must log in to post.