• 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: before

before

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_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_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_before_blog

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

  • September 25, 2015
  • 0
  • 57
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_before_single_content

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

  • September 25, 2015
  • 0
  • 84
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity