[Plugin: Custom sidebars] Naming convention
-
I was wondering if this plugin creates a new php file for each sidebar you create, and if so, what is the naming convention it uses?
I want to edit multiple page php templates to include the new sidebar.php so when a page gets a template, it automatically gets the correct sidebar for that page.
the standard is this…
[php include(TEMPLATEPATH."/sidebar_right.php")]
If i were to name the new side bar “Sidebar2” with the descriptor as “sidebar2” would the code above change like this to include that sidebar?
[php include(TEMPLATEPATH."/sidebar2.php")]
Thanks,
Lex
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Custom sidebars] Naming convention’ is closed to new replies.