Events Page Plugin
-
Hi
I am trying to use this plugin:
http://www.ternstyle.us/products/plugins/wordpress/wordpress-event-page-plugin
I have followed the instructions, but it does not seem to be working for me, I think I am doing something wrong with the events.php file. Currently, my page.php file contains:
<?php
/***************** DO NOT EDIT THIS FILE *************************
******************************************************************
INFORMATION:
————
This is a core theme file, you should not need to edit
this file directly. Code changes maybe lost during updates.
LAST UPDATED: June 26th 2011
EDITED BY: MARK FAIL
——————————————————————
******************************************************************/
global $PPT,$ThemeDesign, $PPTDesign, $user_ID, $userdata; get_currentuserinfo();
/* ================ LOAD TEMPLATE FILE =========================== */
if(file_exists(str_replace(“functions/”,””,THEME_PATH).”/themes/”.get_option(‘theme’).”/_page.php”)){
include(str_replace(“functions/”,””,THEME_PATH).”/themes/”.get_option(‘theme’).’/_page.php’);
}else{
include(“template_”.strtolower(PREMIUMPRESS_SYSTEM).”/_page.php”);
}
?>
They say to save this file as, and then explain on their website what to replace it with. What should my events.php file ACTUALLY contain? I am not sure what to keep or delete from the page.php
The topic ‘Events Page Plugin’ is closed to new replies.