[Plugin: Widget Logic] Would like to hide widget on specific pages
-
Hello, I’m using this plugin to develop a small e-commerce website.
global $post; return (is_page(‘store’) || is_page(‘home’) ||($post->post_parent==”1677″));
The code above shows “product categories” on the home page, the store page, and children posts of the store page.
However, for increasing conversion rates, I’d like to hide the “product categories” on Cart page which is a child of the Store page.
Please advise! Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Widget Logic] Would like to hide widget on specific pages’ is closed to new replies.