Hello,
You can’t just move the files from a directory to another one whenever it pleases you. Please read this to properly move WordPress.
Edit: The regex’s isn’t correctly formated. I tweeted Yoast about this, in meanwhile you can fix this by commenting the lines 1434 to 1437 in plugins/wordpress-seo/admin/class-metabox.php.
/* foreach ( $matches[0] as $img ) {
if ( preg_match( '|alt=("|\')(.*?)\1|', $img, $alt ) )
$imgs['alts'][] = $this->strtolower_utf8( $alt[2] );
} */
Nice move there. Digg Digg has a great potentiel and need to be improved.
Keep it up 🙂
Sorry.
I’m using custom post format (aside for sticky posts), here’s my wp loop :
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>