• I have just recently installed a two column WP2.0.2 and have added the plugin for EventCalendar3.0.4 The plugin is working fine (as far as I can tell). I have the calendar on the sidebar and the event list appearing at the top of the content area because the WP user wants that list to not only be prominent but to show all coming events. This means that when a link to current post is chosen, one must scroll down past the increasingly large coming events table to see the post below.

    I have managed to append anchor tags for the calendar on the sidebar by adding #post in the appropriate places in eventcalendar3.php. But I do not know which wp file(s) to alter for the sidebar entries of wp_list_pages(); and wp_get_archives(‘type=monthly’);.

    This is what I have on the theme index.php


    <div id="head">
    [blog header]

    <a name="events"></a>
    <div id="evnts"><h2><?php _e('Coming Events'); ?></h2>
    <?php ec3_get_events(-1); ?>
    </div>

    <a name="post"></a>
    </div>
    <div id="content">

    I have searched as best I can. Any ideas?

  • The topic ‘how do I append anchor tags to links on sidebar?’ is closed to new replies.