cheguevara 0 Report post Posted June 23, 2010 Hi! How can i remove categories and author info in post. Leave only the date. WP3.0 iBlogPro Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 23, 2010 in _posts.php delete the appropriate code from this line: ` <?php _e('On',TDOMAIN);?> <?php the_time(get_option('date_format')); ?>, <?php _e('in',TDOMAIN);?> <?php the_category(', ') ?>, <?php _e('by',TDOMAIN);?> <?php the_author(); ?> <?php edit_post_link(__('(Edit Post)', TDOMAIN), ' ', ' ');?> ` Share this post Link to post Share on other sites
cheguevara 0 Report post Posted June 23, 2010 not working:( Share this post Link to post Share on other sites
nrbeatty 0 Report post Posted September 23, 2010 RESOLVED Share this post Link to post Share on other sites