Home Forums ART WordPress Theme Need a READ MORE text after excerpt

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17005
    ene13
    Participant
    Purchased
    Expired

    Hi,

    Last details!!!

    Now I have the preview images and excerpts in http://www.ene13.net/blog/
    BUT as you can see in standard post “Lavando los platos” we dont have a READ MORE BUTTON after the excerpt. That makes navigation little bit confusing as not everyone understand that title is clickable.

    On the other hand… may I have a longer excerpt ? Standard post should be the most important categorie and need to show more text.

    Thx a lot!!!!

    #17006
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    There is not “Read more” option within GRID.

    For longer excerpt:
    Please find wp_trim_words(get_the_excerpt(), 20, '...') in /plugins/bm-builder/include/templates/modules/module-grid.php(there are 3 places)
    replace as: get_the_excerpt()

    ps: you could add READ MORE HTML under this line of codes:
    $html .= '<div class="archive-more"><a href="'.esc_url(get_permalink()).'" class="archive-more-a" title="' .get_the_title(). '">READ MORE</a></div>';

    Regards!
    Bwsm – uiueux.comTwitterFacebook

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