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

single

shortocdes-conditional
0 comments
Shortcode

Conditional Shortcodes

Conditional Shortcodes Appearance [jaw_is_single]Here you can put text or some other shortcodes, which will be shown only in a single post.[/jaw_is_single] [jaw_is_archive]Here you can put text or some other shortcodes, which will be shown only in an archive.[/jaw_is_archive] [jaw_is_front_page]Here you can put text or some other shortcodes, which will be shown only on home page.[/jaw_is_front_page]

  • October 12, 2016
  • 1
  • 94
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
0 comments
Tutorials

How to Create an OnePage Site

In this How To Tutorial, we are going to show you how to create an onepage site using RevoComposer and WordPress Menu. It’s awesome and simple 🙂

  • January 5, 2016
  • 0
  • 141
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_single

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

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

Action jaw_after_single_content

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

  • September 25, 2015
  • 0
  • 73
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