Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Current Author
    zeitgeist-y

    (@zeitgeist-y)

    I can’t get this solution to work?! This is how my author.php currently looks like:

    —————————
    <?php get_header(); ?>

    <div id=”content”>

    <?php
    if(isset($_GET[‘author_name’])) :
    $curauth = get_userdatabylogin($author_name);
    else :
    $curauth = get_userdata($author);
    endif;
    ?>

    <h3>You’re currently viewing <?php echo $curauth->user_firstname; ?> <?php echo $curauth->user_lastname; ?>’s page of posts:</h3>

    </div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>
    —————————-

    I can’t even explain my problem. Have a look at the site:
    http://zeitgeist.collectanea.org

    Forum: Your WordPress
    In reply to: My NEW Theme

    Hi 7milesdown,

    I think your modifications to Kubrick look great. I’m inspired to give it a try myself.

Viewing 2 replies - 1 through 2 (of 2 total)