Forums
Forums / Fixing WordPress / Next Post link with post format (not working)
(@metal_13)
11 years, 4 months ago
i need url only of next_post_link
the codes here dont work.. all i get is blank http://codex.ww.wp.xz.cn/Function_Reference/next_post_link
i tried this but im getting blank.. <?php next_post_link( '%link', 'Next post in category', TRUE, ' ', 'post_format' ); ?>
<?php next_post_link( '%link', 'Next post in category', TRUE, ' ', 'post_format' ); ?>
this works but i need the url only and same category OR post format <?php next_post_link(); ?>
<?php next_post_link(); ?>
im using MH Magazine lite theme..
The topic ‘Next Post link with post format (not working)’ is closed to new replies.