This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Remove Read More Button from Post List

  • Creator
    Topic
  • #9019
    kennethfeldman
    Participant

    Hi Jason,

    I have seen in another topic here, how to remove the READ MORE button from post grid.

    But, I would like to remove the READ MORE button from the post list output too.

    How can I do that?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #9021
    Jason Bobich
    Keymaster

    Hello,

    Similarly, you’d copy content content-list.php to your Child theme to edit it.

    http://dev.themeblvd.com/tutorial/editable-content-files/

    But in this case, you’d just delete this:

    <?php themeblvd_blog_content( themeblvd_get_att( 'content' ) ); ?>

    And replace it with a simple call to the_excerpt().

    <?php the_excerpt(); ?>
    #9027
    kennethfeldman
    Participant

    Perfect. Thank you as always!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.