Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1372001
    #1372240

    Hey Nancy,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and add /enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file to your child theme. Edit the file on your child theme and find

    
    $output .=  "<{$heading} class='slide-entry-title entry-title {$css}' {$markup_title}><a href='{$link}' title='" . esc_attr( strip_tags( $title ) ) . "'>{$title}</a></{$heading}>";
    

    and add following line right below it

    
    $output .= "<time class='slide-meta-time updated' {$markup_time}>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>';
    

    Best regards,
    Yigit

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