Tagged Questions
2
votes
1answer
119 views
In the new Theme Customizer API, how to send a value from the front back to the admin panel?
I'm digging a bit into the new Theme Customizer API, in particular into the javascript one, and what I find is delighting.
I've managed to add my own custom parameters, and I also have the javascript ...
11
votes
2answers
410 views
New WP_Customize API - how does it work under the hood?
I noticed that if you make changes trough the new "customize" feature, when you navigate on a different page within the iframe preview document, your changes still apply, even if they are unsaved.
It ...
1
vote
1answer
529 views
Use Gravity Forms and a Shopping Cart for output to Freshbooks for an Estimate
I've been asked to develop a website pretty much like (but not the same as):
http://www.yoursingapore.com/
basically we need to allow people to add Wordpress posts (custom post types) into a sort of ...
2
votes
3answers
725 views
How do I create a widget that only allows a single instance?
How do I create a widget that only allows a single instance of a widget to be added through the Wordpress interface?
The default behaviour of widgets allows multiple instances to be added.
I am ...