'rewrite' => array('slug' => 'objects', 'with_front' => false),
with_front сменили false на true ? echo get_post_meta(get_the_ID(), '_yoast_wpseo_title', true);
a:2:{i:0;s:2:”35″;i:1;s:2:”33″;}
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<article>
<header class="entry-header">
<?php
$photo = get_field('photo');
?>
<h1 class="entry-title">
<a href="<?php the_permalink(); ?>">
<img class="alignleft" src="<?php echo $photo['url']; ?>" alt="<?php echo $photo['alt']; ?>" width="50" />
<?php the_title(); ?>
</a>
</h1>
</header>
</article>
<?php endwhile; ?>
<?php twentyeleven_content_nav( 'nav-below' ); ?>
<?php endif; ?>
И уточните пожалуйста структуру ваших постоянных ссылок.. должно быть
/%category%/%postname%