Home

function my_prevnexlink(){ echo "".previous_post_link('%link').""; echo "".next_post_link('%link').""; } add_filter( 'basic_after_content', 'my_prevnexlink' ) >