- This topic has 3 replies, 2 voices, and was last updated 13 years, 12 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Events Page Menu Replaced by Event Title
When I view an event in single page view, the menu item for the events page (in my case ‘Calendar’) gets replaced by the title of the event being viewed. I checked this solution, but it didn’t work for me. I also checked the known issues page and couldn’t find anything useful.
Problem shown here: (click on an event)
http://www.toddadel.com/blog/calendar
Anybody have any solutions? Thanks! Any help is much appreciated.
This should not happen anymore, unless you use a very odd theme. But even then, the solution here should work:
– make the “Events” page hidden again (or whatever you choose to be the Events page, see the Settings in Events), as a result it won’t show up in the menu anymore
– create a new events page (with wathever title in it) and use the shortcode [events_list] to show the events (for the parameters to this shortcode, see http://www.e-dynamics.be/wordpress)
– add that new page to your custom menu
Yes, this is the method I’m using. I must have an odd theme. My ‘Calendar’ page is using the shortcode: [events_list limit=999]
Still doesn’t work. Any ideas? Could it have to do with how my theme is generating the menu?
<div id="nav">
<li class="<?php echo $extra_class; ?>">"><span class="left-side">Home </span><span class="right-side"></span>
<?php wp_list_pages('sort_column=menu_order&title_li=&link_before=<span class="left-side">&link_after=</span><span class="right-side"></span>' ); ?>
</div>
I’m wondering why you don’t use the wordpress way of doing this: