Hi,
I had the same problem en decided to query de sql-database. I used this query:
SELECT ID, post_title, post_status FROM wp_posts WHERE post_type = "Post" And post_status = "Publish" AND ID NOT in (Select post_id from wp_novomap_marker);
It genererates a list of all published posts without a Nova Map marker.
Ton
-
This reply was modified 2 years, 10 months ago by Tons67.