Search Results for '\"wordpress\'
-
Search Results
-
Hello,
I would like to display a link to the profiles of my WordPress website on the post.php file, just below the username and avatar.
I tried a code that I found in the profile.php file : <?php echo get_user_display_name( $user->ID ); ?>
But I can’t even make it work. Is it possible to get the Worpress user nicename to create this link? I did a complete WP/BBpress integration…
Thanks a lot for your help
Hey guys! Just wanted to get some feedback on my newly redesigned deals and coupons site, bargainjack.com. I’m using wordpress, coupled with a lot of customization/plugins, as well as BBPress for all of my forums. I’ve even integrated feedback on each product/deal landing page which goes directly to bbpress.
Please let me know what you think, or if you have any suggestions!
Thanks,
Dustin
I have bbpress integrated with my wordpress… and I’m trying to have a register link and log in with username and password box at the top of my homepage like this: http://www.thefrozencake.com/wp-content/themes/urbanelements/images/Picture%201.png next to my logo above my navigation here: http://www.thefrozencake.com/wp-content/themes/urbanelements/images/Picture%202.png
I also want it to say Logged In | (view profile page) when a user is logged in. And I want the register link to take the user to a register page that I create (with more than just username/password.) I only want people to log in when they want to post to the forum, but they can leave comments on posts and read all they want.
How do I go about coding that and where? As you can tell, I’m definitely new to the php thing and learning as I go along. Any help would be great!