How to hide a widget using display conditions on a specific page?

Status
This content is read-only, or is not open for further replies.

Ferry

Guest
offline
Hi,
Looks like I'm making a mistake somewhere in the display condition.
I need to hide a widget from multiple pages, but nothing works.

If I use
Code:

$xf.reply.template !== 'whats_new'
it works.
But when trying to add another page nothing works
Code:

$xf.reply.template !== 'whats_new, whats_new_profile_posts'

What am I doing wrong?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom