Add series_title next to author at top of post
-
I don’t like the blue wrapper the series title appears in. I’ve removed the date that appears next to the Author at the top of a post and I’d like the series_title to appear in its place. Here is my code in the single.php file of my Hueman theme:
<p class="post-byline"><?php _e('by','hueman'); ?> <?php the_author_posts_link(); ?> · <?php series_title(); ?></p>
Any suggestion to how I can get the series_title to appear?
- The topic ‘Add series_title next to author at top of post’ is closed to new replies.