• Resolved arrow0401

    (@arrow0401)


    I need to create my own setting in customizer. This setting should be like this ?
    Also I need that when I click on the items that I added to the customizer, the page for that item opens.

    P.S. I understand, I described it unclear, because I do not speak English well.
    Thanks in advance for the answer)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Please review the Customizer API section of the Theme Handbook. It will also be helpful to refer to portions of core code that implement similar settings. All the default customizer controls are defined in wp-includes/customize/. If an existing control is not exactly what you need, you can extend any of these classes, overriding methods you need to behave differently.

    Don’t you think is better to create a CPT(Custom Post Type)? in that way you can add more “team members” from the post editor without having to depend in the customizer which it only works in the front-page (for what I know and for what I have tried before xD)

    Moderator bcworkz

    (@bcworkz)

    FWIW, the customizer works on any page. You can either navigate to a page in the customizer view, or invoke the customizer from the admin bar while on the page, or pass the page’s permalink with wp-admin/customize.php?url={permalink} ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create custom settings in Customizer’ is closed to new replies.