My Stuff

Sample Body Text

[bc_member name=[insert_php] echo “masoodluluo”; [/insert_php]]

 

bp_displayed_user_id()

[bp_profile_url]

[bp_profile_gravatar]

[bp_profile_displayname]

[bp_profile_email]

[bp_profile_username]

[bp_profile_field field=”fieldname” tab=”section”]

[webim_members_carousel type=”alphabetical” count=”12″ title=”Alphabetical Members” visible=”6″]

___________________________________________________

[insert_php]
<?php
if ( is_user_logged_in() ):
global $current_user;
get_currentuserinfo();
$author_query = array(‘posts_per_page’ => ‘-1′,’author’ => $current_user->ID);
$author_posts = new WP_Query($author_query);
while($author_posts->have_posts()) : $author_posts->the_post();
?>
<a href=”<?php the_permalink(); ?>” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?></a>
<?php
endwhile;
else :
echo “not logged in”;
endif
?>
[/insert_php]

Leave a Reply

Your email address will not be published. Required fields are marked *