Wednesday 27 May 2015

How to create custom theme options in wordpress ?


1 comment:

  1. Options Framework Theme

    Contributors: 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

    ReplyDelete

Popular Articles