Widget Logic
-
I am using the following widget logic to restrict the widget on ‘project’ post-type only.
get_post_type() == ‘project’ || get_query_var(‘post_type’) == ‘project’
How can I display it on a particular page also? (see the link below)
The page I need help with: [log in to see the link]
- The topic ‘Widget Logic’ is closed to new replies.