Från Googlehemsida
Om din startsida redirectas till den senaste posten när du använder Wordpress och Redirection pluginet så skriv om insert_old_post funktionen i redirection/models/monitor.php till följande:
function insert_old_post () { global $post; if($post->post_status != 'auto-draft'){ ?> <input type="hidden" name="redirection_slug" value="<?php the_permalink () ?>"/> <input type="hidden" name="redirection_status" value="<?php echo $post->post_status ?>"/> <?php } }