Kann mir jemand helfen, ich möchte im autoren profil Fotos dazu anzeigen.
habe mit author ohoto und uaserpic & avatar probiert, kann dies aber nicht in der author.php anzeigen.
<?php get_header(); ?>
<?php include(TEMPLATEPATH."/left.php");?>
<?php include(TEMPLATEPATH."/right.php");?>
<div id="middlepic"></div>
<div id="content">
<h2><?php get_author_profile(); ?><ul><li>Autoren:</h2>
<?php wp_list_authors(); ?>
<h5><?php get_author_profile(); ?></h5>
<h5><?php author_profile('displayname'); ?></h5>
<?php userphoto_the_author_photo(); ?>
<p><?php author_profile('profile'); ?>
<p><?php author_profile('url'); ?><p>
<h2></p><?php total_posts($author, $curauth->user_login) ; ?></h2>
<?php full_post_list($author, $curauth->user_login) ; ?>
</ul></li>
</div>
<?php get_footer(); ?>
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!