• Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact
Log In

  • Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact

HomeTag: theme options

theme options

categorypreset
0 comments
for DevelopersTutorials

Category Preset

Make or modify your own presets with detailed settings for categories. The preset you select here will be applied just to this particular category.

  • April 18, 2016
  • 0
  • 190
singlepostpreset
0 comments
for DevelopersTutorials

Single Post Preset

Make or modify your own presets with detailed settings of posts on your blog.

  • April 18, 2016
  • 0
  • 279
TO
0 comments
Tutorials

Screenshots of ThemeOptions

  • March 24, 2016
  • 0
  • 152
new option
0 comments
Codefor DevelopersTutorials

How to use your own options

We recommend to you to do all these changes in your Child Theme. Now we have Placed New Option in Theme Options. So how to bring it to life. Anywhere in your child theme just use this code to get the value: jwOpt::get_option('my_awesomeness', 'SOME_DEFAULT_VALUE'); so we can use it e.g. by this way: if(jwOpt::get_option('my_awesomeness', '0') ==

  • March 18, 2016
  • 0
  • 102
New options
0 comments
CodeJaW HooksTutorials

How to add new items to Theme Options

In case of you want to add some options to Theme Options, you can use our filters in your Child Theme. Simply add this code to your child theme’s function.php function my_themeoptions_menu($menu){ $menu['myoptions'] = array('submenu' => 0, 'name' => 'My Options', "icon" => "jaw-icon-king"); return $menu; } //add section to left menu in Theme Options add_filter('jaw_themeoptions_menu',

  • March 18, 2016
  • 0
  • 110
brick-wall (2)
0 comments
Tutorials

What is Masonry Effect

Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet. For more information, please follow official link.

  • January 15, 2016
  • 0
  • 291
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity