Suppress widget across site based on URL parameter
-
I have a widget in right rail section which I want to suppress across the site if I get certain parameter xyz=abc in the URL. I am using Dynamic Widget for this purpose. In the URLs section, I have configured this widget to hide when encountered URL that has parameter
/xyz=abc
.It works on the page that has URL
www.example.com/xyz=abc
, widget gets suppressed. But as soon as user browse to other URLwww.example.com/page-two
, widget reappears.I want to suppress this widget permanently across the site if xyz=abc parameter is encountered once in user session.
Is there any widget or plugin that would help me to achieve this? or any other suggestions?
- The topic ‘Suppress widget across site based on URL parameter’ is closed to new replies.