Anyone got any idea how to remove the post date on my blog here is an image of it. Which files would this come in under?
look for something along the lines of: <?php the_time('F j, Y') ?> Code (markup): in your index.php and remove.
Thanks for the reply although i don't have that in my index.php. Could you take a look at my index.php and see if you can see anything? Thanks.
Here's a plugin, but I haven't used it yet so I'm not sure how well it works. http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/
Login your Wordpress adminpanel and 1. Click on "Appearance" 2. Click "Editor" 3. Click "Main Index Template" (index.php) 4. Select the <?php the_time('F j, Y') ?> PHP: as shown in the image and press "delete" button on your keyboard. 5. Click "update file" button Done! Follow the easy steps as shown in the image.