Title: remove from post loop
Last modified: April 11, 2018

---

# remove from post loop

 *  Resolved [apcimino2](https://wordpress.org/support/users/apcimino2/)
 * (@apcimino2)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/)
 * Hi,
 * How can I remove simple social buttons from the loop? The plug-in content appears
   when I want to display the excerpt and/or the first 20 words of a post.
 * How can I filter that out?
 * Thanks,
    Anthony

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

 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10173526)
 * Hi [@apcimino2](https://wordpress.org/support/users/apcimino2/),
 * Add this code in you theme functions.php file. it will remove buttons in excerpt
   content.
 *     ```
       add_action( 'wp_head', 'ssb_custom_remove_excerpt' );
   
       /**
        * Remove ssb button in excerpt.
        *
        * @return void
        */
       function ssb_custom_remove_excerpt() {
       	global $_ssb_pr;
       	remove_filter( 'the_excerpt', array( $_ssb_pr, 'insert_excerpt_buttons' ) );
       }
       ```
   
 *  Thread Starter [apcimino2](https://wordpress.org/support/users/apcimino2/)
 * (@apcimino2)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10173665)
 * Thanks but that didn’t quite work for me.
    The text, “Share Tweet Google Plus
   reddit Share” still appears at the top of all excerpts and post summaries.
 * Any advice?
 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10176754)
 * Kindly send me your log it will help me to fix the issue.
 * you will find this here [http://prntscr.com/j4lzbo](http://prntscr.com/j4lzbo).
 *  Thread Starter [apcimino2](https://wordpress.org/support/users/apcimino2/)
 * (@apcimino2)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10178064)
 * Hi,
 * Below is the portion related to Social Buttons. I’m not comfortable posting the
   rest. If there is anything specific you need from the log please let me know.
 * — Simple Social Buttons Configuration —
 * Plugin Version: 2.0.14
    Social Networks: fbshare,twitter,googleplus,reddit,linkedin,
   fblike Social Buttons Designs: simple-icons Social Buttons Postions: Array ( [
   inline] => inline )
 * Sidebar: Array
    ( [orientation] => left [animation] => no-animation [share_counts]
   => 0 [total_share] => 0 [icon_space] => 0 [icon_space_value] => [hide_mobile]
   => 0 [posts] => Array ( [post] => post [page] => page )
 * )
 * InLine: Array
    ( [location] => above_below [icon_alignment] => centered [animation]
   => no-animation [share_counts] => 0 [total_share] => 0 [icon_space] => 0 [icon_space_value]
   => [hide_mobile] => 0 [show_on_category] => 0 [show_on_archive] => 0 [show_on_tag]
   => 0 [posts] => Array ( [post] => post )
 * )
 * Media:
    Popup: Flyin:
 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10180517)
 * Hi,
 * Strange I test it multiple time and it works. Could you please send me the screenshot
   also may I know which theme are you using, I feel that theme has some confliction
   with Simple Social Buttons ?
    -  This reply was modified 8 years, 1 month ago by [Sharaz Shahid](https://wordpress.org/support/users/sharaz/).
 *  Thread Starter [apcimino2](https://wordpress.org/support/users/apcimino2/)
 * (@apcimino2)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10181046)
 * I’m using Ark theme.
 * How can I send a screenshot?

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

The topic ‘remove from post loop’ is closed to new replies.

 * ![](https://ps.w.org/simple-social-buttons/assets/icon-256x256.png?rev=2439696)
 * [Simple Social Media Share Buttons - Social Sharing for Everyone](https://wordpress.org/plugins/simple-social-buttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-social-buttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-social-buttons/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-social-buttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-social-buttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-social-buttons/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [apcimino2](https://wordpress.org/support/users/apcimino2/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/remove-from-post-loop/#post-10181046)
 * Status: resolved