[Plugin: Events Calendar] Use calendar outside WP template?
-
I have a site which is not a pure WP-driven site; I’m using WP more as a CMS. I’ve installed Events Calendar and am trying to figure out how to place a small or large calendar on a regular php page.
The home page for this plugin mentions using sidebarEventsCalendar() but I can’t even see where that function is. Can anyone get me started down the right path?
I have successfully done this with regular WP posts by using
require('wp/wp-blog-header.php'); $posts = get_posts(); foreach ($posts as $post) : start_wp();
Hopefully there is a similar way to get a calendar. I can always make one by querying the calendar DB directly but I’m hoping to actually grab the calendar widget.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Events Calendar] Use calendar outside WP template?’ is closed to new replies.