Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209424

    Hello again to all,
    excuse my awkwardness with English (google translator)
    I wonder if I can do the following (I have not seen where you can enable or disable these options):
    – Remove the author name in blog posts
    – Remove the option to comment on blog posts

    Thank you very much for your help,
    Greetings!

    *********************************

    Hola de nuevo a todos,
    disculpar mi torpeza con el inglés (traductor google)
    Me gustaría saber si puedo hacer lo siguiente (no he visto donde poder activar o desactivar estas opciones):
    – Eliminar el nombre de autor en las entradas del blog
    – Eliminar la opción de comentarios en las entradas del blog

    Muchas gracias por vuestra ayuda,
    Saludos !!!

    #209436

    Hey koballo!

    1) Yes, open up /wp-content/themes/enfold/includes/loop-index.php and delete

    
    						echo '<span class="blog-author minor-meta">';
    						echo '<strong>'.__('Author','avia_framework').': </strong><span>';
    						the_author_posts_link(); 
    						echo '</span></span>';
    

    2) Open up /wp-content/themes/enfold/single.php and delete

    
    					//wordpress function that loads the comments template "comments.php"
    					comments_template( '/includes/comments.php'); 
    

    Regards,
    Peter

    #209480

    Hi Petimetre,
    thank you very much, perfect!

    Greetings.

    *************************

    Hola Petimetre,
    muchas gracias, perfecto !!!

    Saludos.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove comments and author name (Eliminar comentarios y nombre de autor)’ is closed to new replies.