I am not so good with PHP and I have a bunch of codes that also involves wordpress codes.
I came up with these codes and it doesn't seem to work and I can't find a flaw since my knowledge on PHP and WordPress is not that great
<?php
if ($page < "1") {
$page++ = $epone
<strong><p>
<span style="float: right"><a href="'<?php echo get_permalink().($epone++); ?>'">Next Page ▶▶</a></span></p></strong>
}
else {
<strong><p>
<span style="float: right"><a href="'<?php echo get_permalink().($page++); ?>'">Next Page ▶▶</a></span>
<span style="float: left"><a href="'<?php echo get_permalink().($page--); ?>'">◀◀ Previous Page</a></span></p></strong>
}
?>
Thank you for Helping me out! This topic/question can also be used as a reference for Custom linking of Pagination (I know there is a separate code for single post pagination but please help me with the above codes, that's all I ask.)