Forum Replies Created

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

    (@roy182)

    Hi, I manually added these 2 fields below – seems to work ok and passes Google’s Structured Data Testing Tool without errors now. Thanks

    //Dates
    					if ( intval($this->options['fb_article_dates_show'])==1 && trim($fb_article_pub_date)!='' ) $html.='  <meta itemprop="datePublished" content="'.trim(esc_attr($fb_article_pub_date)).'"/>
    ';
    					//Name
    					if ( intval($this->options['fb_title_show_schema'])==1 && trim($fb_title)!='' ) $html.='  <meta itemprop="headline" content="'.trim(esc_attr($fb_title)).'"/>
    ';
    
Viewing 1 replies (of 1 total)