admin管理员组

文章数量:1391943

I'm using WP Calendar plugin on my development site. The documentation says that I can use the tag {event_calendar} on my template to render the calendar.

This is the code am using on my template page.

<?php echo do_shortcode('[event_calendar]') ?>

When I look at the Chrome Console, There is no error. There is a Javascript file that is loaded: fullcalendar.min.js.

jQuery 1.9 loads up in the header.

Appreciate any help.

I'm using WP Calendar plugin on my development site. The documentation says that I can use the tag {event_calendar} on my template to render the calendar.

This is the code am using on my template page.

<?php echo do_shortcode('[event_calendar]') ?>

When I look at the Chrome Console, There is no error. There is a Javascript file that is loaded: fullcalendar.min.js.

jQuery 1.9 loads up in the header.

Appreciate any help.

Share Improve this question edited Aug 31, 2013 at 17:00 Pat J 12.5k2 gold badges28 silver badges36 bronze badges asked Aug 31, 2013 at 14:50 user1772571user1772571 351 silver badge4 bronze badges 2
  • 1 the plugin's FAQ does not mention any shortcode. – Michael Commented Aug 31, 2013 at 16:22
  • Thanks for the reply. Can you please tell how can make this work for me. – user1772571 Commented Aug 31, 2013 at 22:03
Add a comment  | 

1 Answer 1

Reset to default 0

Can't comment, so: the doc says you should just put {event_calendar} in your page template (between <?php ?> tags. So it's a tag you can use in your theme, NOT a shortcode.

本文标签: jqueryWP Calendar Shortcode not working on my theme