Viewing 4 replies - 1 through 4 (of 4 total)
  • what is “the tab”? be more specific, and share a link to your site.

    Thread Starter wassupppp

    (@wassupppp)

    want to enter a title tag. When going into header.php i see message below how do i correctly enter a title for my site

    <!–the title tag is now loaded via theme support for title tag in functions.php. keeping it here causes title tag duplication and w3c validation errors–>

    <head>

    <title>
    ????
    </title>

    </head>

    usually wordpress will grab a title from what you enter on your pages. Every theme is different and some plugins even change the title (for SEO purposes) Keep exploring the options for your theme and see if there is a place on the page level to enter the title for each page.

    Theme Author Trek Themes

    (@trek-themes)

    Hi Wassuppp,

    Eyesite uses the recommended WordPress core feature
    add_theme_support( ‘title-tag’ );

    This feature causes the title tags to be generated automatically, from memory with a format along the lines of Page Name | Website Name

    To override the automatically generated tags I use Yoast SEO (titles and metas section) – then you can alter them to whatever you like.
    Hope that helps!
    Georgia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘eyesite theme: ???’ is closed to new replies.