| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 19 hours ago | |
| stats | profile views | 34 |
|
Feb 25 |
answered | Conditional based on the User Role of the Current Profile the user is viewing - BuddyPress |
|
Feb 24 |
comment |
How to carry over existing wp users to a new buddypress installation When you copy the code to the new file you create, make sure there is no spaces before the opening php tag <?php. Any character or single space or new line between the opening <?php and the top of the page might caused that error, you need to put the <?php at the very beginning of the page. |
|
Feb 21 |
comment |
How to carry over existing wp users to a new buddypress installation How exactly it broke the website? What messages/debug information it shows you? This code simply will get all your WP users, loop through them to update each last_activity field to the current date, and I have tested it with no issues. You also can hook add_users_to_bp() function above to init action in functions.php and visit your website once to trigger this update and after that delete the code from functions.php so it wont be triggered on each request (add_action('init', 'add_users_to_bp');). |
|
Feb 19 |
awarded | Analytical |
|
Feb 19 |
answered | How to carry over existing wp users to a new buddypress installation |
|
Feb 19 |
awarded | Informed |
|
Feb 19 |
answered | Adding short codes from a page's content on header and hiding the same from page's content |
|
Feb 17 |
awarded | Organizer |
|
Feb 17 |
comment |
transfer from english page to arabic page @sarah That might not be an easy task to accomplish, the important question is where do you want that link to appear? Do you want to append it to a WP navigation menu? Or it is part of WP categories or pages list? Please edit your question posting some more details. |
|
Feb 16 |
comment |
transfer from english page to arabic page @sarah you mean you want that link to be automatically added to header.php file without you editing that file? |
|
Feb 16 |
answered | transfer from english page to arabic page |
|
Feb 15 |
comment |
Wordpress translation loading english file are you building a child theme of twentyeleven? |
|
Feb 15 |
comment |
How to: get_user_meta - BuddyPress There is nothing wrong with the code you posted, do you mean you want a dynamic way to get the user id? maybe the displayed member id? |
|
Feb 15 |
answered | Pulling Featured Images in to a WordPress Menu |
|
Feb 14 |
comment |
Add a css class to a taxonomy permalink @SusanSiqueira you are welcome. I rely on the source code to find hooks, this one from get_the_term_list() function used by the_terms() which both are located in wp-includes/category-template.php. |
|
Feb 14 |
answered | Add a css class to a taxonomy permalink |
|
Feb 14 |
answered | Remove a menu item in menu |
|
Feb 12 |
awarded | Nice Answer |
|
Feb 10 |
answered | Problem with Line spacing in wysiwyg editor in WP 3.5.1 |
|
Feb 9 |
awarded | Yearling |