• 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

custombanner (2)
0 comments
Tutorials

How to Create a Custom Banner

Some Fundamentals We are going to show you how can you create a custom banner. Its really easy. Oh, by the way, you can create up to 5 custom banners 🙂 Do you know, that you have lots of possibilities how to show your banner? You can set, e.g. where to show the banner,  source

  • November 13, 2015
  • 0
  • 113
submitvideo
0 comments
Tutorials

How to set up Submit Message / Video / Leave s Tip button

If you have community magazine, or you just want to give to your readers option how to suggest you an interesting tip on article. So you can use this solution.

  • November 10, 2015
  • 0
  • 292
themeoptions
0 comments
ColorTutorials

Color Schemes

We are going to show you how to set a color scheme through some examples from basic to advanced. A color scheme contains 13 colors. You can find their meaning on our support web. We know, it’s a quite new stuff but you will love it! You are able to add, edit, clone and remove these color schemes acording to your liking. Do not

  • October 6, 2015
  • 2
  • 697
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_after_list_photos

This action is used after list of photos in a single gallery function my_custom_gallery_after_listphoto() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_after_list_photos', 'my_custom_gallery_after_listphoto'); The result can look like this: List of all hooks you can find HERE

  • October 5, 2015
  • 0
  • 66
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_before_list_photos

This action is used before list of photos in a single gallery function my_custom_gallery_before_listphoto() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_before_list_photos', 'my_custom_gallery_before_listphoto'); The result can look like this: List of all hooks you can find HERE

  • October 5, 2015
  • 0
  • 46
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_after_main_photo

This action is used after main photo in a single gallery function my_custom_gallery_after_photo() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_after_main_photo', 'my_custom_gallery_after_photo'); The result can look like this: List of all hooks you can find HERE

  • October 5, 2015
  • 0
  • 45
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_before_main_photo

This action is used before main photo in a single gallery function my_custom_gallery_before_photo() { echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_gallery_before_main_photo', 'my_custom_gallery_before_photo'); The result can look like this: List of all hooks you can find HERE

  • September 29, 2015
  • 0
  • 63
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_after_title

This action is used after title in a single gallery function my_custom_gallery_after_title() { echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_gallery_after_title', 'my_custom_gallery_after_title'); The result can look like this: List of all hooks you can find HERE

  • September 29, 2015
  • 0
  • 48
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_gallery_before_title

This action is used before title in a single gallery function my_custom_gallery_before_title() { echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_gallery_before_title', 'my_custom_gallery_before_title'); The result can look like this: List of all hooks you can find HERE

  • September 29, 2015
  • 0
  • 51
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_footer_widgets

This action is used after footer widget function my_custom_footer_widget(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_footer_widgets', 'my_custom_footer_widget'); The result can look like this: List of all hooks you can find HERE

  • September 29, 2015
  • 0
  • 117
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity