1

Re: Events page plugin is not working.

Replace the loop entirely with the tern_wp_events code snippet.

Re: Events page plugin is not working.

I've followed the instructions and get:
Fatal error: Call to undefined function tern_wp_events() in /home/aspex/public_html/ianhigginson.co.uk/wp-content/themes/station/events.php on line 7

My entire events.php file contains:

<?php
/*
Template Name: Events
*/
?>
<?php
     tern_wp_events();
?>

Any suggestions?

Thanks

3

Re: Events page plugin is not working.

Have you installed the plugin? Is the plugin activated? How did you install it?