Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    Hi

    Glad to see you using the plugin

    the problem is with your theme, not the plugin

    I just provide a link the themes author page (if you have one else it could be your archive template) and it is that page that is showing the wrong info.

    Sorry I can’t more help

    Paul

    Thread Starter soflanights

    (@soflanights)

    Hi Paul,

    I don’t remember modifying archive.php, so I wonder what is missing, what is your plugin looking for?

    php get_header();
    php get_sidebar();

    <div id=”content”>
    php if (have_posts()) :
    php $post = $posts[0];

    php while (have_posts()) : the_post();

    <div class=”post”>
    <h3>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h3>

    php the_excerpt(‘<p>Read more »</p>’);
    </div>

    php endwhile;

    <div class=”navigation”></div>

    php else:
    <h2>Page not found!</h2>
    <p>The page you trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.</p>
    php endif;

    </div>

    php get_footer();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author Link Stopped working.’ is closed to new replies.