These are English language forums. Please use English.
Sorry, I didn’t know that only me had to use the google translate.
Translating…
Hello Cláudio, your plugin is very good and easy to use!
Is possible to create a page with all blog authors to show the “Bio Box” of each one?
I want to create a page without content, only the “Bio Box” of each author (and administrator) registred on my blog.
Hi eulergui.
It is possible, but will need to program the page author.php.
Paste it:
<?php
rewind_posts();
if ( function_exists( 'authorbbio_add_authorbox' ) ) authorbbio_add_authorbox();
?>
In style.css paste:
#blog-autor {border-width:2px 0 2px;border-style:solid;border-color:#cccccc;background:#f8f8f8;padding:10px 10px 0;margin:10px 0;}
#blog-autor h3,p#autor-desc {margin:0 0 10px;}
#blog-autor a img {background:none;padding:0;margin:0 3px 0 0;border:none;opacity:1;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;}
#blog-autor a:hover img {background:none;padding:0;border:none;opacity:0.7;}
#autor-gravatar {float:left;}
#autor-gravatar img {margin:0 15px 0 0;background:#fff;border:1px solid #ccc;padding:3px;}
p#autor-social {margin:0 0 5px;}
p#autor-footer {margin:0;padding:0;}
.clear {clear:both;}
Thank you very much, Claudio!!! 🙂
Mas como faço para ativar esta página? Adicionei os códigos mas o que fazer agora? Estava com essa dúvida tambpem.
But how do I activate this page? I added the codes but what to do now? It was with this question too.
Iran,
Basta ter um author.php e acessar o link.
Example:
http://www.yousite.com/?author=1
Or:
http://www.yousite.com/author/admin