By ravinggenius on
If my theme requires the use of a few special custom functions, where should I put them? I need to get two custom variables from a few functions, one for a common stylesheet (to be included in subtheme styles) and one to place some theme controls in my html.
I would like to assign the variables in my template.php file with a few small custom functions.
Comments
in a template.php file added
in a template.php file added to the root of your custom theme. check out some of the contributed themes, and check out how they accomplish this type of task.