WordPress“下一篇文章”的URL和缩略图

时间:2015-06-13 13:50:45

标签: php wordpress

我是一个noobie。建立我的新主题。我需要获得3个单独的数据:

  • 直接链接到下一个帖子
  • 下一个帖子名称
  • 下一篇文章网址

感谢您的帮助)

我的代码有效:

<div class="post" style="background: url(<?php next_image_link(); ?>) no-repeat center center;">
    <span></span>
    <div class="title">
<h1>
   <a href="<?php next_post_link(); ?>"><?php the_title(); ?></a>
</h1></div>

0 个答案:

没有答案