Shortcode H1 – H6
jaw_h[x] Appearance
Title Attributes title – Title name description – Some description type – Element’s header type bar_type_1 – With left border bar_type_2 – With top and bottom border bar_type_3 – With background color bar_type_4 – With middle right border bar_type_big_left – Title big left border bar_type_big_center – Title big center border bar_type_big_right – Title big right border default off – Title off space – Title off
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 –
About Author Attributes build_authors – Author ID About Author Appearance Image with default settings [jaw_author build_authors=""] Image with custom settings [jaw_author build_authors="1"]
List Attributes list_title – List’s name icon – List’s icon (default jaw-icon-circle-small) List Appearance List with default settings [jaw_list list_title="I am alone here" icon="jaw-icon-circle-small"] [/jaw_list] List with custom settings [jaw_list list_title="Our Portfolio" icon="jaw-icon-steam2"] [jaw_list_item]FlyingNews[/jaw_list_item][jaw_list_item]GDayNews[/jaw_list_item][jaw_list_item]GoodStore[/jaw_list_item][jaw_list_item]Image Fetcher[/jaw_list_item][/jaw_list]
Image Attributes image – Image ID link – Image target URL target – The target attribute specifies a window or a frame where the linked document is loaded. _blank – Load in a new window _self – Load in the same frame as it was clicked _parent – Load in the parent frameset _top – Load in the full body of the window hover_image
Divider Attributes divider_title – Divider’s name divider_totop – Show back to top link above the divider 1 – on 0 – off totop_align – Link alignment right left divider_style – Divider’s line style dashed dotted solid none color – Divider’s line color width – Divider’s thickness space_size – Space before your divider space_after_size – Space after your divider Divider Appearance
Button Attributes label – Button’s name link – URL (default #) target – The target attribute specifies a window or a frame where the linked document is loaded. _blank – Load in a new window _self – Load in the same frame as it was clicked _parent – Load in the parent frameset _top – Load in the full body
We are going to show you how to set a color scheme through some examples from basic to advanced. A color scheme contains 13 colors. You can find their meaning on our support web. We know, it’s a quite new stuff but you will love it! You are able to add, edit, clone and remove these color schemes acording to your liking. Do not
This action is used after list of photos in a single gallery function my_custom_gallery_after_listphoto() { echo '<p>I am right here :)</p>'; } add_action('jaw_gallery_after_list_photos', 'my_custom_gallery_after_listphoto'); The result can look like this: List of all hooks you can find HERE