Title: Calendar using PHP and not shortcode
Last modified: August 21, 2016

---

# Calendar using PHP and not shortcode

 *  Resolved [johnwebman](https://wordpress.org/support/users/johnwebman/)
 * (@johnwebman)
 * [12 years ago](https://wordpress.org/support/topic/calendar-using-php-and-not-shortcode/)
 * Does anyone know how to insert a calendar into a page using PHP instead of a 
   shortcode please?
 * [https://wordpress.org/plugins/wp-simple-booking-calendar/](https://wordpress.org/plugins/wp-simple-booking-calendar/)

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

 *  Thread Starter [johnwebman](https://wordpress.org/support/users/johnwebman/)
 * (@johnwebman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/calendar-using-php-and-not-shortcode/#post-4925346)
 * I worked it out myself!
 * `<?php echo wpsbc_shortcode(array(id=>"1", title=>"no", legend=>"yes", dropdown
   =>"yes", start=>"1", display=>"1", language=>"auto", month=>"0", year=>"0", history
   =>"1")); ?>`
 * or for more generic use you could pass the calendar id (_and other settings as
   required_) into this via some variable, like this example.
 * `<?php echo wpsbc_shortcode(array(id=>$cal_id, title=>"no", legend=>"yes", dropdown
   =>"yes", start=>"1", display=>"1", language=>"auto", month=>"0", year=>"0", history
   =>"1")); ?>`
 *  [MirkoE](https://wordpress.org/support/users/mirkoe/)
 * (@mirkoe)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/calendar-using-php-and-not-shortcode/#post-4925363)
 * I am looking exactly for the same. I assume you are using the Pro-Version, since
   with the free Version your Solution doesn’t seem to work.
 *  Thread Starter [johnwebman](https://wordpress.org/support/users/johnwebman/)
 * (@johnwebman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/calendar-using-php-and-not-shortcode/#post-4925401)
 * Yes it’s the pro version.

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

The topic ‘Calendar using PHP and not shortcode’ is closed to new replies.

 * ![](https://ps.w.org/wp-simple-booking-calendar/assets/icon-256x256.png?rev=2204430)
 * [WP Simple Booking Calendar](https://wordpress.org/plugins/wp-simple-booking-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-simple-booking-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-simple-booking-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-simple-booking-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-simple-booking-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-simple-booking-calendar/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [johnwebman](https://wordpress.org/support/users/johnwebman/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/calendar-using-php-and-not-shortcode/#post-4925401)
 * Status: resolved