Title: Delete Load more?
Last modified: November 26, 2016

---

# Delete Load more?

 *  Resolved [chrizbbg](https://wordpress.org/support/users/chrizbbg/)
 * (@chrizbbg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/delete-load-more/)
 * Hey, i want display only the last picture.. how can i delete the “load more” 
   button?
 * Thanks guys!

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Tigran Nazaryan](https://wordpress.org/support/users/progmastery/)
 * (@progmastery)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/delete-load-more/#post-8487363)
 * hi
    use custom CSS, something like this.
 *     ```
       body.page-id-4640 #wdi_feed_0 .wdi_load_more{
       display:none;
       }
       ```
   
 * or if feed is in a post use selector like this `body.postid-1296 #wdi_feed_0 .
   wdi_load_more`
    -  This reply was modified 9 years, 6 months ago by [Tigran Nazaryan](https://wordpress.org/support/users/progmastery/).

Viewing 1 replies (of 1 total)

The topic ‘Delete Load more?’ is closed to new replies.

 * ![](https://ps.w.org/wd-instagram-feed/assets/icon-256x256.png?rev=2140072)
 * [10WebSocial](https://wordpress.org/plugins/wd-instagram-feed/)
 * [Support Threads](https://wordpress.org/support/plugin/wd-instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/wd-instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wd-instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wd-instagram-feed/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tigran Nazaryan](https://wordpress.org/support/users/progmastery/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/delete-load-more/#post-8487363)
 * Status: resolved