Theme Category is being displayed as a List
-
Hello!
I can’t seem to fix this problem. the theme category is being displayed as a list. It should go after the word “in” in “Posted by JP in”
Any help? Thank you!
output:
KWL Guild Website- Web Design
Posted by JP in on October 17, 2010 Edit
code:
<?php printf(__('Posted by %s in %s on %s','fusion'),'<a href="'. get_author_posts_url(get_the_author_ID()) .'" title="'. sprintf(__("Posts by %s","fusion"), attribute_escape(get_the_author())).' ">'. get_the_author() .'</a>',simple_portfolio_list_categories($post_id = null, $args = null), get_the_time(get_option('date_format'))); ?> <?php edit_post_link(__('Edit','fusion')); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Theme Category is being displayed as a List’ is closed to new replies.