Thread Starter
moom
(@moom)
Thank you, thank you, thank you 🙂
Thank you very much alchymyth!
Thread Starter
moom
(@moom)
Please, please, please, Is this soultions good:
if( get_previous_post_link()) {
previous_post_link('%link', 'Prev', TRUE);
}
else {
echo "Prev";
}
echo " / ";
if( get_next_post_link()) {
next_post_link('%link', 'Next', TRUE);
}
else {
echo "Next";
}