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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -