
內容簡介
探索新聞和滾動小工具的功能 | 年度或終身套餐優惠
WP 新聞和滾動小工具 是 WordPress 上可用的領先和流行的新聞外掛之一。
動態且易於使用的 WP 新聞和滾動小工具。
對於任何在線業主來說,網站的表現是最重要的事情。WP 新聞和滾動小工具是有效提高在線網絡空間動態、具有新聞歸檔、滾動新聞小工具和縮略圖的方法之一。在 CMS 網站上添加、管理和刪除新聞部分。
特點:
還適用於 Gutenberg 簡碼區塊。
安裝說明
請確保永久連結不應為 “/news”,否則所有新聞都將轉至檔案頁面。您可以將其命名為 “/ournews、/latestnews 等”**
由於此外掛是使用自定義文章類型創建的,因此您現在可以為外掛添加 Gutenberg 編輯器支持,以撰寫新聞文章。為此,我們已添加了 apply_filters。有關詳細信息,請查看插件 FAQ 部分。
apply_filters( 'sp_news_registered_post_type_args', $news_args );
現在,您可以使用以下簡碼顯示新聞文章:
[sp_news]
以網格形式顯示新聞:
[sp_news grid="2"]
您還可以根據多個類別智能顯示新聞文章
運動新聞:
[sp_news category="category_id"]
藝術新聞
[sp_news category="category_id"]
完整的簡碼示例:
[sp_news limit="10" category="category_id" grid="2" show_content="true" show_full_content="true" show_category_name="true" show_date="false" content_words_limit="30" ]
新聞的評論
添加了小工具選項,如顯示新聞日期、顯示新聞類別、選擇新聞類別等。
模板代碼:
<?php echo do_shortcode('[sp_news]'); ?>
查看視頻 如何安裝。
以下是新聞參數:
limit : [sp_news limit=”10″] (顯示最新的 10 條新聞,然後分頁)。
category : [sp_news category=”category_id”] (按新聞類別顯示新聞)。
pagination : [sp_news pagination=”true”] (顯示新聞分頁。預設值為 “True”。選項為 “true OR false”)。
pagination_type: [sp_news pagination_type=”numeric”] (選擇新聞的分頁類型,即 “numeric” 或 “next-prev”)。
grid : [sp_news grid=”2″] OR [sp_news grid=”list”] (以網格格式顯示新聞。要以列表查看新聞,請使用 grid=”list”)。
show_date : [sp_news show_date=”false”] (顯示新聞日期或否。預設值為 “True”。選項為 “true OR false”)
show_content : [sp_news show_content=”true” ] (顯示新聞短內容或否。預設值為 “True”。選項為 “true OR false”)。
show_full_content : [sp_news sh
外掛標籤
開發者團隊
② 後台搜尋「WP News and Scrolling Widgets」→ 直接安裝(推薦)
原文外掛簡介
✅ Now that you have your website ready then why don’t you download and try out this News and widget plugin to give it better functionality.
By downloading our WordPress news and scrolling widget plugin on your website, you are in a way giving a very professional touch to it. It’s a way to news your company’s standards and position. It not only has news but you can also design and customize it with a brief description as well. Download and try this news and scrolling widget plugin which comes with many other features.
FREE DEMO | PRO DEMO
Your customer might like the professional and fancy vibe of your site with news and scrolling widgets.
✅ This plugin displays your news posts using :
News (1 designs)
News Widget (1 designs)
News Scrolling Widget (1 designs)
News Thumbnail Widget (1 designs)
Download Now it today and explore all the features.
✅ Features :
When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider the news and scrolling widget plugin.
Website’s performance is the most significant thing for any online business owner. WP News and Scrolling Widget is one of the ways to effectively increase the dynamics of the online web space with news archives, scrolling news widgets and thumbnails. Add, manage and remove the news section on your CMS website.
The plugin work with shortcode so you can easily display the news anywhere on your site.
Also added Gutenberg block support.
✅ Here is the plugin shortcode example
News
[sp_news]
To display only News 4 post:
[sp_news limit="4"]
Where limit define the number of posts to display.
If you want to display News by category then use this short code:
[sp_news category="category_ID"]
Enter category id to display categories wise.
Complete shortcode example:
[sp_news limit="10" category="category_id" grid="2" show_content="true" show_full_content="true" show_category_name="true" show_date="false" content_words_limit="30" ]
✅ Here is Template code
✅ Use Following Blog parameters with shortcode
[sp_news]
limit : [sp_news limit=”10″] (Display latest 10 news and then pagination).
category : [sp_news category=”category_id”] (Display News categories wise).
pagination : [sp_news pagination=”true”] (Display News pagination. By default value is “True”. Options are “true OR false”).
pagination_type : [sp_news pagination_type=”numeric”] (Select the pagination type for News i.e. “numeric” OR “next-prev” ).
grid : [sp_news grid=”2″] OR [sp_news grid=”list”] (Display News in Grid formats. To display News in list view, Use grid=”list”).
show_date : [sp_news show_date=”false”] (Display News date OR not. By default value is “True”. Options are “true OR false”)
show_content : [sp_news show_content=”true” ] (Display News Short content OR not. By default value is “True”. Options are “true OR false”).
show_full_content : [sp_news show_full_content=”true”] (Display Full news content on main page if you do not want word limit. By default value is “false”)
show_category_name : [sp_news show_category_name=”true” ] (Display News category name OR not. By default value is “True”. Options are “true OR false”).
content_words_limit : [sp_news content_words_limit=”30″ ] (Control News short content Words limit. By default limit is 20 words).
Order : [sp_news order=”DESC”] (News order i.e. DESC or ASC).
Order by : [sp_news orderby=”date”] (Order by news i.e. date, ID, author, title, modified, rand and menu_order etc).
extra_class : [sp_news extra_class=””] (Enter extra CSS class for design customization).
✅ Important Note For How to Install
Please make sure that Permalink link should not be “/news” Otherwise all your news will go to archive page. You can give it other name like “/ournews, /latestnews etc”**
As this plugin is created with custom post type, you can now add Gutenberg editor support for the plugin for writing the news post. For that we have added apply_filters. For more details please check plugin FAQ section.
apply_filters( 'sp_news_registered_post_type_args', $news_args );
The plugin adds a News tab to your admin menu, which allows you to enter news items just as you would regular posts.
If you are getting any kind of problem with news page means your are not able to see all news items then please save your Permalinks Structure for example
first select “Default” and save then again select “Custom Structure” and save.
✅ Checkout demo for better understanding
FREE DEMO | PRO DEMO
✅ Essential Plugin Bundle Deal
Annual or Lifetime Bundle Deal
✅ Features include:
Added Gutenberg block support.
News shortcode
3 Widget
Easy to add.
Smoothly integrates into any theme.
Added Widget Options like Show News date, Show News Categories, Select News Categories.
Added language for German, French (France) (Beta)
Fully responsive. Scales with its container.
100% Multi Language.
