Bookmarks as a post query filter
-
I want to create display the list of favorites with elementor instead of the plugin, and I would like to filter from post archive just the favorited posts. I am wondering, if there is a particular query argument like this [featured] that I could use:
$query_args[‘meta_key’] = ‘is_featured’;Which was described on this page:
https://aedocs.webtechstreet.com/article/32-add-your-own-filters-to-post-blocks-queryI want to do this this way because, I would like to display the results in a popup.
- The topic ‘Bookmarks as a post query filter’ is closed to new replies.