
內容簡介
使用方法:
它有自己的短碼(shortcode)。您可以在任何頁面、內容或文章中使用短碼。
針對頁面、文章、自訂文章類型:
[wlmp_loadmore_nav taxonomy=”category”]
載入類別列表。使用「taxonomy = 在文章類型中使用的分類法(taxonomy used in post type)」,預設為「category」。
[wlmp_loadmore_template post_type=”piper”]
載入範本容器和 Ajax 腳本。
[wlmp_loadmore_button]
當文章超過一篇時,顯示「載入更多」按鈕。
埋入 PHP 模板:
<?php echo do_shortcode(‘[wlmp_loadmore_nav taxonomy=”category”]’); ?>
<?php echo do_shortcode(‘[wlmp_loadmore_template post_type=”piper”]’); ?>
<?php echo do_shortcode(‘[wlmp_loadmore_button]’); ?>
當您的文章超過10篇時,將顯示「載入更多」按鈕。
外掛標籤
開發者團隊
原文外掛簡介
How to use?
It have it’s own shotcode. You can use the shortcode in any page, content, post, whereever you want.
For page, post, custom post type:
[wlmp_loadmore_nav taxonomy=”category”]
Loads category list . use taxonomy = “taxonomy used in post type” by default it’s “category”
[wlmp_loadmore_template post_type=”piper”]
Loads template container and ajax scripts
[wlmp_loadmore_button]
show load more button is post page is more that one.
And for PHP template :
Load more will show when you post is more than 10.
