Title: Exclude specific posts
Last modified: August 21, 2016

---

# Exclude specific posts

 *  Resolved [TobiasWeltner](https://wordpress.org/support/users/tobiasweltner/)
 * (@tobiasweltner)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/exclude-specific-posts-2/)
 * I love your plugin! I am using it with the search feature, and it works like 
   a charm!
    However, when searching, there are always prominent content spammers
   that flood twitter with commercial advertisement. Would it be possible to exclude
   certain accounts from the results? I’d love to be able to submit a list of account
   names that I do not want to show in my feeds. Would that be possible? That’d 
   be awesome!
 * [http://wordpress.org/plugins/rotatingtweets/](http://wordpress.org/plugins/rotatingtweets/)

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

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/exclude-specific-posts-2/#post-4465381)
 * There’s a good guide to using search at [https://support.twitter.com/articles/71577-using-advanced-search](https://support.twitter.com/articles/71577-using-advanced-search)
 * So, for example, to do what you want you can go with a search for:
 * >  fish -from:person1 -from:person2
 * Martin
 *  Thread Starter [TobiasWeltner](https://wordpress.org/support/users/tobiasweltner/)
 * (@tobiasweltner)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/exclude-specific-posts-2/#post-4465389)
 * thanks, works like a charm!
    BTW is there a way to change the style of the navigation
   texts i.e. make them smaller and/or use a different font? Great plugin!
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/exclude-specific-posts-2/#post-4465405)
 * Sure. Everything has its own style that you can change as you wish.
 * It depends slightly which format of tweet you are using, but normally something
   like:
 *     ```
       .rtw_meta {
           font-size: small;
           font-family: fantasy;
       }
       ```
   
 * in the template stylesheet or a `rotatingtweets.css` stylesheet in the uploads
   directory should work.
 * I don’t know how much you know about CSS, but you can also be more specific –
   for example:
 *     ```
       .rtw_meta {
           font-size: 70%;
           font-family: Verdana, Geneva, sans-serif;
       }
       ```
   
 * There’s some useful guidance at [http://www.cssbasics.com/chapter_10_css_font.html](http://www.cssbasics.com/chapter_10_css_font.html)
   and [http://www.w3schools.com/cssref/pr_font_font.asp](http://www.w3schools.com/cssref/pr_font_font.asp)
 * Martin
 *  [keesvanloon](https://wordpress.org/support/users/keesvanloon/)
 * (@keesvanloon)
 * [12 years ago](https://wordpress.org/support/topic/exclude-specific-posts-2/#post-4465579)
 * Hi Martin,
 * We are using your plugin succesful 🙂
    Only we have a “spammer” in our search
   result. Can on a searchword, a certain user be blocked?
 * I was testing on [http://www.twitter.com](http://www.twitter.com) with **_#searchword-
   from:Username_**. This working there but when I use this in your plugin, the 
   tweets from _Username_ will still show up.
 * Or is there an other way to block/hide tweets from a specific twitter-user?
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years ago](https://wordpress.org/support/topic/exclude-specific-posts-2/#post-4465580)
 * Sometimes the API doesn’t behave the same way as the Twitter search page which
   is very frustrating!
 * In order to avoid having to reprogramme things, does it work if you try
 *     ```
       #searchword -Username
       ```
   
 * ?

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

The topic ‘Exclude specific posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rotatingtweets.svg)
 * [Rotating Tweets (Twitter widget and shortcode)](https://wordpress.org/plugins/rotatingtweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rotatingtweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rotatingtweets/)
 * [Active Topics](https://wordpress.org/support/plugin/rotatingtweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rotatingtweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rotatingtweets/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/exclude-specific-posts-2/#post-4465580)
 * Status: resolved