E
E
Elizaveta Krasova2020-07-07 15:30:56
WordPress
Elizaveta Krasova, 2020-07-07 15:30:56

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 question

Ask a Question

731 491 924 answers to any question