Viewing 1 replies (of 1 total)
  • Download the theme and look in index.php. The date is displayed using this code:

    <div class="date-tab"><span class="month"><?php the_time('F') ?></span><span class="day"><?php the_time('j') ?></span></div>

    and styled with this css:

    #content .col01 .post-inner .date-tab {
    	position:absolute;
    	top:0px;
    	left:-98px;
    	height:64px;
    	width:83px;
    	background:url(images/date-tab.gif) no-repeat;
    }

    Note the use of date-tab.gif for the background image.

Viewing 1 replies (of 1 total)
  • The topic ‘Post-it Note style date’ is closed to new replies.