Forums

<?php wp_list_categories(); ?> not linking to articles (2 posts)

  1. chrisboggs
    Member
    Posted 2 years ago #

    My problem: On this site: http://www.slaj.us/cms/ when you select categories in the sidebar the [...] does not link to the post which the excerpt refers to.

    I am using <?php wp_list_categories('orderby=name&show_count=1&title_li='); ?>

    Have I done something wrong?

    Thanks in advance for any help. -c-

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try adding a link to each post header in category.php or archive.php:

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>

    Or change <?php the_excerpt();?> to <?php the_content();?>. The latter will automatically create a More link if you use the <--more--> tag in a post.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.