前言介紹
- 這款 WordPress 外掛「HEP Display Posts」是 2023-02-12 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2023-02-13,距離現在已有 815 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.7.25 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
hridoy35 |
外掛標籤
posts | latest posts | display posts |
內容簡介
,使用HEP顯示文章外掛可讓用戶以多種方式以響應式設計在網站中顯示文章。
您可以在網站中以兩種方式顯示文章。 他們是:
1.使用小工具
2.使用短碼
小工具指示
要將文章顯示為小工具,您需要遵循以下指示:
* 在管理面板的左側邊欄上懸停在“外觀”上
* 单击“小工具”
* 在小工具页面上,在所需的边栏中添加一个“HEP Display Posts”小工具
* 就这样! 現在文章將顯示在網站的側邊欄中
短代码
此外掛的短碼是:
[hep_display_posts]
要將文章顯示為簡碼,只需將簡碼粘貼到所需的區域中,文章將相應顯示。 您可以在不同的文章,頁面,側邊欄等位置貼上它。
選項
有多個選項可以修改文章的顯示方式。 在使用簡碼時需要的屬性也已經提到。
*小工具標題:顯示小工具的標題。 例如:最新文章
*文章數量(短碼屬性:hep_no_of_posts):顯示多少篇文章。 默認值為5。
[hep_display_posts hep_no_of_posts =“5”]
*文本對齊(短碼屬性:hep_text_align):文本將如何對齊。 對於阿拉伯文,使用從右到左(rtl)的對齊。 对于英文,使用从左到右(ltr)的对齐方式。 默認值是'ltr'。
[hep_display_posts hep_text_align ="ltr"];值為ltr,rtl
*文章排序(短碼屬性:hep_post_sorting_order):文章將按升序還是降序排序。 默認值為'Descending'(短碼为'desc')。
[hep_display_posts hep_post_sorting_order ="desc"];值為asc,desc
*按哪種信息排序文章(短碼屬性:hep_post_sorting_order_by):文章將按日期、文章標題或隨機排序。 默認值為“date”。
[hep_display_posts hep_post_sorting_order_by ="date"];值為date、title、rand
*按類別顯示(短碼屬性:hep_settings_post_category):按類別顯示文章。 應提供類別的縮寫。 多個類別縮寫也可以用逗號分隔輸入。 如果不需要特定類別,可以讓此處空白。
[hep_display_posts hep_settings_post_category ="news"]
*按標籤展示(短碼屬性:hep_settings_post_tag):按標籤顯示文章。 應提供標籤的縮寫。 多個標籤縮寫也可以用逗號分隔輸入。 如果不需要特定標籤,可以讓此處空白。
[hep_display_posts hep_settings_post_tag ="tag1"]
*按作者顯示文章(短碼屬性:hep_settings_post_author):根据作者显示文章。 应提供作者的縮寫。 只允许在此处输入一个作者縮寫。 如果不需要特定作者,可以讓此處空白。
[hep_display_posts hep_settings_post_author ="admin"]
*隱藏縮略圖(短碼屬性:hep_hide_thumbnail):隱藏網站上顯示的文章縮略圖像。 為了隱藏簡碼的縮略圖,值應為“on”。
[hep_display_posts hep_hide_thumbnail ="on"];
*隱藏日期(短碼屬性:hep_hide_date):隱藏網站上顯示的文章日期。 為了隱藏簡碼的日期
原文外掛簡介
HEP Display Posts plugin allows users to display posts with responsive design in the websites in different ways by using multiple options.
You can display the posts in 2 (two) ways in your websites. They are:
1. Using Widgets
2. Using Shortcodes
Widget Instructions
To show the posts as widgets, you need to follow these instructions:
* Hover on ‘Appearance’ on the left sidebar of admin panel
* Click on ‘Widgets’
* In the widgets page, add an ‘HEP Display Posts’ widget in the required sidebar
* That’s it! Now posts will be shown in the sidebar of the website
Shortcode
The shortcode of this plugin is:
[hep_display_posts]
To show the posts as shortcodes, just paste the shortcode in your desired area, the posts will be shown accordingly. You can paste it in different posts, pages, sidebars etc. wherever you wish.
Options
There are several options to modify the display of the posts. The attributes, which are needed while using the shortcode are also mentioned.
* Widget Title: Display the title of the widget. For example: Latest Posts
* Number of Posts (shortcode attribute: hep_no_of_posts): How many posts will be shown. Default value is 5.
[hep_display_posts hep_no_of_posts="5"]
* Text Alignment (shortcode attribute: hep_text_align): How the text will be aligned. For Arabic, Right to Left (rtl) alignment is used. For English, Left to Right (ltr) alignment is used. Default value is ‘ltr’.
[hep_display_posts hep_text_align="ltr"]; the values are ltr, rtl
* Order Posts (shortcode attribute: hep_post_sorting_order): How the posts will be ordered, Ascending or Descending. Default value is ‘Descending’ (‘desc’ for shortcode).
[hep_display_posts hep_post_sorting_order="desc"]; the values are asc, desc
* Order Posts By (shortcode attribute: hep_post_sorting_order_by): According to which information the posts will be ordered. The options are by Date, by Post Title, or Random. Default value is ‘date’.
[hep_display_posts hep_post_sorting_order_by="date"]; the values are date, title, rand
* Show By Category (shortcode attribute: hep_settings_post_category): Show posts according to category(ies). The slug of the category should be given. Multiple category slugs could also be entered, separated by commas. You can keep it blank for no specific categories.
[hep_display_posts hep_settings_post_category="news"]
* Show By Tag (shortcode attribute: hep_settings_post_tag): Show posts according to tag(s). The slug of the tag should be given. Multiple tag slugs could also be entered, separated by commas. You can keep it blank for no specific tags.
[hep_display_posts hep_settings_post_tag="tag1"]
* Show By Author (shortcode attribute: hep_settings_post_author): Show posts according to author. The slug of the author should be given. Only one slug is allowed here. You can keep it blank for no specific author.
[hep_display_posts hep_settings_post_author="admin"]
* Hide Thumbnail (shortcode attribute: hep_hide_thumbnail): Hide the thumbnail images of the posts displayed on webite. In order to hide the thumbnail for shortcode, the value should be ‘on’.
[hep_display_posts hep_hide_thumbnail="on"];
* Hide Date (shortcode attribute: hep_hide_date): Hide the date of the posts displayed on webite. In order to hide the date for shortcode, the value should be ‘on’.
[hep_display_posts hep_hide_date="on"]
* Word Limit for Title (shortcode attribute: hep_title_word_limit): How many words of the title will be shown. Keep 0 (zero) to show the full title. Default value is 0 (zero).
[hep_display_posts hep_title_word_limit="5"]
* Message for No Posts (shortcode attribute: hep_no_posts_message): Message to show if no posts are found. Default message is ‘No posts found!’.
[hep_display_posts hep_no_posts_message="No posts found!"]
A sample shortcode is given below with some of the attributes:
[hep_display_posts hep_no_of_posts="5" hep_text_align="ltr" hep_post_sorting_order="desc" hep_post_sorting_order_by="date"]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「HEP Display Posts」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WP Shortcodes Plugin — Shortcodes Ultimate 》Shortcodes Ultimate 是一個全面的視覺與功能性元素收集,您可以在文章編輯器、文字小工具甚至是範本檔案中使用。使用 Shortcodes Ultimate,您可以輕鬆地建...。
Post Duplicator 》這個外掛是用來製作選定文章的完全一模一樣複製。它支援自訂文章類型、自訂分類和自訂欄位。, *注意: 評論不會被複製到新文章。, 這個外掛的目的是為了快速且...。
GenerateBlocks 》將不同的功能整合至編輯器,但並不會因為過多的一維方塊造成內容過於臃腫。使用 GenerateBlocks,您只需深入學習少量的方塊,即可用於創建任何內容。, Genera...。
YARPP – Yet Another Related Posts Plugin 》WordPress 相關文章外掛, Yet Another Related Posts Plugin (YARPP) 是一個經過專業維護、高度自訂和功能豐富的外掛程式,可以顯示與當前文章相關的頁面、文...。
WP Meta and Date Remover 》移除點擊文章的Meta、作者和日期。 安裝、啟用,完成!, 如何移除文章和頁面的作者Meta和日期?, , 安裝 WP Meta and Date remover。, 啟用外掛。, 選擇隱藏...。
WordPress Popular Posts 》WordPress Popular Posts 是一個高度可定製的小工具,可以顯示您最受歡迎的文章。, 主要特點, , 多小工具功能 – 您可以在您的博客上擁有多個 WordPress...。
Public Post Preview 》此外掛可讓您分享一個鏈接給匿名使用者,以便他們在發布前預覽文章(或其他公開文章類型)。, 您是否曾經與沒有訪問您網站權限的人共同撰寫文章,並需要給予...。
List category posts 》List Category Posts 可以讓你透過使用 [catlist] 短碼在文章或頁面中按類別列出文章。在編輯頁面或文章時,直接插入短碼到文章中,文章就會被列出來。基本的...。
Display Posts – Easy lists, grids, navigation, and more 》Display Posts 讓您輕鬆地列出網站上的所有內容。首先在內容編輯器中新增此短碼,以列出最近的文章清單:, [display-posts], , 按類別篩選, 若只想顯示特定類...。
CMS Tree Page View 》將所有頁面和自訂文章以 CMS 樹狀概覽方式添加到 WordPress,類似於專注於頁面的 CMS 中經常找到的檢視方式。, 如果您的目標是將多個內容類型合併到單一檢視...。
Category Posts Widget 》Category Posts Widget是一個輕巧的小工具,設計用於一件事並且做得很好:顯示特定類別中最新的文章。, 基於詞語和類別的文章小工具, 這個免費小工具的高級版...。
WP Telegram (Auto Post and Notifications) 》完美整合 Telegram 至 WordPress,讓您完全掌握控制。, Telegram 的卓越 LIVER 支援, 加入聊天室, 我們在 Telegram 上有一個公開小組,提供協助設置外掛、討...。
WP Admin UI Customize 》, 儀表板, 顯示選項標籤, 輸出 - 元網站, 管理工具列 (Toolbar), 側邊選單 (Side menu), 元箱的管理, 登入畫面, 其他功能, , 這些自訂化都是可以實現的。, , ...。
Ultimate Post Kit Addons For Elementor – (Post Grid, Post Carousel, Post Slider, Category List, Post Tabs, Timeline, Post Ticker and Tag Cloud) 》Ultimate Post Kit Elementor 外掛程式是首個允許您全新且清新地設計部落格網站的外掛程式。這是博客作者、行銷人員和文章類型網站擁有者的最佳工具。, Ultim...。
Reading Time WP 》WP Reading Time 讓你輕鬆地在 WordPress 文章中加入預估閱讀時間。啟用這個外掛會自動在你的文章內容的開始加入閱讀時間。你可以在「閱讀時間」設定中取消這...。