I’ve been following the WordPress Settings API tutorial series of this guy: http://wp.tutsplus.com/tutorials/theme-development/the-complete-guide-to-the-wordpress-settings-api-part-1/ So far, […]
Tag: settings-api
Settings API: Change position of custom setting field
I’ve searched high and low on Google and this site for an answer to this […]
Plugin development: can’t update settings with multiple settings sections
I’ve got my plugin options set up to be in multiple sections, for ease of […]
Bulk update all posts from plugin settings screen
I’m writing a plugin right now that will populate custom metadata for all posts on […]
How to wrap html around Settings API add_settings_section()
I am writing a plugin and I’m currently implementing my admin menu using the wordpress […]
Settings API repeater fields
I’m new to the WP settings API, and a fairly novice PHP developer. To get […]
Multiple fields with add_settings_field callback
I have a settings page where I am creating a UI that changes column widths […]
Settings API: Two update notices after saving settings?
I’ve used the settings API to create a very simple page for plugin settings. This […]
Settings API – how to update multiple options manually?
I’m storing all my options using Settings API: function registerSettings() { register_setting(‘XX_theme_settings’, ‘XX_theme_settings’, ‘setting_validate’ ); […]
Getting error to display radio button value in General Settings page
I’m constantly getting the errors bellow when printing the radio button values from General Settings […]
No More Posts Available.
No more pages to load.