Hello When I search for my website sportsplays.com in Google I see date of 2009 in front of the description. How do I get this removed? It isn't from a post as we don't have posts. Also we just moved websites to this domain about a month ago. Our website gets a ton of traffic so I would think this should go away soon Any help on this would be greatly appreciated. Travis
Just find this code in your website. <?php the_time(‘M j, Y’);?>, Under: <?php the_category(‘,’)?></div> PHP: and replace it with the below one <script language=”javascript” type=”text/javascript”> document.write(‘<?php the_time(‘j’) ?>’); </script> <?php the_time(‘M Y’) ?> , Under: <?php the_category(‘,’)?> </div> PHP:
This is a simple fix. Remove this code from your footer and it should go away in time. <p>This document was last updated on March 9, 2009.</p> Edit- This was actually inside your Terms of Service, not your footer.
I presume you mean the whole line containing the tags and date, and not just the tags and date individually. If so: .entry-meta{ display: none; }