Subscribe to:
Post Comments (Atom)
Popular Articles
-
WooCommerce comes localization ready out of the box – all that’s needed is your translation, if the plugin does not come bundled with one ...
-
A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommer...
-
Open the settings page for Contact Form 7, and then open the contact form you want to add. Each contact form has its own tag (shortcode...
-
Displays a link to the user account section. If the user is not logged in the link will display ‘Login / Register’ and take the use to the...
-
Modify the border size (1px, 2px, etc), style (solid, dotted, dashed) and color (#xxxxxx) to suit your needs in custom.css: .woocommerce ...
-
This one is simple. If you’ve been building WordPress themes for a while, you’ll remember the days when you had to manually include code to...
-
If you would like to hook in your own functions, the process is quite simple. You first need to know a few pieces of information. For act...
-
On home page, we generally show a fixed number of recent posts with summary. Although, WordPress provides Sticky Posts functionality but n...
-
Most people commenting on blogs online have an avatar associated with them. If, however, they don’t and you don’t particularly like the Wor...
-
The featured image function, as the codex explains, allows the author to choose a representative image for Posts, Pages or Custom Post Ty...
Options Framework Theme
ReplyDeleteContributors: Devin Price Tags: options, theme options Donate link: http://bit.ly/options-donate-2 Requires at least: 3.6 Tested up to: 4.0 Stable tag: 1.9.1 License: GPLv2
Description
This is the adapted theme version of the Options Framework plugin.
The Options Framework makes it easy to include an options panel in any WordPress theme. It was built so developers can concentrate on making the actual theme rather than spending time creating an options panel from scratch.
Frequently Asked Questions
How do I build options for my own theme?
Just drag the "inc" folder of this theme, options.php and functions.php into the theme of your choice.
options.php is a blueprint for how to work with options. It includes an example of every option available in the panel and sample output in the theme.
You can also watch the video screencast I have at http://wptheming.com/options-framework-theme.
What options are available to use?
text
textarea
checkbox
select
radio
upload (an image uploader)
images (use images instead of radio buttons)
background (a set of options to define a background)
multicheck
color (a jquery color picker)
typography (a set of options to define typography)
editor