Viewing 1 replies (of 1 total)
  • johpg

    (@johpg)

    Try adding this code to your functions.php file, or if you don’t want to use functions.php, add it to your site via the Code Snippets plugin:

    add_filter( 'disable_ihaf_footer', 'fn_ihaf_footer_disable' );
    function fn_ihaf_footer_disable() {
      if( is_single('2326') ) {
        return true;
      }
    }

    “2326” is the postID for your page https://udoxmedia.com/course-creation-roadmap/

Viewing 1 replies (of 1 total)
  • The topic ‘Disable from specific page’ is closed to new replies.