-
MillaN
KeymasterOctober 27, 2014 at 6:57 pm #2084Hi,
Using filters and actions is basic WordPress and PHP, and any code changes require this basic knowledge. You also need to know what pages (types of pages – archives, single…) you need to hide it from and how they are described by WordPress in code. I have added example in documentation, but you need to modify it to include conditions that are related to your case. This code usually goes into theme functions.php, but that depends on your website, I can’t give you advice on that, it is not universal.
But, before all that. When you created sidebar, you can set the rules for displaying it and there you can adjust which page types sidebar will be active on, and that is the first stop. If this can describe your case of displaying on some pages only, use that and don’t bother with custom coding. Read the user guide and watch the demo video first.
Milan
Reply To: Hide SSS on specific pages.
Author
