WP Alert and is_home()
-
I’ve been having some issues with this plugin not displaying on the homepage. This is because I’m using a static page which wordpress recognises as a front page.
I have got around this by adding this extra line to the plugin
elseif($homeOption == ‘yes’ && is_front_page()){
$display = true ;Please can you update it to allow the selection of display on front page.
- The topic ‘WP Alert and is_home()’ is closed to new replies.