Viewing 3 replies - 1 through 3 (of 3 total)
  • A much better way to do that is to add “display: none;” to this CSS code (line 362):

    .entry-meta {
        clear: both;
        display: none;
    }

    But use a child theme do make any changes.

    Thread Starter [email protected]

    (@jessedewdlegmailcom)

    Thank you so, so very much!

    navigate to your theme pages and open content-single.php and locate and remove these lines:

    <div class="entry-meta">
    <?php twentyeleven_posted_on(); ?>
    </div><!-- .entry-meta -->

    The Vintage Camera theme may be a little different, but this is the page you want, and the div you’re looking for. Whatever the php code is there, you’ll want to remove it or comment it out.

    ***Remember, always back up your files before editing.***

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the date time in the Vintage Camera theme?’ is closed to new replies.