How to hide pages in WordPress
Open ..root/includes/post-template.php
Go to around line 287, it has a built-in option to exclude page from sidebar. Just add your post ID where it says
exclude’ => ‘YOUR POST ID HERE’,
Ryan's Tech Blog
Open ..root/includes/post-template.php
Go to around line 287, it has a built-in option to exclude page from sidebar. Just add your post ID where it says
exclude’ => ‘YOUR POST ID HERE’,