Skip to content

Theme Options and the Options Framework

French District edited this page Aug 19, 2017 · 1 revision

Largo uses the Options Framework for the Appearance > Theme Options menu pages.

If you need to access a Theme Options value, use of_get_option() instead of the usual get_option(). The theme options pages themselves can be customized from options.php in the main theme folder.

Clone this wiki locally