Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Tagregator] Limit Feed

    Wahoo! Got it to work! This displays the first 6 items, or probably more accurately said, hides all but the first 6 items. Adjust the recipe as needed.

    #tggr-media-item-container .tggr-media-item:nth-child(n+7) {
    	display: none;
    }
Viewing 1 replies (of 1 total)