Home Forums WoodMart support forum Issue after Update: Remove Meta Data from Blog Archive

Issue after Update: Remove Meta Data from Blog Archive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #626708

    TB
    Participant

    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.
    #626799

    Luke Nielsen
    Keymaster

    Hello,

    Send access to the admin panel so I can check the site settings.

    Thank you in advance.

    Kind Regards

    #626871

    TB
    Participant

    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

    #626878

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Issue after Update: Remove Meta Data from Blog Archive’ is closed to new replies.