Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rdl5009

    (@rdl5009)

    Hi John,

    I was actually able to fix this with the following code:

    <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to %title%." href="%link%" class="%type%"><span property="name">Home</span></a><meta property="position" content="%position%"></span>

    However, can I do this all while enabling the icon (fa fa-home) instead that appeared in the past before I revised it? Here was the original code:

    <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Home." href="%link%" class="%type%"><i class="fa fa-home"></i></a><meta property="position" content="%position%"></span>

    Thanks for any possible help!

    Ryan

    • This reply was modified 4 years, 1 month ago by rdl5009.
    Plugin Author John Havlik

    (@mtekk)

    You can either use CSS to hide the spam property="name" home text, or you could try adding <meta property="name" content="Home"> within the anchor.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing field “item”’ is closed to new replies.