0
我目前正在開發一個自定義的Wordpress主題。該頁面以單頁垂直滾動格式設置。在主題中的某一時刻,可以選擇查看較早的帖子。點擊查看舊帖子刷新頁面&將用戶帶回頂部,我希望用戶保持原樣,以便在單擊「查看舊帖子」時刷新帖子並且用戶仍然位於相同的固定滾動區域被撞回頂部。設置頁面在「get_next_posts_link」上滾動?
有沒有一種可能的方式來使用Jquery帶來下一篇文章?我想到了在編輯鏈接的template.php的「get_next_post_link」的功能,但我不知道什麼JavaScript的使用或如何修改代碼的工作:
function get_next_post_link($format = '%link »', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category') {
\t return get_adjacent_post_link($format, $link, $in_same_term, $excluded_terms, false, $taxonomy);
}
我使用這個主題的一個修改版本:
http://www.andersnoren.se/themes/fukasawa/