Mike Hemberger
Mike Hemberger
+1 An option/setting/filter to save these values as post_meta would be equally as important as showing those values in the admin.
Putting in a vote for some API to (optionally?) use CRUD functions via PHP to get/set view counts in post_meta and/or options so we can use WP_Query to get the...
I have a working version of this in a custom plugin. Here is the idea I'm playing with: 1. Creates a public endpoint for any theme icons in `mytheme/assets/icons`. 2....
@eSaner I have this working and it's pretty cool. No current support for child themes but it works well for parent themes. Next time I tinker with it I can...
Okay I played with this a bit more and will be building a few FSE sites using this method now. Here is a gist with the approach. Feedback welcome! https://gist.github.com/JiveDig/fa85e1bc457fe27ed4ed5c478cc92cd8...