
內容簡介
WP Post Navigation Plugin 提供您在文章頂部或底部顯示「上一篇文章」和「下一篇文章」的功能。
您可以設定在分類或日期範圍內進行導航。您可以將文章導航欄置於底部、頂部或頂部和底部兩者皆有。
您可以將自訂 CSS 樣式應用於「上一篇文章」和「下一篇文章」的鏈結。您可以自訂下一篇和上一篇文章標題的文字。
您可以為「下一篇文章」和「上一篇文章」的鏈結設定自訂圖片。
在 single.php中手動放置文章導航,只需在 get_header(); 下任意位置複製並貼上以下代碼:
<?php echo isset( $WPPostNavigation ) ? $WPPostNavigation->WP_Custom_Post_Navigation():”; ?>
如需協助,請前往:http://sharp-coders.com/wp-post-navigation/
外掛標籤
開發者團隊
原文外掛簡介
WP Post Navigation Plugin gives you facility to show Previous and Next Post Links at the Top or Bottom of a Post.
You can set to navigate within category or date wise navigation. You’ve the option to set Post Navigation Bar at Bottom, Top or both Top & Bottom.
You can apply CSS style to Previous and Next Post Links. You can set custom text instead of Next and Previous Post Titles.
You can set custom Image for Next and Previous Post Links.
Manually Place Post Navigation in single.php, just Copy & paste following code anywhere in single.php page under get_header();
WP_Custom_Post_Navigation():”; ?>
For Help visit: http://sharp-coders.com/wp-post-navigation/
