Title: [Plugin: Event Organiser] Shortcode Does Not Display
Last modified: August 20, 2016

---

# [Plugin: Event Organiser] Shortcode Does Not Display

 *  [cjones2989](https://wordpress.org/support/users/cjones2989/)
 * (@cjones2989)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-shortcode-does-not-display/)
 * Hello. I’m trying to use the shortcode for the [eo_fullcalendar] option. It will
   display when I apply this to a page. I want to apply it within the template’s
   introduction.php section of my website. When I use this shortcode it only displays
   the actual code itself.
 * [http://wordpress.org/extend/plugins/event-organiser/](http://wordpress.org/extend/plugins/event-organiser/)

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

 *  [Stephen Harris](https://wordpress.org/support/users/stephenh1988/)
 * (@stephenh1988)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-shortcode-does-not-display/#post-2663984)
 * If you are using the shortcode in a template file then you need to use [`do_shortcode`](http://codex.wordpress.org/Function_Reference/do_shortcode).
   For example:
 * `echo do_shortcode('[eo_fullcalendar]');`
 *  Thread Starter [cjones2989](https://wordpress.org/support/users/cjones2989/)
 * (@cjones2989)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-shortcode-does-not-display/#post-2664033)
 * That didn’t work. I’m actually trying to input the full calendar code in the 
   introduction.php within the template I am using. It displays text but I have 
   been able to get images to display using image URL/html parameters.
 * Sorry for my ignorance but I’m not good with code. I wasn’t sure if there was
   a <?php…or some similar HTML way of displaying the full calendar?
 *  [Stephen Harris](https://wordpress.org/support/users/stephenh1988/)
 * (@stephenh1988)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-shortcode-does-not-display/#post-2664051)
 * `<?php echo do_shortcode('[eo_fullcalendar]'); ?>`
    … works for me.
 * > I’m actually trying to input the full calendar code in the introduction.php
 * Do you mean you’re trying to copy the class method into your template? That won’t
   work – the shortcode class handles all the javascript and css that is required
   for the calendar.
 * What images are you referring to…? There are no images in the calendar.
 *  Thread Starter [cjones2989](https://wordpress.org/support/users/cjones2989/)
 * (@cjones2989)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-shortcode-does-not-display/#post-2664060)
 * That code actually worked! I guess my next question would be, can I make the 
   full calender smaller/compressed or just change my extension to [eo_calendar]?
 * The images I meant earlier were HTML linked personal images for the site.

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

The topic ‘[Plugin: Event Organiser] Shortcode Does Not Display’ is closed to new
replies.

 * ![](https://ps.w.org/event-organiser/assets/icon-256x256.png?rev=978123)
 * [Event Organiser](https://wordpress.org/plugins/event-organiser/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-organiser/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-organiser/)
 * [Active Topics](https://wordpress.org/support/plugin/event-organiser/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-organiser/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-organiser/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [cjones2989](https://wordpress.org/support/users/cjones2989/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-event-organiser-shortcode-does-not-display/#post-2664060)
 * Status: not resolved