• Resolved ssserafin

    (@ssserafin)


    Hello
    Please help me with code. I’m using free leaf theme.
    I need to remove page title from static homepage, but in the code author put all page title in one code – content-page.php:

    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <header class="entry-header">
    <h1 class="entry-title"><?php the_title(); ?></h1>

    Can someone help me write code to remove title from page ID 16?
    I don’t know php or css, but I know it is possible, to put probably in the function.php excluded code to this title.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove title from static homepage’ is closed to new replies.