Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

is frontpage wordpress

if ( is_front_page() ) :
    get_header( 'front' );
else :
    get_header();
endif;
 
PREVIOUS NEXT
Tagged: #frontpage #wordpress
ADD COMMENT
Topic
Name
6+4 =