New Landing How can we help? Themeforest Theme Support Dante hide comments in Posts Carousel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #245753
    mirk
    Member
    Post count: 24

    Hi,

    wanna hide comments in Posts Carousel, but just the comments – the date should stay!!! (s. attached file)

    Could you please help me…

    Thx and bests

    Mirk

    Attachments:
    You must be logged in to view attached files.
    #245757
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not possible to hide with css as it’s in the same tag as the date

    You will need to remove from the php by going to dante/swift-framework/page-builder/builder/shortcodes/posts-carousel.php and edit line 208:

    if ($show_details == "yes") {
    					$items .= '<div class="post-details">'. sprintf(__('%1$s - %2$s', 'swiftframework'), $post_date, sf_get_comments_number($post->ID)) .'</div>';
    				}

    Remove:

    , sf_get_comments_number($post->ID))

    – Kyle

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 one of the following items
Login and Registration Log in · Register