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 – Descendant
- orderby – Order posts by these parameters (for more info please follow this link)
- date
- none
- ID
- date
- author
- title
- modified
- parent
- rand
- comment_count
- most_liked
- most_visited
- columns – Column count
- type – Blog type
- classical
- special
- special-gallery
- special-big
- simple
- vertical
- vertical-big
- vertical-small
- mix
- timeline
- full Content
- letter_excerpt_title – Number of characters for post titles
- letter_excerpt – Number of characters for preview content
- blog_metadate – Show date in a post preview
- blog_meta_author – Show author name in a post preview
- blog_comments_count – Show comments count in a post preview
- blog_meta_category – Show category in a post preview
- blog_meta_like – Show likes in a post preview
- blog_ratings – Show rating in a post preview
- blog_readers – Show in a post preview
- blog_featured_post – If the post is Sticky, in meta will be shown “Featured post”
- blog_category_inimage – Show category in an image
- blog_comments_inimage – Show comments in an image
- clickable_image – Make post images clickable
- 0 – Off
- 1 – Hyperlink
- 2 – PrettyPhoto
Blog Appearance
Blog with default settings
Actions jaw_before_usermanagement and jaw_after_usermanageme...
This action is used above/below MyNews User manager page. Changable avatar. Firstly install this plugin: https://wordpress.org/plugins/wp-user-avatar/ function my_change_avatar(){ echo '<div class="change-avatar">'; echo do_shortcode('[avatar_upload]'); echo '</div&...
- December 8, 2016
- 0 comments
How to add more Widget areas to menu.
You’ll have to change code of a JaW Menu plugin. Please open plugins\jaw-menu-gdaynews\menu\JawMenu.class.php between lines 17 – 22 $_widgets_area = array( 'widget-menu-area-1' => 'Widget menu area 1', 'widget-menu-area-2' => 'Widget menu area 2', 'widget-m...
- November 10, 2016
- 0 comments
Post Offset in Categories
Do you have some latest posts in featured area of the category and don’t want to show it in regular list of category, so here is JaW plugin for this feature: DOWNLOAD JaW Offset Category plugin Install and activate it and go to Category edit and set Post offset...
- November 1, 2016
- 0 comments
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', ...
- October 31, 2016
- 0 comments
How to set Custom Stock Ticker
1. Install and Activate “Custom Stock Ticker” plugin 2. Go to Relevad Plugins -> New Ticker 3.1. Name your Stock Ticker 3.2. Choose Classic template and click “Apply” 3.3. Set the settings like on this image 3.4. Add Stocks 3.5. Save Changes 3.6. C...
- October 18, 2016
- 0 comments
How to set Custom Stock Widget
1. Install and Activate “Custom Stock Widget” plugin 2. Go to Relevad Plugins -> New Widget 3.1. Name your Stock Widget 3.2. Choose Minimal template and click “Apply” 3.3. Set the settings like on this image 3.4. Add Stocks 3.5. Save Changes 3.6. C...
- October 18, 2016
- 0 comments
[jaw_blog category__in="" category__not_in="" tag__in="" tag__not_in="" count="6" offset="0" pagination="number" order="desc" orderby="date" columns="12" type="classical" letter_excerpt_title="60" letter_excerpt="275" blog_top_image="" blog_top_image_link="" blog_metadate="1" blog_meta_author="0" blog_comments_count="1" blog_meta_category="0" blog_meta_like="0" blog_ratings="0" blog_readers="0" blog_featured_post="1" blog_category_inimage="1" blog_comments_inimage="1" clickable_image="2" show_on_devices="phone"]
Blog with custom settings
Shortcode Image
Image Attributes image – Image ID link – Image target URL target – The target attribute specifies a window or a frame where the link...
- October 23, 2015
- admin
- 0 comments
- Posted in Content
- 0
- 217
Shortcode List
List Attributes list_title – List’s name icon – List’s icon (default jaw-icon-circle-small) List Appearance List with d...
- October 23, 2015
- admin
- 0 comments
- Posted in Content
- 0
- 124
Shortcode About Author
About Author Attributes build_authors – Author ID About Author Appearance Image with default settings [jaw_author build_authors=""] Image ...
- October 23, 2015
- admin
- 0 comments
- Posted in Content
- 0
- 87
Shortcode Blog
Blog Attributes category__in – Category ID category__not_in – Exclude Category ID tag__in – Tag ID tag__not_in – Exclude Tag I...
- October 23, 2015
- admin
- 0 comments
- Posted in Content
- 0
- 247
Shortcode Title
Title Attributes title – Title name description – Some description type – Element’s header type bar_type_1 – With left b...
- October 23, 2015
- admin
- 0 comments
- Posted in Content
- 0
- 109
[jaw_blog category__in="98" category__not_in="50" tag__in="60,99" tag__not_in="" count="5" offset="2" pagination="infinitemore" order="asc" orderby="ID" columns="4" type="vertical" letter_excerpt_title="120" letter_excerpt="150" blog_top_image="" blog_top_image_link="" blog_metadate="1" blog_meta_author="1" blog_comments_count="1" blog_meta_category="1" blog_meta_like="1" blog_ratings="1" blog_readers="1" blog_featured_post="1" blog_category_inimage="1" blog_comments_inimage="1" clickable_image="1" show_on_devices="desktop"]
Actions jaw_before_usermanagement and jaw_after_usermanageme...
This action is used above/below MyNews User manager page. Changable avatar. Firstly install this plugin: https://wordpress.org/plugins/wp-user-avatar/ function my_change_avatar(){ echo '<div class="change-avatar">'; echo do_shortcode('[avatar_upload]'); echo '</div&...
- December 8, 2016
- 0 comments
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', ...
- October 31, 2016
- 0 comments
Action jaw_postbox_X
This action is used for content of post boxes. function my_init(){ remove_action("jaw_postbox_vertical", array("jwRender", "postboxMeta"), 15, 1); add_action("jaw_postbox_vertical", array("jwRender", "postboxMeta"), 9, 1); } add_action('init', 'my_init', 10); The result can ...
- October 17, 2016
- 0 comments
Filter jaw_meta_categories
GDN version 1.4+ This filter is used in Meta Category. You can change category items in meta. function my_meta_categories($categories){ foreach($categories as $key => $category){ if($category->parent > 0){ unset($categories[$key]); } } return $categories; } a...
- October 3, 2016
- 0 comments
Action jaw_mobile_menu_wrapper
This action is used next to mobile menu bar function my_custom_mobile_menu_button(){ echo 'echo '<a href="SOME_URL">BUY NOW</a>'; } add_action('jaw_mobile_menu_wrapper', 'my_custom_mobile_menu_button'); The result can look like this: List of all hooks you can fin...
- September 9, 2016
- 0 comments
Action jaw_before_register_button
This action is used before registern button. function jaw_another_button() { echo "<a class="btn jaw-landing-page-buy-button" href="https://themeforest.net/item/gdn-magazine-blog-video-theme/16897309"><span style="font-weight: bold;">BUY NOW</span></a>...
- August 31, 2016
- 0 comments