| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Jan 14 at 22:08 | |
| stats | profile views | 9 |
|
Nov 26 |
awarded | Popular Question |
|
Dec 23 |
awarded | Commentator |
|
Dec 23 |
comment |
Template tags for Buddypress is there a way to display the user name within the loop? I could hard code it that way website.com/members/<?php echo username; ?>/ |
|
Dec 23 |
comment |
Template tags for Buddypress Sorry, how do you call something in the loop? I put this above the loop, outside of it, <?php echo bp_core_get_userurl($post->post_author); ?> and got the same error |
|
Dec 22 |
comment |
How do you customize the admin bar for buddypress? Yes, correct. Im basically looking for something similar to the <?php wp_nav_menu(); ?>. Where it will output the list in an <ul>. Right now the HTML in the wp admin bar isnt ideal, your only real option is to position it absolutely to the screen. Since by default it is included in the footer. I guess my question should of been how do you build a custom buddypress wp-admin-bar |
|
Dec 22 |
comment |
Template tags for Buddypress same error. I need it in a loop though. I basically want to show the users avatar then when they click the avatar it takes them to their public profile page... |
|
Dec 22 |
answered | Best practices for securing a Buddypress installation? |
|
Dec 22 |
comment |
Template tags for Buddypress This is the entire loop, what is the code to bp header tag? |
|
Dec 22 |
comment |
Template tags for Buddypress <?php if ( have_posts() ) : ?> <?php while (have_posts()) : the_post(); ?> <?php do_action( 'bp_before_blog_post' ) ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="author-box"><a href="#"><?php echo get_avatar( get_the_author_meta( 'user_email' ), '25' ); ?></a></div> <p><?php echo bp_core_get_userurl($post->post_author); ?></p> </div> <?php do_action( 'bp_after_blog_post' ) ?> <?php endwhile; ?> |
|
Dec 22 |
comment |
Template tags for Buddypress <p><?php echo bp_core_get_userurl($post->post_author); ?></p> is what im using within a loop |
|
Dec 22 |
comment |
Template tags for Buddypress Fatal error: Call to undefined function bp_core_get_userurl() in |
|
Dec 22 |
comment |
Template tags for Buddypress <?php echo bp_core_get_userurl($post->post_author); ?> fires an error , found this codex.buddypress.org/developer-docs/the-bp-global but not really sure how to use it. |
|
Dec 22 |
asked | Template tags for Buddypress |
|
Dec 22 |
awarded | Teacher |
|
Dec 22 |
asked | How do you customize the admin bar for buddypress? |
|
Dec 22 |
answered | How is this sliding/scrolling navigation made? |
|
Dec 21 |
answered | How to replace the domain name in a Wordpress database? |
|
Dec 14 |
awarded | Scholar |
|
Dec 14 |
comment |
Form that creates posts I went with the Gravity forms. Found a coupon online and saved a few bucks. It works well. Thanks guys |
|
Dec 14 |
accepted | Form that creates posts |