• I am currently using the Equix Theme and for some reason the sidebar “activity” or most recent topic links all redirect to the same link when on the home page. The archive pages seems to work fine though. My site is http://www.mountainbikingnews.com/. Both the index.php and sidebar seem to be calling link “a href=”<?php the_permalink() ?>”” Any help appreciated.

    Thanks,

    Ivan

    Sidebar code for the ‘activity’ links:

    • <!– Activity –>
      <h2><?php _e(‘Activity’); ?></h2>
      <!–This will show the last 10 posts, including the last one. To change the number of post shown
      edit the ‘nuberposts=x’ to whatever value you want, and to skip the last one (or last 2, 3, etc.)
      increase the value of ‘offset=x’ (default is “0” so it will start by the last post)–>

    <!– End of Activity –>

    Some code from index.php:

    Read the full post ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_author() ?> in <?php the_category(‘, ‘) ?> |

The topic ‘Side Bar Recent Links Not Working’ is closed to new replies.