Archived topic
Inside article footer
7 replies · Started by Ronny on October 13, 2020
Hi guy's,
After updating to the latest version i'm getting an lastest update date in the footer of the article: inside-article -> footer.
I've hidden the footer with css but any idea how i can disable the output of the html?
Thanks,
Ronny
Hi there,
can you share a link so i can see the issue?
Hi David,
I've added the link in the information.
Thanks,
Ronny
Do you have the Display Date option enabled in Customizer > Layout > Blog --> Post
https://docs.generatepress.com/article/blog-content-layout/#single
Hi David,
Yes, i have the option enabled because i would like to display the date in the header.
If i remember correctly it didn't show in the footer in the previous version of GP.
What custom function are you using to change the post meta ?
oeps, i've had this function for some reason:
add_filter( 'generate_footer_entry_meta_items', function( $items ) {
return array('date','categories',);
} );
Sorry for waisting you time, David.
Thanks for the support.
No problems - glad to hear its resolved.