Thread Starter
t3lp
(@t3lp)
not sure if this is the best fix, but i just changed ‘incr_number’ in the echo to ‘R-‘ which is a custom field i’m using, and filled in the number manually for each post… seemed to do the trick.
Thread Starter
t3lp
(@t3lp)
ps, here’s what generates the number:
<?php echo get_post_meta($post->ID,'incr_number',true); ?>