I have a custom post type courses with a custom field level. I want to run a query (mysql or WP query) that runs through every course (post) and if the level is greater than 3, append a tag called higher to it.
How would I go about this please?
Many thanks
Tim