Hi, I want to keep date in post excerpts but not to show in the main post under title. Would anyone kindly help? Is there any plugin for this? (just like shoutmeloud. com)
Open single.php in your theme folder. Find <?php the_date(); ?> - This is the code that displays date in posts You can either remove it or just comment it like <?php //the_date(); ?>
Try this for Author name, post publish date and comments <?php the_author() ?> | <?php the_time('F jS, Y') ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> And it is for excerpt <?php the_excerpt(); ?> If you want any other help PM me.. or contact me at Skype/Gtalk: ashishkg17