• When I used b2, there was a page that listed all of the includes and such you could use. I can’t seem to find that in WP, and I’d like to ad a calendar and popup comments to my page.

Viewing 1 replies (of 1 total)
  • The calendar is part of the default install, and pop-up comments are easily done.
    Open up your INDEX.PHP file – somewhere near the top between the < head > and < /head > tags you will see this:
    <pre>
    <?php //comments_popup_script(); // off by default ?>
    </pre>
    Simply remove the “//” in front of “comments_popup…” and then you have a pop-up window.

Viewing 1 replies (of 1 total)

The topic ‘How to add calendars and popup comments.’ is closed to new replies.