Adam1867
5/9/2018 - 7:39 PM

Turn off 'Show author details' for all existing posts and pages

Makes sure all posts avoid displaying the author avatar and details

UPDATE wp_postmeta
JOIN wp_posts WHERE
SET (post_id, meta_key, meta_value)
VALUES ()
SELECT DISTINCT ID, 'smartPrivate', 0 FROM wp_posts WHERE `post_type` IN ('post','page');