Title: JKrow's Replies | WordPress.org

---

# JKrow

  [  ](https://wordpress.org/support/users/jkrow/)

 *   [Profile](https://wordpress.org/support/users/jkrow/)
 *   [Topics Started](https://wordpress.org/support/users/jkrow/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jkrow/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jkrow/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jkrow/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jkrow/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jkrow/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Calendar] [Plugin: Events Calendar] Use calendar outside WP template?](https://wordpress.org/support/topic/plugin-events-calendar-use-calendar-outside-wp-template/)
 *  [JKrow](https://wordpress.org/support/users/jkrow/)
 * (@jkrow)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-calendar-use-calendar-outside-wp-template/#post-2609812)
 * oops. Sorry, wrong function. Oh well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Calendar] [Plugin: Events Calendar] Use calendar outside WP template?](https://wordpress.org/support/topic/plugin-events-calendar-use-calendar-outside-wp-template/)
 *  [JKrow](https://wordpress.org/support/users/jkrow/)
 * (@jkrow)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-calendar-use-calendar-outside-wp-template/#post-2609811)
 * I want to do the exact same thing Anton.
    I’ve little expertise in php but the
   function appears to be in the file `events-calendar/events-calendar.php` towards
   the bottom.
 * Tried it out with the following in my external page
 * `<section class="diary"><h1>Diary</h1><?php sidebarEventsList($one);?></section
   >`
 * and the html returned to the browser <section class=”diary”><h1>Diary</h1>
    - <li id=”no-events-in-list”>**Events are coming soon, stay tuned!**
 * </section>
 * However, removing the variable thus:
    `<section class="diary"><h1>Diary</h1><?
   php sidebarEventsList();?></section>`
 * returns the following HTML inside my diary section:
 *     ```
       <ul id="events-calendar-list"><li id="events-calendar-list-2"><a href="http://127.0.1.1:8080/wordpress/?p=66"><strong>Fri 16/3/2012</strong>: Youth Club</a></li>
       </ul>
       ```
   
 * Which is the only event I’ve put in the calendar. This is followed by some JavaScript,
   which appears to be jQuery related
    , which presumably makes the event clickable,
   which it is.
 * Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)