Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Header meta not showing in posts loop

Home / Forums / Virtue Theme / Header meta not showing in posts loop

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
July 22, 2019 at 5:17 am

Hi,
Since last update the post meta info (date, catagory, author, comments) doesn’t show in posts loop but in single post. I have compare the fucntions and there is a change in virtue_post_header_meta() that removes this possibility:

function virtue_post_header_meta() {
if ( is_singular( ‘post’ ) ) {
get_template_part( ‘templates/entry’, ‘meta-subhead’ );
}
}

Before there was no conditional (is_singular). I see many functions changed with this condition, and I think that is the reason for not showing any info.

How can we show now the date in loop?

Thank you.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.