Need to remove the Category Archives: in front of every category

Discussion in 'ColorWay WordPress Theme' started by antoniszou, Jun 19, 2013.

  1. antoniszou

    antoniszou New Member

    Joined:
    Jan 10, 2012
    Messages:
    10
    Likes Received:
    1
    Hello I need to remove the Category Archives and also the No Commends under every post in post reviews.

    thanks
     
  2. antoniszou

    antoniszou New Member

    Joined:
    Jan 10, 2012
    Messages:
    10
    Likes Received:
    1
    Hello, please see attached highlighted with yellow what I need to remove. thanks
    [​IMG]
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    1.
    Go to category.php present in your theme directory and follow the instruction as shown in image given below

    img1.png


    2.
    Go to loop.php present in your theme directory and remove the code given below

    Code:
    <?php comments_popup_link('No Comments.', '1 Comment.', '% Comments.'); ?>
    Sending image for reference

    img2.png





    This will solve your issue.
     

Share This Page