from this link http://garvinmedia.com/eom/ it said: “Add the shortcode [eom-public-form] on the page where you would like the event submission form to be placed.”
We also want to put a previous event on our website. From this instruction it said: “Past events can be viewed on your website if you add [eom-events when=”archives”] to a page.”
[eom-events when=”archives”]
[eom-events]
both shortcode are not working too.. any idea please? thx
Hi All,
Simple Solution:
Here’s what I did to display images for Feature Articles
at the back end
Click Editor > Open the filename(featured.php)> Look for:
<li style=”background-image: url(<?php bloginfo(‘stylesheet_directory’); ?>/timthumb.php?src=<?php echo $thumb; ?>&h=364&w=655&zc=1&q=60);”>
Change to:
<li style=”background-image: url(<?php echo $thumb; ?>);”>