Using URL Patterns to Turn Off Plugins on Specific Pages
-
I’m working on a WordPress community site to deliver training content. One of the site’s features is displaying content from Wikipedia that is relevant to various training topics. I call this feature a Topic Review. I also have a site dictionary that provides definitions for terms related to each topic. The site dictionary automatically creates links to the definitions for all terms throughout all site content.
Now to my problem that I hope to solve with Plugin Organizer. The Wiki pages have internal links to more more content from Wikipedia. Some of these links are for terms that also appear in the dictionary. However, I don’t want the terms from dictionary to appear as links in the Wiki content. So, what I wanted to try to do is use Plugin Organizer to turn off the dictionary plugin on all pages which have Wiki content.
A Topic Review URL looks like this.
https://ourventures.azurewebsites.net/topic-review/topic-review-title/
I used Plugin Organizer to turn off the dictionary on these pages, and it works fine.
An internal link in a Wiki page opens a new page with a URL that looks like this, and the Wikipedia article embedded in the page.
https://ourventures.azurewebsites.net/?wikiembed-url=someurl
These pages all share a common URL beginning, like the following.
https://ourventures.azurewebsites.net/?wikiembed-url=
How would I configure Plugin Organizer to turn off the Dictionary plugin for all pages with this URL pattern?
Thanks,
Larry
- The topic ‘Using URL Patterns to Turn Off Plugins on Specific Pages’ is closed to new replies.