• hello all

    what would be the code i would place for browing readers. that would call up the authors page to view?

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use the template tag, wp_list_authors(), you can list the authors in your blog–you would likely put that code in your sidebar.php.

    Also see:
    the_author()
    Author Templates
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

    Thread Starter isellstuff

    (@isellstuff)

    i want to have it so when users see the authors name in the article. They can click on the authors name, and it will tyake them to the profile of that author. Not to list all authors..

    I already use author pages, but i cant seem to get permalinks working with the plugin i am using. So i have to change the text the link to the authors profile page. To something other than

    sitename.com/author/authorname/

    i need to go back to sitename.com/?author=5

    the code i use now is

    <td style=”border-style: solid; border-width: 1px”> More By the Same Author: /author/<?php the_author_login(); ?>/”><?php the_author() ?> 
    </td>

    Unless someone can help me wioth the htaccess/permalinks problem. This is what i have to do.

    hope that made sense

    thx in advance

    Thread Starter isellstuff

    (@isellstuff)

    I figured it out.. ?? thx

    i used <?php the_author_posts_link(); ?>

    and worked great.

    And i installed the same site on the root instead of the subfolder of my hosting and permalinks worked just fine…grrr..

    so i need to know how to make wordpress know that my site is in a subfolder off my hosting root.. something in the htacces file?

    I am setup like so

    main site(root) permalinks are fine
    >>testersite(subfolder off the root) permalinks not fine.

    hope that makes sense.
    any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘author page code?’ is closed to new replies.