Advertisement
zach-bowers

Soliloquy slider code - Parker

Jun 2nd, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. You can place this slider anywhere into your posts, pages, custom post types or widgets by using one of the shortcode(s) below:
  2.  
  3. [soliloquy id="2153"]
  4. [soliloquy slug="home-page-slider"]
  5. You can also place this slider into your template files by using one of the template tag(s) below:
  6.  
  7. if ( function_exists( 'soliloquy' ) ) { soliloquy( '2153' ); }
  8. if ( function_exists( 'soliloquy' ) ) { soliloquy( 'home-page-slider', 'slug' ); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement