The add-settings-field tag has no wiki summary.
0
votes
2answers
60 views
Best place to store company address
Ok I'm creating a site for a company, this company will have multiple users. In the footer I am trying to include the company name, phone and address but not as a widget. I need to store the ...
0
votes
0answers
20 views
Settings- API: Creating setting fields on-the-fly
In this tutorial about how to create a settings page, the author creates a select element with style display:none.
<li class="front-page-element" id="front-page-element-placeholder"
...
0
votes
0answers
40 views
Letting user dynamically create fields using Settings API
I created a settings page, using the Settings API, following this tutorial.
Now I want to have a button that lets users dynamically add fields, similar to the way it is done in this other one.
I ...