[WordPress] 外掛分享: WP Blog and Widgets

WordPress 外掛 WP Blog and Widgets 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WP Blog and Widgets」是 2015-09-21 上架。
  • 目前有 9000 個安裝啟用數。
  • 上一次更新是 2025-01-17,距離現在已有 107 天。
  • 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
  • 有 27 人給過評分。
  • 論壇上目前有 1 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!

外掛協作開發者

patelketan | pratik-jain | anoopranawat | piyushpatel123 | wponlinesupport |

外掛標籤

wordpress blog | custom blog layout | Free WordPress blog | custom blog template | blog page with custom post type |

內容簡介

探索 WP Blog and Widget Pro 功能 | 捆綁優惠

WP Blog and Widget 插件可在你的 WordPress 網站中添加博客自訂文章類型和博客 widget。 WP Blog 將在你的管理員選單中增加一個「博客」選項卡,可讓你像撰寫常規文章一樣撰寫博客文章。

注意:WP Blog and Widget 插件是使用自訂文章類型建立的。如果你正在尋找適用於你現有 WordPress 文章的插件,請使用我們的插件Blog Designer – Post and Widget。

WP Blog and widgets 可管理和顯示網站上的博客、日期存檔和 widget。你可以在首頁及內頁上顯示最新的博客文章。

此外,它也可與 Gutenberg shortcode 區塊合作。

WordPress 博客插件包含兩個短碼

1) 在頁面上顯示博客 (列表和網格視圖)
[blog limit="10"]

2) 在首頁/前台以列表視圖和網格視圖顯示最新博客文章
[recent_blog_post limit="3" grid="3"]

重要安裝說明

安裝博客插件並啟用。
插件將在 WordPress 管理員選單的側邊新增「博客」選項卡。新增幾篇文章。

建立一個博客頁面,加入短碼:

[blog]

你也可以按類別顯示博客文章:

體育新聞 [blog category="category_id"]

使用網格顯示博客:

[blog grid="2"]

完整短碼範例:

[blog limit="10" category="category_id" grid="2" show_author="false" show_content="true" show_full_content="true" show_category_name="true" show_date="false" content_words_limit="30"]

博客的評論。

新增部件選項,例如顯示博客日期、顯示博客類別、選擇博客類別。

如果你想在首頁使用最新的博客文章,請使用以下短碼

[recent_blog_post limit="3" grid="3"]

模板代碼: and

在短碼中使用以下參數:
[blog]

limit : [blog limit="10"](顯示最新的10篇博客文章,然後進行分頁)。
category : [blog category="category_id"](按類別顯示博客文章)。
grid : [blog grid="2"](以網格格式顯示博客。如欲以列表視圖顯示博客,請勿使用「grid」參數。)。
show_date : [blog show_date="false"](顯示博客日期或否。預設為「True」。選項為「true OR false」)
show_category_name : [blog show_category_name="true"](顯示博客文章類別名稱或否。預設為「True」。選項為「true OR false」)

原文外掛簡介

✅ Now that you have your website ready then why don’t you download and try out this Blog and widget plugin to give it better functionality.

Note: WP Blog and Widget plugin is created with custom post type. If you are looking for a plugin that works with your WordPress existing Post, please use our plugin Blog Designer – Post and Widget.

By downloading our WordPress blog and widget plugin on your website, you are in a way giving a very professional touch to it. It’s a way to blog your company’s standard and position. It not only has a blog but you can also design and customize it with a brief description as well. Download and try this blog and 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 blog and widget.
✅ This plugin displays your blog posts using :

Blog (1 designs)
Recent Blog (1 designs)
Blog Widget (1 designs)

Download Now it today and explore all the features.
When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider the blog and widget plugin.
WP Blog and widgets, manage and display blog, date archives, widget on your website. You can display the latest blog post on your homepage/front page as well as on the inner page.
The plugin work with shortcode so you can easily display the blog anywhere on your site.
Also added Gutenberg block support.
✅ Here is the plugin shortcode example
Blog
[blog]

Recent Blog
[recent_blog_post]

To display only slick 4 post:
[blog limit="4"]

Where limit define the number of posts to display. You can use same parameter with recent blog shortcode.
If you want to display Slider Slider by category then use this short code:
[blog category="category_ID"]

