Read more and comments

Discussion in 'Themia WordPress Theme' started by mcampos9703, Feb 17, 2013.

  1. mcampos9703

    mcampos9703 New Member

    Joined:
    May 18, 2012
    Messages:
    6
    Likes Received:
    0
    Good morning,I made a website with the theme Themia but want to make two modifications and not how. Can you help?1. On the home page, where it says "Read more ...". Put any "Leer mas" (same in Spanish).2. I removed the comments but still looks this text also want to remove: "Comments & Responses" and "Comments are closed"Attached two images for better viewing.Thank you.


    file://localhost/Users/Manu/Desktop/Point%201.png
    file://localhost/Users/Manu/Desktop/Point%202.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Go to front-page.php present in your theme directory and enter your text in place of read more..... at line number 147.

    Use same process for others also.

    2.For your second issue

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

    Code:
     <h3>Comments &amp; Responses</h3>
                  <?php comments_template(); ?>
    Use same process for (page.php and template-fullwidth.php)
     

Share This Page