• tesmer

    (@uraniumhazee)


    hi
    excellent theme

    I have a question

    How to Display Last Updated Date using Kadence?
    In astra

    There is a code

    /**
    * Display only last modified date in the post metadata.
    *
    * @param String $output Markup for the last modified date.
    * @return void
    */
    function your_prefix_post_date( $output ) {
    $output = ”;
    $format = apply_filters( ‘astra_post_date_format’, ” );
    $modified_date = esc_html( get_the_modified_date( $format ) );
    $modified_on = sprintf(
    esc_html( ‘%s’ ),
    $modified_date
    );
    $output .= ”;
    $output .= ‘ ‘ . $modified_on . ”;
    $output .= ”;
    return ‘Updated on’ .$output;
    }
    add_filter( ‘astra_post_date’, ‘your_prefix_post_date’ );

    Can you make us a code for kedence?
    I wan to Display Last Updated Date using Kadence
    By the way you are the best i switched from Astra to yout theme

    Thanks for help

    • This topic was modified 3 years, 5 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to Display Last Updated Date using Kadence?’ is closed to new replies.