• I am looking to have the author profile displayed above the posts when an individual author archive is called, but the template tags that I place in the archive template don’t pull any info. Am I placing the tags in the wrong place, and if so, where do I put them in the loop? Is the loop only the index.php? I tried reading about the loop, but got kinda lost. Any help would be appreciated mucho!
    Thanks,

    -trav

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter trashcast

    (@trashcast)

    OK I got it to work after putting the tags in the archive template after:
    <?php while (have_posts()) : the_post(); ?>
    but then it displays the profile above every post and not just at the top of the page. I just want the profile at the top, followed by all of that author’s posts. Can anyone help me with a workaround or something?
    Much appreciated,
    -trav

    Thread Starter trashcast

    (@trashcast)

    No really though people…I need some help here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Location for author template tags???’ is closed to new replies.