dhanuamanda
Member
Posted 5 months ago #
I am a Newbie. Simple question I haven't been able to find the answer to,
I want to make a Page that basically is the event calendar. I have created other similar pages using plugins like my contacts forms, galleries etc..
I'm just wondering what code I should insert into the Page to call up The Events Calendar
using [the-events-calendar] doesn't seem to work for example. Thanks.
http://wordpress.org/extend/plugins/the-events-calendar/
roblagatta
Member
Posted 4 months ago #
Hi there. As it stands, the plugin doesn't allow for shortcode embeds. You can use template tags to accomplish something very similar though. Check out what we've put together on those so far: http://tri.be/support/documentation/.
Remember also that by default, assuming you have pretty permalinks enabled, the plugin should live at /events (or whatever you've configured under Settings -> The Events Calendar).
kitcorsa
Member
Posted 4 months ago #
I would also like the events calendar in a page as my template doesn't allow custom menus
had a look on the support site above and its a little advanced.
could you supply the code/html i could drop into a page to dispay the calendar in a page please if sortcode isn't available
You guys can try throwing:
tribe_calendar_grid();
...into your template.
All the code for the default calendar page can be found in: wp-content/plugins/the-events-calendar/views/gridview.php