Hi there!
I found a few people asking in the past and I see wordpress has integrated this in the Visibility: Public – Stick this post to the front page. But doesn’t seem to work…
– Is it possible to have a Sticky post in the Masonry?
– If not.., is it possible to add a div or button in the Masonry?
i’ve tried float etc in css but there must be an easy way.
Thank You!
Hey Rhodo,
Thank you for the inquiry.
The element doesn’t support sticky posts by default, but you might be able to use this same filter to adjust the posts query and include the sticky posts.
// https://kriesi.at/support/topic/sticky-posts-in-b-og-grid/#post-692059
Replace avia_post_slide_query with the avia_masonry_entries_query filter.
Best regards,
Ismael