Viewing 3 replies - 1 through 3 (of 3 total)
  • Two methods:

    The Right Way: Edit your theme’s single.php file and remove:

    <div class="side-box-holder">
    <div class="dateholder">
    <div class="date"><?php the_date('j');?></div>
    <div class="monthyear">
    <div><?php the_date('F');?></div>
    <div><?php the_date('Y');?></div>
    </div>

    The Quick Way:
    Edit style.css and add display:none; to:

    side-box-holder  {
    background-image:url("images/side-box.png");
    background-repeat:no-repeat;
    height:132px;
    padding:5px 25px 5px 10px;
    width:110px;
    }
    Thread Starter eastbayjosh

    (@eastbayjosh)

    Esmi,

    I tried doing it the “right way”, but the formatting got all messed up so I just plugged the code right back in, but now the post pages are messed up. The sidebar is coming over the left.

    I didn’t change anything else. I even tried putting the original single.php code back in, but it still didn’t come out right.

    I don’t know how to fix this page now. Please help!

    Thread Starter eastbayjosh

    (@eastbayjosh)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing the date/time stamp and tags from posts’ is closed to new replies.