Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Havlik

    (@mtekk)

    None of the heading tags are allowed as of 4.3 within the breadcrumb templates. Semantically, breadcrumbs aren’t headings so you probably don’t want to be using the heading tag. Though, if you could fill me in on why you are using the h1 tag, I would have a better understanding of the situation and could be more helpful.

    Thread Starter Volday

    (@volday)

    Why put the text on the page that duplicates header h1? Not better to just wrap the text in the title tag and h1 display once? If the current position to make a link, why link from page to itself?

    I believe that the text follows the text of the h1 and a link from a page to itself, would not be useful neither for users nor for SEO.

    I would like to be able to either completely remove the output current position or wrap the text in the title tag H1.

    Home > Category > <span>long or very long title of this interesting record # 123</span>
    <h1>long or very long title of this interesting record # 123</h1>
    I think is better:
    Home > Category
    <span><h1>long or very long title of this interesting record # 123</h1></span>

    Sorry for the mistake. Used for translation translate.google.com. I hope that the idea conveyed correctly.

    Plugin Author John Havlik

    (@mtekk)

    Ok, I see what you’re trying to do. Are there any attributes for the H tags that you would like to use?

    Thread Starter Volday

    (@volday)

    Yes, I would like to be able to add the id and class.
    <h1 id=" " class=" "></h1>
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Version 4.3. Post Template (Unlinked): h1’ is closed to new replies.