Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter icenexus

    (@icenexus)

    I think I found a fix.

    In php file, I changes below:

    function wphp_is_front_page() {
    	return is_front_page();
    }

    to:

    function wphp_is_front_page() {
    	return is_home();
    }

    Thank you for this fix! Works fine for me using X theme

    Farhan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Posts are not hiding’ is closed to new replies.