Conversation
supportThere is a bug in this plugin; when checking “Hide from Front Page” the post will not be shown anywhere. There is an easy fix for this; In wp-content\plugins\wp-post-hide\includes\classes\class-xswpph-init.php on line 133 change if( is_home() || function_exists( ‘is_front_page’ ) ) { to if( ( function_exists( ‘is_home’) && is_home() ) || ( function_exists( ‘is_front_page’ ) && is_front_page() ) ) { Unfortunately this plugin is no longer maintained so you’ll have to patch it yourself.
Thank you for taking your time to highlight the bug. Mentioned issues has been fixed in updated version. Best Regards XfinitySoft
Thank you for updating this!
Thank you for taking your time to highlight the bug. Mentioned issues has been fixed in updated version. Best Regards XfinitySoft
Thank you for updating this!