Skip to content
diyphpdeveloper edited this page Apr 12, 2019 · 1 revision

USAGE

Returns true if the current page is the home page.

{% if is_home_page() %}
    <body class="home">
{% else %}
    <body class="page">
{% endif %}
Clone this wiki locally