Really I’d just like to enter a blog entry, and have it appear on an “events” page in order of the event date
so far this is the one problem to have me struggling for 2 days straight, anyone have any ideas on this? the Event Calendar site says it will show on a listings page, but i can’t even get it to work in a sidebar
I figured this out, thanks anyway
Here’s my header code, thanks in advance:
<ul id="nav">
<li><a>href="<?php bloginfo('url'); ?>">front page</a></li>
<li><a>href="<?php bloginfo('url'); ?>/archives/">archives</a></li>
<li><a>href="<?php bloginfo('url'); ?>/about/">about</a></li>
<li class="rss"><a>">RSS</a></li>
</ul>