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

html

wphooks
0 comments
JaW Hooks

Filter jaw_get_template_part

GDN version 2.1+ This filter is used in every template. You can change HTML output. function my_get_template_part( $html, $tmpl_name, $dir){ $html = ""; if($tmpl_name == "related-post" && $dir == "blog"){ jaw_template_set_var('box_title', esc_html__('Related Posts', "gdn-theme")); echo jaw_get_template_part('section_bar', 'simple-shortcodes'); $html .= '<div class="jaw-blog-wraper">'; $html .= "And now for some completely different"; $html .= '</div>'; } return $html;

  • October 31, 2016
  • 0
  • 148
htmlcustom (2)
0 comments
Carousels

Shortcode Custom HTML Carousel

Custom HTML Carousel Attributes items_in_slide – Set number of Items to be shown in one slide (default 1) automatic_slide – Allow moving a content of your carousel automatically (default 0) 1 – On 0 – Off Custom HTML Carousel Appearance Custom HTML Carousel with default settings  [jaw_html_carousel items_in_slide="1" automatic_slide="0"] [jaw_html_carousel_one]Default[/jaw_html_carousel_one][/jaw_html_carousel] Custom HTML Carousel with custom settings  [jaw_html_carousel items_in_slide="2" automatic_slide="1"] [jaw_html_carousel_one]First

  • November 12, 2015
  • 0
  • 137
Copyright © 2016 jawtemplates - WordPress Design Studio Allow responsivity