Template Tags
-
Hello, I am new to WordPress and am having trouble finding where (and what) to insert for my template tags. My current theme is “Virtue” and the single.php simply says “<?php get_template_part(‘templates/content’, ‘single’); ?>” (I could not find an “author.php”). So I then went to the “templates/content.php” and was not able to locate the “the_author() and the_author_posts_link()”. In “templates/entry-meta.php”, I found this:
<p class=”byline author vcard”><?php echo __(‘By’, ‘virtue’); ?> ” rel=”author” class=”fn”><?php echo get_the_author(); ?></p>
Not sure if that helps. I really just want posts to show all the authors’ names. I can select multiple authors, but only the first one appears.
The site is socraticcoffee.com
Thank you for your help!
- The topic ‘Template Tags’ is closed to new replies.