Enter category id to display categories wise.
Complete shortcode example:
[blog limit="10" category="category_id" grid="2" show_author="false" 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
[blog]

limit : [blog limit=”10″] (Display latest 10 blog post and then pagination).
category : [blog category=”category_id”] (Display Blog post categories wise).
grid : [blog grid=”2″] (Display blog in Grid formats. To display blog in list view please do not use ‘grid’ parameter. ).
show_date : [blog show_date=”false”] (Display Blog date OR not. By default value is “True”. Options are “ture OR false”)
show_category_name : [blog show_category_name=”true” ] (Display blog post category name OR not. By default value is “True”. Options are “ture OR false”).
show_author : [blog show_author=”false”] (Display Blog author OR not. By default value is “True”. Options are “ture OR false”)
show_content : [blog show_content=”true” ] (Display blog post Short content OR not. By default value is “True”. Options are “ture OR false”).
show_full_content : [blog show_full_content=”true”] (Display Full Blog post content on main page if you do not want word limit. By default value is “false”. Note : This parameter will not work with [recent_blog_post] shortcode.)
content_words_limit : [blog content_words_limit=”30″ ] (Control blog post short content Words limit. By default limit is 20 words).
order : [blog order=”DESC”] (Blog order ie DESC or ASC).
orderby : [blog orderby=”date”] (Order by Blog ie date, ID, author, title, modified and rand etc).
pagination_type: [blog pagination_type=”numeric”] (Select the pagination type for News ie “numeric” OR “next-prev”. Note : This parameter will not work with [recent_blog_post] shortcode. ).
extra_class: [blog extra_class=””] (Enter extra CSS class for design customization).

✅ Use Following Recent Blog parameters with shortcode
[recent_blog_post]

limit : [recent_blog_post limit=”10″] (Display latest 10 blog post and then pagination).
category : [recent_blog_post category=”category_id”] (Display Blog post categories wise).
grid : [recent_blog_post grid=”2″] (Display blog in Grid formats. To display blog in list view please do not use ‘grid’ parameter. ).
show_date : [recent_blog_post show_date=”false”] (Display Blog date OR not. By default value is “True”. Options are “ture OR false”)
show_author : [recent_blog_post show_author=”false”] (Display Blog author OR not. By default value is “True”. Options are “ture OR false”)
show_content : [recent_blog_post show_content=”true” ] (Display blog post Short content OR not. By default value is “True”. Options are “ture OR false”).
show_full_content : [recent_blog_post show_full_content=”true”] (Display Full Blog post content on main page if you do not want word limit. By default value is “false”.)
show_category_name : [recent_blog_post show_category_name=”true” ] (Display blog post category name OR not. By default value is “True”. Options are “ture OR false”).
content_words_limit : [recent_blog_post content_words_limit=”30″ ] (Control blog post short content Words limit. By default limit is 20 words).
order : [recent_blog_post order=”DESC”] (Blog order ie DESC or ASC).
orderby : [recent_blog_post orderby=”date”] (Order by Blog ie date, ID, author, title, modified and rand etc).
extra_class : [recent_blog_post extra_class=””] (Enter extra CSS class for design customization).

If you are getting any kind of problem with the Blog page means you are not able to see all blog posts then please remodify your permalinks Structure for example
first, select “Default” and save then again select “Custom Structure ” and save.
Finally, the plugin adds a Recent Blog Post widget which can be placed on any sidebar available in your theme. You can set the title of this list and the number of blog posts to show.
✅ Checkout demo for better understanding
FREE DEMO | PRO DEMO
✅ Essential Plugin Bundle Deal
Annual or Lifetime Bundle Deal
✅ Features include:

Added Gutenberg block support.
Blog
Recent Blog
Easy to add.
Smoothly integrates into any theme.
Yearly, Monthly and Daily archives.
You can create multiple post slider with different options at single page or post.
Added Widget Options like Show Blog date, Show Blog Categories, Select Blog Categories.
Added language for German, French (France) (Beta)
Fully responsive. Scales with its container.
100% Multi Language.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Blog and Widgets」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.2 | 1.3 | 1.7 | 1.9 | 1.2.2 | 1.2.6 | 1.2.7 | 1.2.8 | 1.8.2 | 2.2.6 | 2.6.1 | 2.6.2 | 2.6.3 | trunk |

延伸相關外掛(你可能也想知道)

  • Blog Designer 》主題設置的 WP 外掛, Blog Designer 為尋求在網站上建立響應式博客頁面的每個人提供了一個方便且免費的解決方案。Blog Designer 提供了多達 15 個不同的博客...。
  • Blog Manager WP 》Blog Manager(部落格管理器)是一個方便且免費的解決方案,適用於在網站中建立響應式部落格頁面的每個人。Blog Manager 提供了包含 8 種不同部落格範本以設...。
  • Starter Blog Templates For Faith Blog 》此外掛僅能與 Faith Blog WordPress 主題搭配使用, 這是 Faith Blog WordPress 主題的相關外掛。安裝此外掛後,您可以匯入 Faith Blog 相關的示範資料。此外...。

文章
Filter
Mastodon