Wordpress: Check if there are previous posts before displaying link

前端 未结 4 1706
逝去的感伤
逝去的感伤 2021-01-05 01:03

I\'m using the following code to display a \'previous posts\' link on my Wordpress blog.

     
4条回答
  •  感动是毒
    2021-01-05 01:37

    You can try something like this

  • '.$link.'
'; ?>

get_previous_posts_link returns null (falsy value) if there isn't any previous post.

提交回复
热议问题