New Landing How can we help? Cardinal Add READ MORE Buttons to Blog Search Returns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #239620
    brainblaze
    Member
    Post count: 18

    Hey – Can I add READ MORE buttons to our Search Results?

    See : http://www.maryannelive.com/tag/homework/

    P

    #239676
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit archive.php file at /cardinal/swift-framework/layout/

    Find this code:-
    <?php echo sf_get_post_item( $post->ID, $blog_type, "yes", "yes", "yes", "20", $content_output, $show_read_more );?>

    Change to:-
    <?php echo sf_get_post_item( $postID, $blog_type, $show_title = "yes", $show_excerpt = "yes", $show_details = "yes", $excerpt_length = "20", $content_output = "excerpt", $show_read_more = "yes", $fullwidth = "no" );?>

    Thanks
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register