Diable blog posts date output
-
Hey, I don’t want to show the blog posts datePublished and dateModified.
In the past i used this code to remove it:
add_filter( 'wpseo_og_article_published_time', '__return_false' ); add_filter( 'wpseo_og_article_modified_time', '__return_false' ); add_filter( 'wpseo_og_og_updated_time', '__return_false' );Seems like in one of your updates it stoped working.
Is there other way for me to diable the dates on blog posts?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Diable blog posts date output’ is closed to new replies.