Hi @virtualwayva,
My apologies for the late reply.
I just tested out the plugin, and they’ve written their own “tag query”.
In fact, the tag is redirected to a non-editable “duplicated” page; this is by far the most ambitious and perplexing implementation I’ve seen.
This is outside of the WP Rewrite API. So, TSF can’t recognize it.
Unfortunately, there’s nothing I can do substantially to resolve this.
You should highlight this at the “Photo Gallery by WD” plugin forums. Feel free to tag me and include a link to this reply.
Their implementation is so deeply embedded that it likely won’t change anytime soon, if at all ever. So, I’m afraid there’s nothing they can do, either.
With that, I recommend leaving the “fake tags as pages” as-is. They should not contain any substantial content at all, so search engines should regard them as “low quality”; barely ranking them. This shouldn’t affect the overall SERP performance of your site.
Background info:
What I got from browsing their code is that they save a copy of the tags as a WordPress Post via WDWLibrary::bwg_create_custom_post()
, which is then called as a WordPress Widget. With that, they can control the full output on the front-end, so it should “seamlessly” integrate with themes without having to alter their layout.
WordPress, since version 1.5 and onwards, have given a lot of template control to themes and plugins. They never integrated this. Yet, this is why WooCommerce works so great with their tags and categories.