I do not want to have a date on my sticky post.
I tried to place…
<?php if (is_post('4')) { } else { ?>
// code for displaying date here
} ?>
into this area of my theme index.php…
<div class="contentdate">
<h3><?php the_time('M'); ?></h3>
<h4><?php the_time('j'); ?></h4>
<?php if (is_post('4')) { } else { ?>
// code for displaying date here
} ?>
</div>
This but did not work (i got errors)