Necesito eliminar 'About the Author' de mi WordPress

  • Autor Autor soulseo
  • Fecha de inicio Fecha de inicio
S

soulseo

Mi
hola amigos, resulta que he intentado muchas maneras de quitar el autor about de wordpress, ya edite el single.php, he puesto plugin y no lo he logrado 🙁
quisiera saber si alguien me puede echar una mano?

este es el fragmento de código que modifico:

<?php if($mts_options['mts_author_box'] == '1') { ?>
<div class="postauthor">
<h4><?php _e('About The Author', 'mythemeshop'); ?></h4>
<div class="author-wrap">
<?php if(function_exists('get_avatar')) { echo get_avatar( get_the_author_meta('email'), '168' ); } ?>
<h5 class="vcard"><?php the_author_meta( 'nickname' ); ?></h5>
<span class="author-posts"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" rel="nofollow"><?php _e('More from this Author','mythemeshop'); ?> <i class="fa fa-angle-double-right"></i></a></span>
<p><?php the_author_meta('description') ?></p>
</div>
</div>

gracias de antemano :/
 
[MENTION=145361]soulseo[/MENTION] que theme estas usando, has revisado si ese theme no trae sus opciones?
 
[MENTION=145361]soulseo[/MENTION] amigo yo he instalado y si viene opciones el theme:

SpLvOnH.png



Revisa esas opciones amigo.
 
Borra todo ese código y ya, así a la mala o en el style.css en la clase postauthor agrega "display:none".
 
Atrás
Arriba