I know that part of the genius of Atahualpa is the atomization (for lack of a better word) of php functions so that they can be controlled in the Theme Options.
But in the absence of sidebar.php, there surely must be an appropriate php file into which I can insert plug-in code? I've not been able to figure this out on my own.
For example: On my neverending quest to find vertical navigation, I tried using Wordpress Menu Manager, a plug-in that lets you build a nav menu anyway you want (i.e. not relying on pages_list), and then to style it any way you want to (I found the css for some vertical navs I liked).
All went well until I got to the very end of the directions for the plug-in:
Quote:
To display a menu simply paste in the template tag with the appropriate menu ID number into your theme such as in the sidebar.php or maybe even the header.php where you want the menu to render as follows: <?php displayMenu(1, 3); ?> |
Is the problem that the functions normally found in sidebar.php have been redistributed other places, so that the answer to the questions "Where should I put this code?" depends upon what the code does? Does the answer also change according to the version of Atahualpa?
(I'm using 3.4.2 with WP2.8.3, btw. My site is http://theagnonschool.org)
In my search for solutions in this forum, I found several other threads that boiled down to this same question (Where is php sidebar coding?, Easy PHP Calendar Integration,
CYC plugin, Putting Code/Sign Up Form into Sidebar help, Where is text that normally appears in sidebar.php?, Where is the sidebar.php for this theme?, I'm not sure what file I need add code for the sidebar, etc.