How can don’t show comments in author page?
http://edayenu.com/nuevarevista.net/author/daniel-capo/
Hello Josuesantana,
Unfortunately, the theme does not have any such an option that allows you to add comments for an author page, sorry! If you want to achieve this you should try to find such a plugin with this functionality and check how it will work or you should implement it yourself this functionality.
Thanks for the message!
No, no I explain:
The page of authors show the numbers of comments (in spanish: 0 Comentarios) please follow the link: http://edayenu.com/nuevarevista.net/author/daniel-capo/
I need NO Show the nº of comments
I need twitter sharing in the posts open in new page, like the others!
Thanks!!!
Hello,
Please notice that functionality already exists in our theme as you can see here -> https://www.screencast.com/t/wXh0rN1jze
Thanks for the message!
Please follow the link and try share a post in twitter:
http://edayenu.com/nuevarevista.net/aforismos/
twitter open in same window I need that open in new window, like facebook…
Hello Josuesantana,
Please notice that if you want that your Twitter Sharing to be opened in a new window you should have enabled the Like/Tweet button from here -> https://www.screencast.com/t/f5GDCzlkVc Also, if you do not like it appears this option in the frontend, you should use a bit of CSS code to hide them. Try the code and place it in Theme panel -> Custom CSS area.
The code is ->
.td-classic-sharing{
display:none;
}
Thanks for the message!