Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do like below in header.php

    <?php if (!is_front_page()) : ?>
    <h1><?php bloginfo(‘name’); ?></h1>
    <?php endif; ?>

    Or via css

    .home h1.site-title { display: none; }

    Thread Starter jessamca11

    (@jessamca11)

    Hello, thanks for your response – for the php code, do I need to edit any of those parts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove site title on main page only’ is closed to new replies.