Blog articles custom buttons in home page

Discussion in 'Andrina WordPress Theme' started by mindshop, Sep 7, 2013.

  1. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    Dear support,
    how can I replace the "Read" buttons in the home page or translate them?
    Thank you very much for your service.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and follow the instruction as shown in the image given below.

    [​IMG]

    This will solve your issue.
     
  3. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    Dear Piyush,
    I have found this string: <a href="<?php the_permalink() ?>" class="index-read"><?php echo Read_More; ?></a>
    and changed in: <a href="<?php the_permalink() ?>" class="index-read">Leggi<?php echo Leggi; ?></a>
    on the Wordpress Editor section,
    but does not work... maybe beacuse I have not the "Read More" buttons on the home page?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Undo the previous replied solution and then
    go to the define_template.php file (Theme Directory > function directory > define_template.php ) present in your theme directory
    and follow the instruction shown in the image given below.
    [​IMG]

    This will solve your issue.
     
  5. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    Tried, but it does not work in the Blog page! Tried to remove custom CSS (read below) to verify if somethig changed in the home page, but a new label "Read_Now" appears (note the underscore)
    .bottom-feature .bottom-feature-left .bottom-feature-left-inner a.index-read, .bottom-feature .bottom-feature-right .bottom-feature-right-wrapper a.index-read{
    display:none;
    }
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue.
     

Share This Page