• damonjablons

    (@damonjablons)


    Hey forumers,

    I’ve recently installed WordPress 2.5.1 on a brand new server, and dressed it up with a theme which I modified slightly. After that I imported my old wordpress.com data to the new hosted version.

    When I imported, I realized that none of the Author names link to that Author’s page. In fact, they don’t link anywhere.

    To see what I mean, visit: http://www.fromharmtohome.org

    Here’s the code which inserts the author name from the template (I commented the if statement to always show get_author_link()):

    <?php if (/*get_the_author_url()*/1==1) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?> <?php _e('on','andreas09'); ?>

    I’ve also noticed that even when I set up a new user, it doesn’t give that author a link to their “Author Archive”, so I suppose it’s not an import issue.

    Any help would be greatly appreciated.

    Regards,
    Damon J.

The topic ‘Author Links not appearing’ is closed to new replies.