Taxonomies in themes options
-
Hi there,
How do I call the custom taxonomies in my theme options page instead of calling the categories in a dropdown for a featured slider?
Whilst editing my theme options page in notepad++ I noticed the following code;
array( "name" => "Featured Category", "id" => $shortname."_feat_cat", "type" => "select", "options" => $site_cats, "desc" => "Here you can choose which category to be used to populate the Featured Slider on the homepage. This only applies if you have disabled the Use Pages options below."),
I guess I need to change the line where it says “options” => $site_cats, but can anyone tell me what to change it to??
Many thanks in advance for any help
- The topic ‘Taxonomies in themes options’ is closed to new replies.