Problem with Blog Page Comments Off

Discussion in 'BizWay WordPress Theme' started by irissalmins, Apr 5, 2013.

  1. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    Please see the attached image file. There is a cosmetic problem on my blog pages and individual blog pages. Untitled.jpg
     
  2. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    How can I remove the Comme Off Text?
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to blog.php present in your theme directory and replace current code
    Code:
    <?php comments_popup_link('0', '1', '% '); ?></li>
    with

    Code:
    <?php comments_popup_link('0', '1', '% ','','off'); ?></li>

    Sending image for reference

    [​IMG]


    This will solve your issue.
     

Share This Page