php - WordPress "Next Post" URL and Thumbnail -
i noobie. building new theme. need 3 separate data:
- direct link next post thumb
- next post name
- next post url
thank help)
my code dosent work:
<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>
Comments
Post a Comment