• 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

Homefor DevelopersJaW Hooks

JaW Hooks

wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single_perex

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

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

Action jaw_before_single_perex

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

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

Action jaw_after_section_title

This action is used after the box title. function my_custom_box_title(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_section_title', 'my_custom_box_title'); The result can look like this: List of all hooks you can find HERE

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

Action jaw_before_section_title

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

  • September 25, 2015
  • 0
  • 72
wphooks
0 comments
JaW Hooks

Action jaw_after_header

This action is used after the header logo. function my_custom_header(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_after_header', 'my_custom_header'); The result can look like this: List of all hooks you can find HERE

  • September 10, 2015
  • 0
  • 70
wphooks
0 comments
JaW Hooks

Action jaw_before_header

This action is used in header above logo.   function my_custom_header(){ echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_before_header', 'my_custom_header'); The result can look like this: List of all hooks you can find HERE

  • September 9, 2015
  • 0
  • 81
wphooks
0 comments
for DevelopersJaW Hooks

JaW Hooks

Our customers usually want to customize their theme, so in the GDay News theme are used lots of hooks for better customization via child theme or custom plugins. Here is a list of all hooks with some documentation as well.

  • August 26, 2015
  • 0
  • 289
  • 1
  • 2
  • 3
  • 4
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity