how to get permalink of all posts??
-
how to get permalink of all posts??
thanks
<?php $i = 0; while( $i < latest_post_id ){ echo "permalink".$i.":".get_permalink($i)."\n"; $i ++ ; } ?>
but this will return some non-exists permalinks,
- The topic ‘how to get permalink of all posts??’ is closed to new replies.