I figured it out. Here’s the finished code
<?php if
(get_adjacent_post(true, '', true)) {
}
else {
next_post_link('%link', '<div class="arrow-right"></div>', TRUE); }
?>
</li>
<li>
<?php if
(get_adjacent_post(true, '', true)) {
previous_post_link('%link', '<div class="arrow-left"></div>', TRUE);
}
else {
echo '<a href="../"><div class="arrow-left"></div></a>';
}
?>
Hi, thanks for getting back to me!
So here’s a link where you can see what I’m trying to do.
http://jennynordberg.se/the-blocket-series-2005-2011-2011-2/
The images are pulled from the post and I want to add video thumbnails at the end of that.
Regards
Marcus