@funkboybilly: The problem is with your ul php code.
<ul class="clientsCol"><?php echo $cat_one;?></ul>
should be
<ul class="clientsCol"><?php echo $cat_one; ?></ul>
Note the space between “$cat_one;” and “?>”. This applies to the other three columns. 🙂
Fascinating solution. How would you insert
$currentID = get_the_ID();
$currentNumber = Get_Post_Number($currentID);
inside a div, though?
I would suggest you simplify the code first and see if it works.
`<?php previous_post_link(‘%link’, ‘previous’) ?>’
to see if it appears. then add next_post_link, then check again to see if it works. At whatever point it stops working, you’ll pretty much know where the problem is.
But off the top of my head, try removing the '' after TRUE