Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove images from Activity Stream


r-a-y
Keymaster

@r-a-y

Since filters require some knowledge with WordPress, I’d recommend the CSS route.

Put this in your stylesheet:

.activity-list .activity-content img.thumbnail {display:none;}

Skip to toolbar