ThemeShaper Forums » Thematic

Removing the "Tagged" label from posttags

(2 posts)
  • Started 1 year ago by hungrysquirrel
  • Latest reply from ahoereth
  • This topic is not resolved
  1. hungrysquirrel
    Member

    I am just setting out and hoping to grasp how to remove the standard label that preceeds tags in the postfooter loop.

    For ex: Tagged HTML, CSS, PHP

    I would like to remove the "Tagged" label.

    I am using this basic function:

    function childtheme_posttags($posttags) {
       return '<div class="containing">' . $posttags . '</div>';
      }
       add_filter('thematic_postfooter_posttags','childtheme_posttags');
    Posted 1 year ago #
  2. ahoereth
    Member

    Go to "Display the tags".. Then to the $tagtext next to else {

    its the whole thematic_postfooter function I am filtering here.

    http://nopaste.info/0a9d74485b.html

    The Forum changes code-intern a href's to hyperlinks -.- So i posted it extern

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.