Title: sanderlt's Replies | WordPress.org

---

# sanderlt

  [  ](https://wordpress.org/support/users/sanderlt/)

 *   [Profile](https://wordpress.org/support/users/sanderlt/)
 *   [Topics Started](https://wordpress.org/support/users/sanderlt/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sanderlt/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sanderlt/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sanderlt/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sanderlt/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sanderlt/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] make button of add to favorites](https://wordpress.org/support/topic/make-button-of-add-to-favorites/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/make-button-of-add-to-favorites/#post-14235152)
 * [https://wordpress.org/plugins/wp-favorite-posts/#installation](https://wordpress.org/plugins/wp-favorite-posts/#installation)
 * enjoy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Social Login] how to get url of social network avatar](https://wordpress.org/support/topic/how-to-get-url-of-social-network-avatar/)
 *  Thread Starter [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/how-to-get-url-of-social-network-avatar/#post-13930088)
 * Voila !!!
 * <?php
    $author = get_user_by( ‘slug’, get_query_var( ‘author_name’ ) ); $author_id
   = ($author->ID); $all_meta_for_user = get_user_meta( $author_id ); $sm_avatar
   = ( $all_meta_for_user[‘wsl_current_user_image’][0]); ?> <?php $gr_avatar = (
   get_avatar_url(get_the_author_meta( ‘ID’ ), array(‘size’ => 150))); ?>
 * <img width=”60″ height=”60″ style=”display: inline; ” src=”
    <?php if (!$sm_avatar){
   echo $gr_avatar;} echo $sm_avatar ?>
    -  This reply was modified 5 years, 8 months ago by [sanderlt](https://wordpress.org/support/users/sanderlt/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] How to display Total Average?](https://wordpress.org/support/topic/how-to-display-total-average/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/how-to-display-total-average/#post-13639185)
 * hi Lester! is that float or int value? I have only one rating and not see decimal
   dot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Favorites] Problem with custom post type list](https://wordpress.org/support/topic/problem-with-custom-post-type-list/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/problem-with-custom-post-type-list/#post-13620605)
 * hi Peter, im just wondering if its working with CPT at all? my button after adding
   code to the loop not changing state to FAVORITED…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] How to display Total Average?](https://wordpress.org/support/topic/how-to-display-total-average/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/how-to-display-total-average/#post-13576132)
 * thats what I looking for! thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maximum, Minimum and Multiple Quantity for WooCommerce Shops] custom action wanted](https://wordpress.org/support/topic/custom-action-wanted/)
 *  Thread Starter [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-action-wanted/#post-13460176)
 * forgot to mention, – I can add products to the cart from shop frontpage via plugin
   [https://wordpress.org/plugins/quantity-field-on-shop-page-for-woocommerce/](https://wordpress.org/plugins/quantity-field-on-shop-page-for-woocommerce/)
 * so I need to stay on same page
 * cheers
    -  This reply was modified 5 years, 11 months ago by [sanderlt](https://wordpress.org/support/users/sanderlt/).
    -  This reply was modified 5 years, 11 months ago by [sanderlt](https://wordpress.org/support/users/sanderlt/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [my wordpress site got hacked, continuous post increasing](https://wordpress.org/support/topic/my-wordpress-site-got-hacked-by-someone/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/my-wordpress-site-got-hacked-by-someone/#post-13095435)
 * easy password I guess 😉
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [my wordpress site got hacked, continuous post increasing](https://wordpress.org/support/topic/my-wordpress-site-got-hacked-by-someone/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/my-wordpress-site-got-hacked-by-someone/#post-13070860)
 * After investigating, I found 1st line in functions.php Wich adding new admin 
   user.
 * Preferably to completely reinstall WP. To avoid backdoor code. Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [my wordpress site got hacked, continuous post increasing](https://wordpress.org/support/topic/my-wordpress-site-got-hacked-by-someone/)
 *  [sanderlt](https://wordpress.org/support/users/sanderlt/)
 * (@sanderlt)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/my-wordpress-site-got-hacked-by-someone/#post-13038102)
 * had same issue. same email on new admin acc. looks like I was hacked just because
   of simple pwd.

Viewing 9 replies - 1 through 9 (of 9 total)