Output disappears in Chrome
-
I currently output the board meeting agendas/minutes for a client using Media-Tags.
I have a small layout code in functions for them:
function meeting_item_callback($post_item) { $title = $post_item->post_title; $output = date('F j, Y',strtotime(str_replace("_","-",substr($title,0,10)))); return '<!-- '.$array.' --><div class="media-tag-list" id="media-tag-item-'.$post_item->ID.'"><a href="'.$post_item->guid.'" target="_blank" title="'.$output.'">'.$output.'</a></div>'; }
The page it’s on is: https://www.fingerlakesworks.com/about/board/
The listings show in Firefox and Internet Explorer but won’t pull results in Chrome. Any advice is appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Output disappears in Chrome’ is closed to new replies.