前言介紹
- 這款 WordPress 外掛「Simple Post Slider Tool」是 2025-05-26 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-05-27,距離現在已有 275 天。
- 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
swiper | post slider | featured image | featured video | custom post type |
內容簡介
簡易文章滑動器(Simple Post Slider)是一個靈活的 WordPress 外掛,讓您可以使用自訂文章來建立滑動器。您可以展示圖像或影片,設置自動播放、滑動速度、可見幻燈片數量等功能。
每個滑動器都有其自己的捷徑代碼,您可以將其添加到網站上的任何位置。滑動器具有響應式設計、平滑處理,當您懸停在幻燈片上時會暫停。
適合以引人注目且使用者友好的滑動器格式來展示您的內容。
特色
使用自訂文章類型創建無限數量的滑動器。
為每個滑動幻燈片添加特色圖像或影片。
自訂滑動器行為:自動播放、循環、速度、幻燈片數量等。
為每個滑動器選擇特定文章。
為每個滑動器生成捷徑代碼。
使用 Swiper.js 實現響應式和觸控友好功能。
懸停時暫停自動播放。
管理員安裝程序:透過搜尋
造訪「新增外掛」畫面並搜尋「Post Featured Video and Layout Designer」。
點選「立即安裝」按鈕。
啟用外掛。
管理員安裝程序:透過 ZIP 檔
下載外掛。
解壓縮 ZIP 檔並上傳。
透過 WordPress 中的「外掛」選單啟用外掛。
使用方法
建立滑動器
1.建立滑動器:
安裝並啟用外掛後,前往 WordPress 管理員側邊欄中的「文章類型滑動器」。
點選「新增」以建立新的滑動器。
為您的滑動器命名並配置設置(例如:自動播放、速度、每頁顯示滑片數)。
2.選擇滑動器的文章:
在「選擇文章」元框下,勾選要包含在滑動器中的文章。
您可以選擇展示在滑動器中的任意文章數量。
3.設置特色內容:
您可以為將顯示在滑動器上的每個文章添加特色圖片或特色影片。
使用文章編輯器中的「特色影片 URL」選項添加影片 URL。
如果文章沒有特色影片,外掛將後退到特色圖像。
4.配置滑動器設置:
選擇是否啟用滑動器的自動播放。
調整幻燈片的速度(毫秒)。
使用「每頁顯示幻燈片」設置來選擇一次顯示多少幻燈片。
自訂額外的設置,如循環行為和導航箭頭。
5.生成捷徑代碼:
保存滑動器後,在滑動器編輯頁面上會看到一個「滑動器捷徑」框。
複製捷徑代碼,其格式類似:[post_type_slider id="123"]。
將捷徑代碼粘貼到您的網站上的任何地方,即可在文章、網頁或小工具中顯示滑動器。
原文外掛簡介
Simple Post Slider is a flexible WordPress plugin that lets you create sliders using your custom posts. You can show images or videos, set autoplay, slide speed, number of visible slides, and more.
Each slider has its own shortcode that you can add anywhere on your site. Sliders are responsive, smooth, and pause when you hover over a slide.
Ideal for displaying your content in an attractive, user-friendly slider format.
Features
Create unlimited sliders using a custom post type.
Add featured images or videos to each slide.
Customize slider behavior: autoplay, loop, speed, slide count, and more.
Select specific posts for each slider.
Generate shortcode for each slider.
Responsive and touch-friendly using Swiper.js.
Pause autoplay on hover.
Admin Installer via search:
Visit the Add New plugin screen and search for “Post Featured Video and Layout Designer”.
Click the “Install Now” button.
Activate the plugin.
Admin Installer via zip:
Download the Plugin.
Extract the ZIP file and upload.
Activate the plugin through the “Plugins” menu in WordPress.
Usage
Creating a Slider
1.Create a Slider:
After installing and activating the plugin, go to Post Type Slider in the WordPress admin sidebar.
Click Add New to create a new slider.
Give your slider a title and configure the settings (e.g., Autoplay, Speed, Slides per view).
2.Select Posts for the Slider:
Under the “Select Posts” meta box, choose which posts you want to include in the slider by checking the boxes next to the posts.
You can select as many posts as you want to display in the slider.
3.Set Featured Content:
You can add a featured image or a featured video for each post that will be displayed on the slider.
Use the Featured Video URL option in the post editor to add a video URL.
If the post does not have a featured video, the plugin will fall back to the featured image.
4.Configure Slider Settings:
Choose whether to enable Autoplay for the slider.
Adjust the Speed of the slides (in milliseconds).
Select how many slides should be visible at a time using the Slides per View setting.
Customize additional settings like loop behavior and navigation arrows.
5.Generate Shortcode:
After saving the slider, you’ll see a Slider Shortcode box on the slider edit page.
Copy the shortcode, which will look something like this: [post_type_slider id="123"].
Paste the shortcode anywhere on your site, in posts, pages, or widgets, to display the slider.
Code Example
Registering Admin Menu:
function pts_add_featured_video_meta_box() {
add_meta_box(
‘spst_featured_video’,
‘Featured Video’,
‘spst_render_featured_video_box’,
‘post’,
‘side’,
‘default’
);
}
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Simple Post Slider Tool」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Really Simple Featured Video – Featured video support for Posts, Pages & WooCommerce Products 》「Really Simple Featured Video」外掛為您的自訂文章類型提供簡單易用的精選影片支援。您可以很容易地添加自己的影片到網站上,而且您還可以使用簡單易用的...。
YITH WooCommerce Featured Video 》YITH WooCommerce Featured Video 插件是一個擴展 WooCommerce 插件的外掛,允許你的使用者在產品詳細頁面上看到 YouTube 或 Vimeo 影片而不是特色圖片。, 在...。
Featured Video for WordPress – VideographyWP 》VideographyWP 是一個 WordPress 特色視頻外掛,可以從 YouTube 將視頻內容導入您的 WordPress 文章中,並自動嵌入視頻,可以選擇性地取代文章的特色圖像。, ...。
Genesis Featured Video 》《Genesis 版本之父》外掛可讓您在 Genesis 主題的部落格或封存頁面中,使用來自 YouTube、Vimeo、其他影片託管服務,甚至是自行託管的影片,來取代特色圖片...。Modus YouTube Channel 》這個不錯的外掛程式可以將您的 YouTube 頻道、播放清單或兩者都以您設定的反應式列和欄來顯示,您還可以修改每頁縮圖的數量。它還增加了分頁功能,因此您可以...。
Video Connect – Record Video with Form, Featured Video, Floating Video, Video Recording 》d Vimeo in addition to YouTube and Daily Motion (Pro version), Set individual videos for each product or have a default video for all products, Cus...。
Smart Featured Videos for WooCommerce 》總結:Smart Featured Videos for WooCommerce 可讓您在 WooCommerce 產品中添加精選視頻,提升您的產品頁面的魅力。支持 YouTube、Vimeo 和自行託管的視頻 U...。
Featured Video Link Preview Lite 》以下是外掛介紹的總結:, - 新增了一個「精選影片」欄位在文章編輯器中,讓你可以選擇一個 mp4 檔案,在透過 iMessage 連結你的網站時顯示影片預覽。如果未設...。Post Media Manager: Image & Video 》總結:Post Media Manager 是一個輕量的 WordPress 外掛,讓您可以為部落格文章設置精選影片,就像精選圖片一樣!附帶內建的版面設計師,讓您可以建立並預覽...。
Video Metabox AOC 》這個外掛的目標是為使用者提供上傳影片到文章的功能。它使用 wp.media js 物件開啟一個上傳器框架,並選擇/上傳影片。當影片被選擇之後,它會將上傳的媒體物...。
Simply Featured Video – Featured video support for WordPress 》Simply Featured Video 是一個特色影片外掛程式,可以讓你將媒體庫或第三方影片平台的影片匯入 WordPress 文章中,並自動嵌入影片。, 你可以將特色影片放置在...。
