Viewing 7 replies - 1 through 7 (of 7 total)
  • CypressWebs

    (@jmeyer2485)

    Under Appearance click Editor, on right side click Header and look for code that looks like this.

    <?php if ( $meadowhill_options_db['meadowhill_display_read_more_homepage'] != 'Hide' ) { ?>
          <a class="read-more-button" href="<?php echo esc_url($meadowhill_options_db['meadowhill_read_more_link']); ?>"><?php _e( 'READ MORE' , 'meadowhill' ); ?></a>
    <?php } ?>

    Edit the ‘READ MORE’… remember if the theme is updated this will go back to READ MORE.

    Hope this helps.

    Theme Author TT Themes

    (@tomastoman)

    Hi Kipas Chasanim,

    the code @jmeyer2485 has mentioned is used for showing the “Read more” link on the homepage header image. Its address can be edited in “Theme Options > Homepage Settings > Read More Button link”.
    If you would like to edit the “Read more” links at the post summaries on your blog page, the appropriate code is located in the “content-archives.php” template:

    <a class="post-read-more" href="<?php echo get_permalink(); ?>"><?php _e( 'READ MORE' , 'meadowhill' ); ?></a>

    Best regards,
    Tomas Toman

    Thread Starter Kelvin Charles

    (@9028080-1)

    Thanks @jmeyer2485 and @tomas, it’s an amazing theme that beats most themes out there. One other thing that I would like to know is, if it’s possible to remove the header space between the menu bar and page content on pages other than the home page.

    CypressWebs

    (@jmeyer2485)

    Not sure what you mean.. can you provide your URL please.

    Thread Starter Kelvin Charles

    (@9028080-1)

    Didn’t launch yet, but what I mean to say is that between the menu bar and the page there’s a gap for the header image, which gets shorter in pages other than the home page and I would like to remove that space from all the pages except for the home page.

    Thanks in advance

    Theme Author TT Themes

    (@tomastoman)

    Hi Kipas Chasanim,

    if you would like to reduce the height of the header area on your sub-pages, please go to “Theme Options > General Settings > Header Options > Background Image height” and set there the value “90” – this height is equal to the menu bar height.

    Best regards,
    Tomas Toman

    Thread Starter Kelvin Charles

    (@9028080-1)

    worked. thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Read more button’ is closed to new replies.