Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    scottwmason,

    quick css solution
    h1.entry-title {display:none;}

    other method in content-page.php edit line 17
    <h1 class="entry-title"><?php // the_title(); ?></h1>

    I followed the first option but later noticed that Bing Webmaster Tools were complaining that there were two h1 tags on each page.

    I attempted the 2nd option of commenting out, and the same issue was seen.

    The only way to resolve was to remove the line from content-page.php altogether.

    I know there may be differing views on H1 tags, but as they are significant to SEO, its worth watching.

    empedokles

    (@empedokles)

    Would be nice, if you could put this in the theme-options!

    kwiecu

    (@kwiecu)

    There is a great free plugin ‘Hide Title’ that solve the issue with headings. Using the plugin you can turn on/off any heading you want just by one click.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get Rid of Headings’ is closed to new replies.