Archived topic
Sticky post in categories
1 reply · Started by Marc-Antoine on December 9, 2021
Hi there
I'm looking to make sticky post in categories, not just on the homepage.
Is it possible with GP ?
thanks :)
Hi there,
Sticky posts doesn't work on taxonomy archive pages in general w/ the default WordPress function.
The workaround would be:
To try filtering it with PHP.
https://gist.github.com/willmot/1417986/d0251b2cd2c869ff35fc0903244326e17fcbd5d4
Or create a child theme and build your own archive page w/ custom loop.
Or get a plugin that does it for you. (similar to the filter)