Viewing 4 replies - 1 through 4 (of 4 total)
  • Phil

    (@owendevelopment)

    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.

    Thread Starter orjense

    (@orjense)

    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 https://newwpthemes.com/forum/

    Phil

    (@owendevelopment)

    The icons are hardcoded in the pages:

    <div class="postdate">
    <img src="https://samplesite.wirelessnewsplus.com/wp-content/themes/CarsMania/images/date.png">
    September 12th, 2011
    <img src="https://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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Date and Author from Post.’ is closed to new replies.