jankowalski 3 Report post Posted March 14, 2011 I would like to display a list of events of wp calendar. it says Normally you show a list of events by including the function fse_print_events or fse_print_events_list in your theme How can i implement it in platformpro theme? Share this post Link to post Share on other sites
jankowalski 3 Report post Posted March 14, 2011 I found out that thecalendar has a widgets. So now if there is any way to call a widget on my page? i d like to displaye the event list view from widget. I also didn t discover yet how to turn off a widget on certain page. i mean if i set widget on Primary Slidebar it will display on all pages which has primary. i need more control. I guess there is a way to do that.. Share this post Link to post Share on other sites
bonngean 0 Report post Posted March 14, 2011 You could place a widget for the calendar into the Universal sidebar and then only include that sidebar on the pages you want and turn it off on other pages. == Bonnie Share this post Link to post Share on other sites
jankowalski 3 Report post Posted March 14, 2011 I was refering to a code or tag which would let me call the widget and place it inside the page, not in the sidebar position. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 15, 2011 Depending on what plugin/widget you use (there are many): http://wordpress.org/extend/plugins/search.php?q=calendar You'll have to check with that plugins documentation/support for manual code although some of them will offer in-page calendar use anyways. Then you can use Widget Logic to control where it will and won't appear: http://wordpress.org/extend/plugins/widget-logic/ Thanks, Bryan Share this post Link to post Share on other sites
jankowalski 3 Report post Posted March 18, 2011 Thanks, finally switched to wp-calendar and problems are gone. Share this post Link to post Share on other sites