前言介紹
- 這款 WordPress 外掛「WordPress Ajax Load More and Infinite Scroll」是 2020-08-05 上架。
- 目前有 500 個安裝啟用數。
- 上一次更新是 2021-07-28,距離現在已有 1376 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
lazy | lazy load | ajax posts | ajax load more | infinite scroll |
內容簡介
Custom Post Type Ajax Load More 是 WordPress 的靈活解決方案之一,它只會載入部分帖子,其餘帖子將使用無限滾動或更多載入功能載入,並且您可以快速創建漂亮的博客列表。
如果您想在單個頁面上列出大量帖子,那麼 Custom Post Type Ajax Load More 就是正確的選擇。
主要功能
✅ Custom Post Type Ajax Load More 使用 WordPress 標准查詢和許多參數(如帖子類型、帖子狀態、分類法和更多)。
✅ 設置安全級別,您可以選擇僅允許載入的帖子類型和帖子狀態。
✅ 您可以創建自己的模板以自定義列表行為並輕鬆重寫到您的佈景主題。
✅ 輕量級,更快的性能和強大的效能。
✅ 3 種內置模板佈局。
如何使用
使用輕量級 Custom Post Type Ajax Load More 很簡單,您只需要在任何地方放置簡碼即可。
簡碼:
[cpt_ajax_load_more post_type="post" template="default" posts_per_page="6"]
PHP 代碼:
$args = array(
'id' => 'blog-list',
'post_type' => 'post',
'post_staus' => 'publish',
'template' => 'default'
);
echo cpt_alm_render($args);
?>
擴展功能
開發人員可以使用 WordPress 標准鉤子和過濾器來擴展功能。
簡碼參數
過濾器
創建自定義模板
JavaScript 回調函數
演示和示例
簡單列表
網格視圖
卡片視圖
高級卡片視圖
無限滾動
文檔
您可以在blacktheme.net找到 Custom Post Type Ajax Load More 的文檔和更多詳細信息。
原文外掛簡介
Custom post type Ajax load more is the flexible solutions for WordPress to load only some of the posts and another posts will be load with infinite scroll or load more and you can create beautiful blog listing quickly.
If you are looking for large number of posts listing in single page then Custom post type Ajax load more is the right choice.
Key Features
✅ Custom post type Ajax load more is the using WordPress standard query with the many parameters like Post Type, Post Status, Category Taxonomies and more.
✅ Setup security level, you can select post type and post status that only allow to load.
✅ You can create own template to customized listing behavior and overwrite into your theme easily.
✅ Lightweight, Faster and powerful performance.
✅ 3 types of inbuilt template layouts.
How to Use
Lightweight Custom post type Ajax load is very simple way to use, you just put short-code anywhere.
Shortcode:
[cpt_ajax_load_more post_type="post" template="default" posts_per_page="6"]
PHP Code:
'blog-list',
'post_type' => 'post',
'post_staus' => 'publish',
'template' => 'default'
);
echo cpt_alm_render($args);
?>
Extend Functionalities
Developer can extend the functionalities using WordPress standard hooks and filters
Short code Parameters
Filters
Create Custom template
JavaScript callback
Demos and Examples
Simple List
Grid view
Card View
Advance Card view
Infinite Scrolling
Docs
You can find docs and more details about Custom post type Ajax load more on blacktheme.net
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WordPress Ajax Load More and Infinite Scroll」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.5.0 | 1.5.1 | 1.6.0 | trunk |
延伸相關外掛(你可能也想知道)
jQuery Post Splitter 》, , 作者:Fahad Mahmood, , , 專案連結:http://androidbubble.com/blog/wordpress/plugins/jquery-post-splitter, , , 授權條款:GPL 3。有關版權的簡單介...。
Post List with Load More 》為確保無縫的使用者體驗,該外掛使用AJAX來異步加載更多文章。, 該外掛包含兩個基本佈局: 網格和列表。, 為了易用性和簡單性,佈局樣式保持基本,應該反映您...。
AJAX Load More By BKKER Theme 》使用 AJAX 載入下一頁文章。。
Display Medium Stories – Medium Articles in a WordPress Site 》「Display Medium Stories」是一個強大、專業而且輕巧的外掛,能夠在 WordPress 網站上展示 Medium 文章。。