
全新外掛
安裝啟用
—
尚無評分
2203 天前
最後更新
—
問題解決
WordPress 4.0+ v1.0.0 上架:2016-11-27
內容簡介
這個 WordPress 外掛可以幫助使用者更輕鬆地將文章或頁面分成多頁,只需要使用 WPEditor 按鈕即可。
詳細說明請參考這裡。
如果分頁導航區域未顯示,可能是由於您的佈景主題無法處理分頁標籤,因此您需要在 single.php 迴圈中加入以下的程式碼:
<?php wp_link_pages(); ?>
外掛標籤
開發者團隊
原文外掛簡介
Help user to split WordPress post/page into multiple pages easier using WPEditor button.
See more description here
How to split WordPress post into multiple pages
If the navigation section does not appear, this is probably because your theme is unable to handle the tag for splitting the page. So you need to add the following code in your single.php loop:
