Returns a boolean to check whether the front page is a static page and not the blog.
function is_static_frontpage() {
return ( is_front_page() && ! is_home() );
}
Returns a boolean to check whether the front page is a static page and not the blog.
function is_static_frontpage() {
return ( is_front_page() && ! is_home() );
}
Update your browser to view this website correctly. Update my browser now