• 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

HomeTutorials

Tutorials

imagegalleryfeatured
0 comments
Bug HuntingTutorials

JaW Gallery and Facebook Share

If you encounter with an issue when you want to share some images in JaW Gallery and you still see the different image. Something like this So, please bear in mind that this is not a theme related issue. Unfortunately Facebook uses some sort of a cache system. In this case we recommend you follow

  • April 11, 2016
  • 0
  • 205
customspoiler
0 comments
Tutorials

How to Change Spoiler Image

If you want to change the spoiler image to your own, you will have to need some Image Editor, e.g. we recommend GIMP (we will use GIMP as a default image editor, if you use Photoshop or other image editor, the procedure is the same).

  • April 8, 2016
  • 0
  • 220
shareshort
0 comments
PluginsTutorials

Mashshare Shortcodes

Mashshare Attributes Please follow this link – https://www.mashshare.net/documentation/shortcodes/ JaW’s Mashshare Attributes We added some parameters to make this Mashshare well-suited for our GDayNews Theme. show_all_services – You can show all social buttons True False Mashshare Appearance [mashshare show_all_services="true" shares="false"] [mashshare show_all_services="false" shares="true"]

  • April 7, 2016
  • 0
  • 296
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_section_title

This filter is used in Section Bar. function my_section_title($title){ return " " . $title; } add_filter('jaw_section_title', 'my_section_title'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 89
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_cropped_text

This filter is used in post box. It’s the cutted description and title text of your post. By standard way it looks like this. function my_cropped_text($text){ return strtoupper($text); } add_filter('jaw_cropped_text', 'my_cropped_text'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 68
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_excerpt

This filter is used in post box. It’s the description text of your post. By standard way it looks like this. function my_excerpt($excerpt){ return str_replace("e", "-SECRET-", $excerpt); } add_filter('jaw_excerpt', 'my_excerpt'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 58
wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_breadcrumbs_title

This filter is used in breadcrumbs title. By standard way is there just “Home”. function my_breadcrumbs_title($breadcrumbs_title){ return "My " . $breadcrumbs_title; } add_filter('jaw_breadcrumbs_title', 'my_breadcrumbs_title'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 77
asd (2)
0 comments
Tutorials

How to Create a Custom Grid

Please check this gallery for step by step tutorial 😉

  • March 24, 2016
  • 0
  • 131
TO
0 comments
Tutorials

Screenshots of ThemeOptions

  • March 24, 2016
  • 0
  • 151
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
  • 101
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity