Software Engineering in WordPress, PHP, and Backend Development

Search: “"theme customizer"” (Page 1 of 7)

We found 35 results for your search.

The WordPress Theme Customizer: Adding a New Setting To An Existing Section

[…] ‘customize_register’, ‘my_theme_register_theme_customizer’ ); Above, the key is that the `add_setting` must come before the `add_control` call. At this point, this should introduce a new setting in your theme customizer, though it won’t actually be functional since there isn’t any JavaScript, yet. Can’t show too much of this theme yet. :) Next, you need to implement […]

WordPress Options and Theme Modifications

When The Customizer (once called The Theme Customizer) became part of WordPress, we saw a resurgence in the Theme Modification API. At one point in WordPress history, the `get_theme_mod` and `set_theme_mod` was how we handled theme modifications (hence the function names). Then, we began to use the options table as a way to manage the […]

« Older posts

© 2024 Tom McFarlin

Theme by Anders NorenUp ↑