How do I remove the date from my blogs posts. My blog relates to jewelry design www.stylechatter.com and the information is timeless.
Thanks
Cutline Theme Support Forums » Cutline Theme Support Forums
remove comments located directly under each post
(5 posts)-
Posted 4 years ago #
-
comments are located directly under each post after the date, and also on the bottom right side after each post. How do I remove the comments section located directly under the post title only. www.stylechatter.com
ThanksPosted 4 years ago # -
jtbloom,
in both index.php and single.php on line 14, remove
· <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>and in single.php on line 14, remove
· <a href="<?php the_permalink() ?>#comments"><? php comments_number('No Comments', '1 Comment', '% Comments'); ?>thread moved to 'support'.
Posted 4 years ago # -
Merged both threads, since rather similar.
Remove the date: same as the comments, also on line 14. Remove
<?php the_time('F jS, Y') ?>Posted 4 years ago # -
Franky,
Thanks for your help, that worked like a charm.
jtbloomPosted 4 years ago #
Reply
You must log in to post.
resolved