Skip to content

Instantly share code, notes, and snippets.

@jkudish
Created September 30, 2010 19:13
Show Gist options
  • Save jkudish/605135 to your computer and use it in GitHub Desktop.
Save jkudish/605135 to your computer and use it in GitHub Desktop.
if ( have_posts() ) : while ( have_posts() ) : the_post();
wp_redirect(get_permalink());
endwhile;
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment