• Resolved chrizbbg

    (@chrizbbg)


    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

    (@progmastery)

    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

Viewing 1 replies (of 1 total)

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