I was able to remove the "Date" and "Author" from my post but couldn't remove the date icon and author's Icon. Is there anyway to remove these two mentioned items? link to site is: http://samplesite.wirelessnewsplus.com
Thank
I was able to remove the "Date" and "Author" from my post but couldn't remove the date icon and author's Icon. Is there anyway to remove these two mentioned items? link to site is: http://samplesite.wirelessnewsplus.com
Thank
Try looking at single.php in:
'Appearance' --> 'Editor'
And you'll see the location for date and author in there (as php call).
The date will appear something like: <?php the_time('d') ?> and the author will be like: <?php the_author(); ?>
Deleting these (or the whole containing div) will remove from your posts.
This is dependant on which theme you use.
I removed the date and author, and thats how I was able to delete the "Date" and Author" but icons remained, Still need HELP.
The theme is CarsMania 1.0 by NewWpThemes.com
You might want to try asking on http://newwpthemes.com/forum/
The icons are hardcoded in the pages:
<div class="postdate">
<img src="http://samplesite.wirelessnewsplus.com/wp-content/themes/CarsMania/images/date.png">
September 12th, 2011
<img src="http://samplesite.wirelessnewsplus.com/wp-content/themes/CarsMania/images/user.png">
Hawkins
</div>
Use something like Notepad++ to 'find in files' date.png and user.png.
This topic has been closed to new replies.