Issue after Update: Remove Meta Data from Blog Archive
-

TBParticipant
Hello Xtemos Team.
I waited and yesterday I dared to update my theme to the latest version (update to 8.06).
Unfortunately, the display of the metadata in the blog archive no longer works properly: author and social media links are displayed on every post (see screenshot).
The metadata settings are deactivated via the Woodmart Theme Settings and have not been displayed so far (see screeshot).
How can I deactivate (with CSS code) or other settings author and linking in the blog archive?
Thank you very much for your support.
Thorsten
Attachments:
You must be
logged in to view attached files.
Hello,
Send access to the admin panel so I can check the site settings.
Thank you in advance.
Kind Regards

TBParticipant
Hi Luke.
I have searching for a while and found this solution her in the forum:
add_action(
'loop_start',
function() {
if ( isset( $GLOBALS['woodmart_loop']['parts_meta'] ) ) {
$GLOBALS['woodmart_loop']['parts_meta'] = false;
}
},
20
);
https://xtemos.com/forums/topic/remove-author-metadata-from-post/
Many thanks for such great support and have a good day.
Kind regards
Hello,
Glad that you found a solution.
In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
The topic ‘Issue after Update: Remove Meta Data from Blog Archive’ is closed to new replies.