Hide post date in Google SERP

Posted in: Newspaper
Post count: 3

Hello please inform how to remove post date from coming in Google SERP . Generally I have to remove the_date() or the_time() functions from single.php/index.php/archive.php…. but I could not find that in this theme .

Post count: 854

hi,
we are using the file loop-single.php : http://screencast.com/t/6wD02VB0Bw to display the single article page.

then, if you take a look in the arhive.php you will see that a file called ‘loop.php’ is loaded: http://screencast.com/t/N5oi9OSwlp and loop.php file loads modules : http://screencast.com/t/N5oi9OSwlp .

this modules can be found : http://screencast.com/t/mbD8teNP .

we created this structure to show the content of the page in different formats.

so to disable the date you need to find with what module the page (or the section) of the page is displayed with and remove or comment that code.

another way to find out what module is displayed the content is : use Google Chrome Inspector like : http://screencast.com/t/U64qM4G8

Thanks for you message.
Radu A.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.