• Hi,
    I would like to create a list of postings for which I forgot to set the Novo Map marker. However, I cannot find the location where the Novo properties are stored. Can you give me a hint?

    Thx,
    Florian

Viewing 1 replies (of 1 total)
  • 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.
Viewing 1 replies (of 1 total)
  • The topic ‘Storage location of nova variables’ is closed to new replies.