Example #1
0
get_header();
?>

	<div id="container">
		<div id="content">

	<?php 
if (have_users()) {
    ?>

		<h2>Current Warriors for Life</h2>

		<ul class="user-list">
<?php 
    while (have_users()) {
        the_user();
        $profile_url = aleph_get_user_profile_url();
        ?>
			<li class="user">
				<a class="user-avatar" href="<?php 
        echo $profile_url;
        ?>
"><?php 
        aleph_the_user_avatar();
        ?>
</a>
				<h4 class="user-title">
					<a href="<?php 
        echo $profile_url;
        ?>
Example #2
0
<?php

get_header();
?>

	<div id="container">
		<div id="content">

<?php 
if (have_users()) {
    the_user();
    ?>
			<div id="profile" class="<?php 
    sandbox_post_class();
    ?>
">
				<h2 class="profile-title"><span><?php 
    aleph_the_user_complete_name();
    ?>
</span> is a Warrior and on a mission to <em>Fight For Life</em>!</h2>
<?php 
    aleph_the_user_photo('<div class="user-image">', '</div>');
    ?>
				<div class="entry-content">
<?php 
    aleph_the_user_description();
    ?>
				</div>
			</div><!-- .post -->
<?php 
} else {