Answer the question
In order to leave comments, you need to log in
How to make a dropdown list in Theme Customizer?
Hello.
Can you please tell me how to make a dropdown list with all categories of products in the theme customizer?
I found only a code that displays a drop-down list with all pages.
$customizer->add_setting(
'page-setting',
array('sanitize_callback' => 'example_sanitize_integer')
);
$customizer->add_control(
'page-setting',
array(
'type' => 'dropdown-pages',
'label' => 'Выберите страницу:',
'section' => 'example_section_one',
)
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question