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
Thank you - much appreciated!
// I am sorry for the delayed response, but I really appreciate your comment @angus =)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.