RockiesP
Member
Posted 1 year ago #
Have installed the trial version of Easy PHP Calendar Admin and installed the WP Easy PHP Calendar Admin. Easy PHP Calendar shows up OK in WP Admin panel and I can use the Setup and Event Manager functions.
Have searched, but unable to find information about how to show the calendar (I want to use just list mode) on a WP Page. Easy PHP Calendar information talks about integration generally - but not specific to WP. Appears I need to change both the WP header and execute PHP code on a page.
Seems like the plug-in would handle this, but I don't see anything about it.
Would appreciate any advice. Thanks!
jdicecco
Member
Posted 1 year ago #
Here's a real simple way to include it in a page.
Create a new page
Use a simple iFrame to contain the calendar. Here's the code I used to make mine work:
<iframe height="1500" width="745" frameBorder="0" src="http://www.YourDomain.com/calendar/demoTOC.php" style="border: 0px"></iframe>
You many need to adjust the SRC to match your URL and file structure.
Here's my Calendar using the demoTOC.php
jdicecco
Member
Posted 1 year ago #
Ooops. I changed my link to the above: http://geekologist.com/blog/schedule/
sjburden
Member
Posted 1 year ago #
Hard to see when it is password protected...
jdicecco
Member
Posted 1 year ago #
Sorry, but I had to lock it for security reasons.
Trust me, this works.
Are you guys talking about the plugin that integrates the Easy PHP Calender into WP? Can't really tell. But if not, there is one and it's here:
http://wordpress.org/extend/plugins/wp-easy-php-calendar-admin/
UPDATE: Nevermind. That plugin won't help you, it just adds an admin area to WP (for whatever good THAT does). I've never used EasyPHP but I've heard good things about it. I might play around with it. Right now I personally am using PHPEventCalendar (http://www.ikemcg.com/pec). :)
I made a post over at the WP Easy PHP Calendar forums describing how to integrate your calendar into a wordpress template:
http://www.easyphpcalendar.com/forums/showthread.php?t=7795
jessica (WP Easy PHP Calendar Admin plugin developer)