• 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

HomeShortcodeFeaturesShortcode Breaking News
brnw (2)

Shortcode Breaking News

  • admin
  • Posted in Features
0
SHARES
SHARESHARESHARESHARE
SHARESHARE

Breaking News Attributes

  • ticker_title – Enter a main title for ticker
  • category__in – Category ID(s) (Doesn`t include child categories)
  • category__not_in – Category ID(s) to exclude
  • count – Set number of posts per page
  • orderby – Order posts by parameters. Help on Order by Parameters
    • date
    • none
    • ID
    • date
    • author
    • title
    • modified
    • parent
    • rand
    • comment_count
    • most_liked
    • most_visited
  • letter_excerpt_title – Enter a number of characters for your post titles
  • ticker_preset_color – Breaking News color scheme (default is _default)
  • ticker_type – Design of Breaking News
    • classic
    • news
  • ticker_direction – Animation type of Breaking News items
    • horizontal
    • vertical
  • automatic_slide – Decide whether or not to allow moving a content of your carousel automatically
    • 1 – On
    • 0 – Off

Breaking News Appearance

Breaking News with default settings 

Breaking News
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&...
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...
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...
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', ...
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...
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...

[jaw_ticker ticker_title="Breaking News" category__in="" category__not_in="" count="6" orderby="date" letter_excerpt_title="60" ticker_preset_color="ts_1447845201310" ticker_type="classic" ticker_direction="horizontal" automatic_slide="1" ]

Breaking News with custom settings 

Games News
Actions jaw_before_usermanagem... 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&...
How to add more Widget areas t... 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...
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...
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', ...
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...
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...
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 ...
Conditional Shortcodes Conditional Shortcodes Appearance [jaw_is_single]Here you can put text or some other shortcodes, which will be shown only in a single post.[/jaw_is_single] [jaw_is_archive]Here you can put text or some other shortcodes, which will be shown only in an archive.[/jaw_is_archive...
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...
MyNews Feature

[jaw_ticker ticker_title="Games News" category__in="" category__not_in="" count="10" orderby="ID" letter_excerpt_title="30" ticker_preset_color="ts_1447845201310" ticker_type="news" ticker_direction="vertical" automatic_slide="0" ]


List of All Shortcodes

If you have any issues, please give us a feedback

If you like GDayNews Theme, we would be very happy for stars rating :)

Related Posts

menu-widget6
0 comments
CodeTutorials

How to add more Widget areas to menu.

install-t6
0 comments
Tutorials

How to set Custom Stock Ticker

install8
0 comments
Tutorials

How to set Custom Stock Widget

some text can be placed here :)

Shortcode JaW Gallery

googlemap (2)

Shortcode Google Map

Related Posts

ratinge (2) 6.8
0 comments
Features

Shortcode Rate Post

srch (3)
0 comments
Features

Shortcode Search

login (2)
0 comments
Features

Shortcode Login & Registration Form

commnets (2)
0 comments
Features

Shortcode Comments

Tags

  • breaking news
  • features
  • news
  • newsletter
  • shortcode
  • ticker
  • Was this Helpful ?
  • yes   no
Copyright © 2016 jawtemplates - WordPress Design Studio Allow responsivity