tags

Discussion in 'Harrington- A WordPress Business Theme.' started by munkey, Feb 28, 2014.

  1. munkey

    munkey Member

    Joined:
    Sep 19, 2012
    Messages:
    32
    Likes Received:
    0
    Tags appear on the post page with the following text preceding the tag

    POST_TAGGED_WITH

    How to remove?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go tp single.php present in your theme directory and replace the current code

    Code:
      <?php the_tags(POST_TAGGED_WITH,','); ?>
    with code given below

    Code:
     <?php the_tags('',','); ?> 
    Check image for reference

    2014-03-01_1546.png


    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page