Hi all,
Just curious, I am running a birding website so the category list can be quite long for a single post. How do I remove it? I'm pretty sure it has something to do with the following code in /themes/arclite/index,php
<span class="info"><?php printf(__('Posted by %s in %s','arclite'),''. get_the_author() .'',get_the_category_list(', '));
?> | <?php comments_popup_link(__('No Comments', 'arclite'), __('1 Comment', 'arclite'), __('% Comments', 'arclite'), 'comments', __('Comments off', 'arclite')); ?> <?php edit_post_link(__('Edit','arclite'),' | '); ?>
What do I delete?
Also, how can I bold the font for "Comments"? Is that possible?
Thanks in advance.