Home › Forums › Calendar Products › Events Calendar PRO › Automatically Generated Category Menu
- This topic has 7 replies, 3 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
September 14, 2012 at 10:57 am #25118
Jackie Webster
ParticipantI would like to call the category list/links to provide a sidebar menu where visitors can view the calendar by category. Other than manually creating that list, is there some way to call the list from TEC?
I have created a manual version (jump menu) at the link shown, but as my clients add new categories, I would like those categories to be added without manually coding the new links for them.
Any help would be appreciated!September 14, 2012 at 10:58 am #25119Jackie Webster
ParticipantGah, looks like the link didn’t take. Here it is:
http://d200musicboosters.org/calendar/September 14, 2012 at 10:59 am #25120Jackie Webster
ParticipantAnd.. I provided the wrong link. Shees! This one is correct:
http://d200musicboosters.org/events/September 14, 2012 at 11:25 am #25124Jackie Webster
ParticipantOkay, found this in the WordPress forums, in case someone else is searching for this solution. This worked for me:
0 ){echo ” View Events by Category “;
echo “function taclinkch(x){var y=document.getElementById(x).value;document.location.href=y}”;
echo ” “;echo “Select a Category”;
echo “Show All”;
foreach ( $terms as $term ) {
echo “name.” ‘>” . $term->name . “”;
}
echo “”;
}
?>
September 14, 2012 at 11:26 am #25125Jackie Webster
ParticipantI’ll try this again, sorry:
0 ){echo ” View Events by Category “;
echo “function taclinkch(x){var y=document.getElementById(x).value;document.location.href=y}”;
echo ” “;echo “Select a Category”;
echo “Show All”;
foreach ( $terms as $term ) {
echo “name.” ‘>” . $term->name . “”;
}
echo “”;
}
?>
September 14, 2012 at 11:30 am #25127Jackie Webster
ParticipantCut & paste of code not working. I’ll provide the code at this link:
http://smallwebsolutions.com/documents/the-events-calendar-category-jump-menu.txt
I found the solution here:
http://wordpress.org/support/topic/plugin-the-events-calendar-list-all-categories-get-next-event-thumbnailSeptember 25, 2012 at 10:10 am #25683Leah
MemberThanks for posting your solution, Jackie! Hopefully someone else will find that useful.
July 7, 2015 at 6:26 am #977842Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Automatically Generated Category Menu’ is closed to new replies.
