“WordPress - домашняя страница” Ответ

это FrontPage WordPress

if ( is_front_page() ) :
    get_header( 'front' );
else :
    get_header();
endif;
Disturbed Dove

WordPress - домашняя страница

is_front_page()
/* is_front_page() returns true if the user is on the page or page of 
posts that is set to the front page on Settings->Reading->Your homepage 
displays. */
is_home() 
/* is_home() return true when on the posts list page, 
This is usually the page that shows the latest 10 posts. */
gtamborero

домашняя страница, если WordPress

is_home()
dreamitry

Ответы похожие на “WordPress - домашняя страница”

Вопросы похожие на “WordPress - домашняя страница”

Больше похожих ответов на “WordPress - домашняя страница” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования