Example #1
0
        ?>
</span>
					<span><?php 
        printf(__('%d Following', 'ap'), ap_user_get_the_meta('__total_following'));
        ?>
</span>
				</div>
				<?php 
        if (ap_user_meta_exists('description')) {
            ?>

					<div class="ap-user-dscription">
						<div class="ap-user-description-in">
							<div id="user-summery">
								<?php 
            ap_user_the_meta('description');
            ?>

							</div>
						</div>
						<a href="#" data-action="ap_expand" data-expand="#user-summery"><?php 
            echo ap_icon('ellipsis', true);
            ?>
</a>
					</div>
				<?php 
        }
        ?>

				<div class="ap-user-buttons clearfix">
					<?php 
Example #2
0
printf(__('%d votes casted', 'ap'), ap_user_total_votes_casted());
?>
</span>
					<span data-action="ap_chart" data-type="donut" data-peity='{ "fill": ["#9087FF", "#eeeeee"],   "innerRadius": 20, "radius": 25 }'><?php 
echo ap_user_votes_casted_percent();
?>
/100</span>
					<span class="ap-vote-count"><b><?php 
ap_user_the_meta('__up_vote_casted');
?>
</b><?php 
_e('up', 'ap');
?>
</span>
					<span class="ap-vote-count"><b><?php 
ap_user_the_meta('__down_vote_casted');
?>
</b><?php 
_e('down', 'ap');
?>
</span>
				</div><!-- close .col-md-6 -->

			</div><!-- close .ap-about-votes.row -->

		</div><!-- close .ap-about-block-c -->

	</div><!-- close .ap-about-block -->

	<div class="ap-about-block top-answers">
		<h3><?php