Skip to content

Instantly share code, notes, and snippets.

@BoweFrankema
Created November 17, 2012 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BoweFrankema/4097672 to your computer and use it in GitHub Desktop.
Save BoweFrankema/4097672 to your computer and use it in GitHub Desktop.
Create a new theme option with several field options to choose from
[my-sidebar-size]
section = "sidebar"
title = "Sidebar Size"
description = "Select a sidebar size"
type = "select"
default_value = "eleven"
field_options[] = "fourteen=15 percent"
field_options[] = "thirteen=20 percent"
field_options[] = "twelve=25 percent"
field_options[] = "eleven=30 precent"
field_options[] = "ten=35 percent"
field_options[] = "nine=40 percent"
field_options[] = "eight=50 percent"
field_options[] = "disable=Disable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment