-
Closed
-
I am evaluating the Events Manager plugin from https://wp-events-plugin.com/ on our test sub-domain. Everything seems to be going fine except for 2 formatting issues, one of which I think I figured out. It uses the default page.php when displaying a single event but since that page was displaying a long list of breadcrumbs, I copied page.php, renamed it to event-page.php per their documentation, then commented out the lines that displayed breadcrumbs. I hope that was the correct solution – it seems to work!!
But I still have the issue of not having the sidebar I want displayed. I have lots of sidebars defined – usually a different one for each of my main pages. I think it is displaying SIDEBAR 1 from the Widgets list, perhaps by default. I see the line that says get_sidebar(‘2’) in it. Is there a way to pass the get_sidebar() function a parameter to use a specific sidebar? And if so, how do I find out what # or name should be used as the parameter for my various sidebars?
As always…thanks for your help!!
-chuck
The topic Question about get_sidebar() function is closed to new replies