Hi,
I am using the Discourse plugin integration and we’re connecting every post to a topic on Discourse.
Is there an easy way to check if there are unlinked posts to Discourse?
Thanks in advance.
Hi,
I am using the Discourse plugin integration and we’re connecting every post to a topic on Discourse.
Is there an easy way to check if there are unlinked posts to Discourse?
Thanks in advance.
Do you mean Wordpress posts that are not linked to a Discourse topic?
Yes indeed =)
I would like to know which posts are not linked yet to a Discourse topic.
You’ll need to run a WP Query finding posts without a discourse_topic_id
meta value. See