Hello,
I am trying to remove the date from only certain posts - specifically sticky posts - on a WP site I am administering.
http://www.vitamindhealth.org/
I have tried a number of solutions offered in the forums and nothing has worked, but I may be missing something, as I am relatively new to PHP and CSS editing. Is it possible to do in Ministry Free or do I need a different theme?
I have figured out how to remove the date from *all* posts, by removing <?php the_date(); ?> from the following code:
<p class="premeta">Posted by <?php the_author(); ?> on <?php the_date(); ?> under <?php the_category(', '); ?> | <img src="<?php bloginfo('template_directory'); ?>/images/icon-comment.gif" alt="" /><?php comments_popup_link('Be the First to Comment', 'Read the First Comment', '% Comments to Read', 'comments-link', 'Comments are off for this article'); ?> <?php edit_post_link('Edit', ' | ', ''); ?></p>
Any help is most appreciated! Thanks,
F. Blank