Insert Page Blog and Button Label

Discussion in 'Andrina WordPress Theme' started by mindshop, Dec 23, 2013.

Thread Status:
Not open for further replies.
  1. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    Dear Support,
    regarding the website www.nirem.it/home, I need to insert a Blog page directly in the menu and change the title of the blog section as "Gli Articoli del Blog". Furthermore, I need to change all the buttons' labels from "Read More" to "Leggi". I want it appears like the other my site: www.mind-shop.it
    I can forward you the access codes in order to adjust it.
    Thank you so much.
    Best,
    Michele
     
  2. Piyush

    Piyush Support Staff

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

    1. Follow the steps given below to create blog posts and blog page.

    a. Create your blog page from the Pages > Add New panel by selecting the blog page template from the page attributes section.

    b. Create your posts from the Posts > Add New panel.

    All your blog post will automatically show on blog page.

    Follow the link given below to change the text of blog page for menu bar.
    http://www.inkthemes.com/community/threads/how-to-change-some-words.9183/#post-34361


    2. To change the read more text,
    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]

    And then go to the blog.php file present in your theme directory and paste the code given below in place of "Read More" text as shown in the image given below.

    Code:
    <?php echo READ_MORE; ?>
    [​IMG]

    This will solve your issue.
     
  3. mindshop

    mindshop New Member

    Joined:
    Aug 28, 2012
    Messages:
    29
    Likes Received:
    0
    Location:
    Italy
    Thank you so much, this solved my issue. ;)
     
Thread Status:
Not open for further replies.

Share This Page