Então Carlos, fiz do seguinte modo:
<p class=”meta post-meta”><?php _e(‘Posted on ‘, ‘mh-magazine-lite’); ?><span class=”updated”><?php the_date(); ?></span><?php _e(‘mh-magazine-lite’); ?><span class=”vcard author”><span class=”fn”><?php the_author_posts_link(); ?></span></span><?php _e(‘ in ‘, ‘mh-magazine-lite’) . the_category(‘, ‘) ?> // <?php comments_number(__(‘0 Comments’, ‘mh-magazine-lite’), __(‘1 Comment’, ‘mh-magazine-lite’), __(‘% Comments’, ‘mh-magazine-lite’));?></p>
Onde tinha o ‘ by’ eu retirei, mas mesmo assim ele se manteve, dá uma olhada, não imagino o que fazer para retirar esse by
Lucas, estou tendo o mesmo problema que a Cherry, todavia eu já coloquei o the content () em quase todo lugar que achei o the_excerpt coloquei para post completo todavia continua aparecendo um “read more” e nada da postarem, meu blog é entrementes.blog.br sou marinheiro de primeira viagem e toda vez que entro no índex me aparece isso:
<?php get_header(); ?>
<div id=”wrap” class=”container”>
<section id=”content” class=”primary” role=”main”>
<?php if (have_posts()) : while (have_posts()) : the_post();
get_template_part( ‘loop’, ‘index’ );
endwhile;
themezee_display_pagination();
endif; ?>
</section>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>