• Resolved kaushalchandak

    (@kaushalchandak)


    <span itemprop=”name”> is being rendered on frontpage in titles of post. This happened recently post upgrade of wordpress. Help required to correct error.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter kaushalchandak

    (@kaushalchandak)

    in includes>posts.php file

    replaced

    $html .= '<a class="arpw-title" href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . esc_attr(get_the_title() ) . '</a>';

    $title=get_the_title();
    $title=strip_tags($title);
    $html .= '<a class="arpw-title" href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . esc_attr( $title ) . '</a>';
Viewing 1 replies (of 1 total)
  • The topic ‘span itemprop error’ is closed to new replies.