Is there a way to remove the categories from the author bar under the title in posts? I am using the Station Pro theme.
Editing Post Meta (Author, Category, Date) Bar
Started by
glendaembree
, Nov 06 2009 10:37 PM
2 replies to this topic
#1
Posted 06 November 2009 - 10:37 PM
#2
Posted 07 November 2009 - 02:56 PM
Sure, just edit this line of code in '_posts.php' any way you'd like:
<div class="post-date"><em><?php _e('On');?> <?php the_time(get_option('date_format')); ?>, <?php _e('In');?> <?php the_category(', ') ?>, <?php _e('By');?> <?php the_author(); ?></em></div>
#3
Posted 07 November 2009 - 02:57 PM
Removing the 'the_category' function is what you'd want to do to solve your problem.









