Title: Exclude replies?
Last modified: August 21, 2016

---

# Exclude replies?

 *  Resolved [scuderiadank](https://wordpress.org/support/users/scuderiadank/)
 * (@scuderiadank)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/exclude-replies-2/)
 * Any possibility of implementing an option to exclude replies from being displayed
   in the future?
 * [http://wordpress.org/extend/plugins/dw-twitter/](http://wordpress.org/extend/plugins/dw-twitter/)

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

 *  [rambu](https://wordpress.org/support/users/rambu/)
 * (@rambu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891754)
 * Yes, it will work with query start by **from:** (usertimeline api)
 *  Thread Starter [scuderiadank](https://wordpress.org/support/users/scuderiadank/)
 * (@scuderiadank)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891829)
 * I use **from:** and it shows all my tweets, including replies to other users.
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891842)
 * Hi scuderiadank,
 * Regarding the issue of exclude replies, please see my solution below:
 * Please open **dw-twitter/dw-twitter.php** file then find:
 * `$url = 'https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name='.
   rawurlencode($query).'&count='.$number;`
 * Then change it into:
 * `$url = 'https://api.twitter.com/1.1/statuses/user_timeline.json?exclude_replies
   =true&screen_name='.rawurlencode($query).'&count='.$number;`
 * I will notify our technical team about this issue and will update it in the next
   theme version.
 * Regards,
    Jackie
 *  Thread Starter [scuderiadank](https://wordpress.org/support/users/scuderiadank/)
 * (@scuderiadank)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891843)
 * Brilliant, thanks.
 * (And that workaround works fine as well!)
 *  [digitalmediapro](https://wordpress.org/support/users/digitalmediapro/)
 * (@digitalmediapro)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891871)
 * Hello,
    I’d like to know if you could add arrow to display only one tweet & that
   we can do next or previous with arrow on tweets. Thanks
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891884)
 * Hi digitalmediapro,
    We have just provided a twitter feeder with simple feature
   and design, you can style the plugin as you like by developing html/css codes.

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

The topic ‘Exclude replies?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-twitter_fefefe.svg)
 * [DW Twitter](https://wordpress.org/plugins/dw-twitter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dw-twitter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dw-twitter/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-twitter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-twitter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-twitter/reviews/)

## Tags

 * [twitter](https://wordpress.org/support/topic-tag/twitter/)

 * 6 replies
 * 4 participants
 * Last reply from: [DesignWall](https://wordpress.org/support/users/designwall/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/exclude-replies-2/#post-3891884)
 * Status: resolved