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

blog

wphooks
0 comments
CodeJaW HooksTutorials

Filter jaw_excerpt

This filter is used in post box. It’s the description text of your post. By standard way it looks like this. function my_excerpt($excerpt){ return str_replace("e", "-SECRET-", $excerpt); } add_filter('jaw_excerpt', 'my_excerpt'); The result can look like this: List of all hooks you can find HERE

  • March 24, 2016
  • 0
  • 58
0 comments
CodeTutorials

Post excerpt shows less letters than is set.

This is matter of WordPress. In WordPress documentation you can find this words:   So how to enlarge that limitation? If you want to print longer excerpt, please add at the end of your function.php this code: function jaw_custom_excerpt_length( $length ) { return 100; } add_filter( 'excerpt_length', 'jaw_custom_excerpt_length', 999 );

  • February 24, 2016
  • 0
  • 71
relatedposts (2)
0 comments
Tutorials

How to Insert Some Posts into a Post via Blog Shortcode

With our shortcode called Blog, you are able to get lots of possibilities how to make your post really impressive 🙂 It gives you lots of options, we mean a lot! So in this tutorial we will show you how easily can you set this up 🙂 The example you can find here. Enjoy!

  • January 8, 2016
  • 0
  • 99
blogcarousel (2)
0 comments
Carousels

Shortcode Blog Carousel Vertical

Blog Carousel Vertical Attributes category__in – Choose the categories you want to use in the carousel (ID). Doesn`t include child categories tag__in – Choose the tags you want to use in the carousel (ID). Doesn`t include child tags author__in – Choose the authors you want to use in the carousel (ID). post__in – The specific posts you

  • November 11, 2015
  • 0
  • 644
blogcarousel (2)
0 comments
Carousels

Shortcode Blog Carousel

Blog Carousel Attributes category__in – Choose the categories you want to use in the carousel (ID). Doesn`t include child categories tag__in – Choose the tags you want to use in the carousel (ID). Doesn`t include child tags author__in – Choose the authors you want to use in the carousel (ID). post__in – The specific posts you want

  • November 11, 2015
  • 0
  • 211
blog (3)
0 comments
Content

Shortcode Blog

Blog Attributes category__in – Category ID category__not_in – Exclude Category ID tag__in – Tag ID tag__not_in – Exclude Tag ID count – Number of Posts offset – Start print post from X post pagination – Pagination style infinite – infinite infinitemore – infinite with more none – none number – Number wordpress – WordPress order  – Post order asc – Ascendant desc –

  • October 23, 2015
  • 0
  • 267
wphooks
0 comments
CodeJaW HooksTutorials

Action jaw_after_blog

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

  • September 25, 2015
  • 0
  • 46
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
blogcarouselmain
0 comments
CarouselsTutorials

How to Set Blog Carousel

We will create a page that will contain a blog carousel with some additional setting. So, before we start creating something cool, we will have to pay attantion to some important settings. The settings of items, rows and columns such as category, number of posts in whole slider, number of posts in one slide, column count and

  • August 28, 2015
  • 0
  • 743
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity