Options Framework

Wordpress Plugin
Download latest - 1.8.6

Developers

downstairsdev

Download Stats

Today 76
Yesterday 92
Last Week 698
All Time 1,380,264
Banner 772x250

The Options Framework Plugin 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. It's free to use in both commercial and personal projects, just like WordPress itself.

Options Include

  • text input
  • textarea
  • checkbox
  • select
  • radio button
  • upload (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

Learn More

Please visit https://wptheming.com/options-framework-plugin for a full description of how to define and use the theme options.


Releases (24 )

Version Release Date Change Log
1.8.6 2018-02-17
  • Fix: of_sanitize_multicheck should return an array
  • Fix: Typography size should returns a string rather than array
  • Fix: Fix isset notices in custom typography field for Options Check
1.8.5 2017-11-01
  • Update: Style headers to look nice in WordPress 4.4
1.8.4 2015-09-06
  • Update: Include link button in tinyMCE (props @rosswintle)
1.8.3 2014-12-17
  • Update: sanitization of info option and description field
  • Update: Sanitization of editor field
1.8.2 2014-10-14
  • Fix for translation textdomain
1.8.1 2014-05-01
  • Fix for colorpicker spacing
  • Better sanitization of upload option
  • Update translation .pot
  • Updated Portuguese translations by @pedro-mendonca
  • Indonesian translations props @aryaprakasa)
  • Use filtered values for optionsframework_admin_bar
1.8 2014-03-12
1.7.1 2013-12-05
  • Fix to use option name if set in options.php
1.6 2013-08-18
  • Allow media buttons in the editor option
  • JS/CSS should only load on options page
  • Menu tabs should be filterable
  • Menu settings filter
  • Fix js bindings for upload modal (props @themeblvd)
1.5.2 2013-03-03
  • Removed update routine to remove "optionsframework" post type
1.5.1 2013-03-03
  • Temporarily removed update routine
1.5 2013-03-02
  • Updated width of text input
  • New media uploader
  • Dropped custom post types for file attachments
  • Update routine to remove unused 'optionsframework' post types
  • Updated IDs for .tabs and .groups
  • Italian translations (andreabersi.com)
  • Russian translations (verha.net)
  • Swedish translations (kjeell.se)
1.4 2012-12-04
  • Add missing sanitization to typography color (@weplantmedia)
  • New colorpicker (props @mattweibe for getting this in WordPress core)
  • Farsi translations (@vahidd.com)
  • Added password option type (props @neojp)
  • Allow ids to passed to tabs (props @themeblvd)
  • Added optionsframework_after_validate hook (h/t @vanpop and @pryley)
1.3 2012-07-03
  • Allow options to save when set by theme customizer
  • Save checkbox options to boolean false rather than "0"
  • Added optionsframework_after hook
  • Hungarian translations by kardiweb.org
1.2 2012-06-15
  • Fix for font_size santization
  • Added internationalization support (@weslly)
  • Portuguese translations (@weslly)
  • Spanish translations (@sksmatt)
  • Make uploader post type non-public (@samargulies)
  • ID can now be passed on info option for styling purposes
1.1 2012-04-11
  • Added support for wp_editor
  • Updated textarea settings to allow rows parameter
  • Updated cursor:default for h3 metabox, props @yurifedorov
  • Filtering of typography options (@mattwiebe)
  • Updated methods for typography options
1.0 2012-01-29
  • Added filters for entire options array (props @inxilpro)
  • Added a filter for options.php location (props @mattwiebe)
  • Option header (h4) will not display in panel if name !isset (props @alepee)
0.9 2011-09-10
  • Load thickbox using site_url() to allow for https (props @samargulies)
  • Change santization to use $allowedposttags for textarea and info
  • Display notice if theme doesn't support the Options Framework
  • Single checkboxes now use labels
  • CSS updates for formatting long labels
  • Allows dashes in the options id (props @mantone)
  • Uses add_theme_page over add_submenu_page (props @enile8)
0.8 2011-07-10
  • Saves tab states using local storage
  • Style updates WordPress 3.2 release
  • Added sanitization filter for info (of_sanitize_allowedtags)
0.7 2011-06-03
  • Added filtering for recognized arrays (like Font Face)
  • Using isset rather than !empty to return of_get_option
  • Significant updates for setting and restoring defaults
  • Background option outputs no-repeat rather than none
0.6 2011-05-15
  • Introduces validation filters
  • Better data sanitization and escaping
  • Updates labels in options-interface.php
  • Changes how checkboxes saved in database ("0" or "1")
  • Stores typography, backgrounds and multichecks directly as arrays
  • For full description, see: http://wptheming.com/2011/05/options-framework-0-6/
0.5 2011-04-02
  • Fixed errors when more than one multicheck options is used
  • Updated optionsframework_setdefaults so defaults actually save on first run
  • Require that all options have lowercase alphanumeric ids
  • Added link to options from the WordPress admin bar
0.4 2011-03-27
  • Updated multicheck option to save keys rather than values
  • Unset default array options after each output in optionsframework_setdefaults
0.3 2011-03-26
  • White listed options for increased security
  • Fixed errors with checkbox and select boxes
  • Improved the multicheck option and changed format