New Landing How can we help? Themeforest Theme Support Dante Where are the settings for "read more…"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #115087
    yerbouti
    Member
    Post count: 7

    Hello,
    In posts category page, I want to display “read more button” but I dont find how to do.
    Regards

    #115252
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Go to \wp-content\themes\dante\includes\sf-post-formats.php and in line #221 you will see this

    function 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 = "no") {

    change that to

    function 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") {

    Let us know,

    Thanks,
    laranz.

    #115921
    yerbouti
    Member
    Post count: 7

    Thank you, I’m surprised it’s not an option in “theme options/Blog options”.
    I tried to put a new file “dante-child\includes\sf-post-formats.php” in child theme but it don’t work. I’m obliged to use parent theme.
    Best regards.

    #115932
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Possibly something we will add the option for in the future, thanks

    – Kyle

    #116179
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    To make it work on Child theme a little work in the functions.php too, we will make that simple in the Theme Options in the future version(s).

    Let us know,

    Thanks,
    laranz.

Viewing 5 posts - 1 through 5 (of 5 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