New Landing How can we help? Themeforest Theme Support Dante Recent Posts Page builder element – Read more Link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #75369
    popupcommunications
    Member
    Post count: 17

    Hi there,

    is there a way to add a read more link in the swift page builder element recent-posts?
    Couldn’t find it in the element options.

    Thanks in advance

    #75489
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You need to edit some php code for this .
    Please open to edit recent-posts.php at dante\swift-framework\page-builder\builder\shortcodes

    Find this code at line 169 
    $items .= '<div class="excerpt">'. $post_excerpt .'</div>';
    Replace with 
    $items .= '<div class="excerpt">'. $post_excerpt .'</div>';
    $items .= '<p align="center" ><a href="'.$post_permalink.'">Read More</a></p>';

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #76322
    popupcommunications
    Member
    Post count: 17

    Thank you Mohammad!

    #76325
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register