But that isn’t true, right? As you wrote:
Surely that option is no longer working as intended.
Here’s my understanding:
- The WordPress plugin no longer has any control over whether the post is unlisted, ever since this PR merged. Apply embed unlisted setting consistently by angusmcleod · Pull Request #24294 · discourse/discourse · GitHub @angus
- The Discourse site has a setting that controls whether all WordPress topics are unlisted,
embed unlisted
, and it’s true by default. - This means that everyone using the WordPress plugin is creating unlisted topics by default, until they discover what went wrong, find this support thread, and manually uncheck
embed unlisted
.
This seems really bad to me. At a minimum, I would expect:
embed unlisted
should be false by default. (I can’t understand why anyone would want that behavior at all, and especially not by default!)- Since the plugin’s “Publish as Unlisted Topics” option no longer has any effect, it should be removed.