'.wp_trim_words( strip_tags( strip_shortcodes( $content ) ) , '15' ).'
'; } $title = get_the_title(); $postid = get_the_ID(); $author = get_the_author(); // get_the_author_meta( string $field = '', int $user_id = false ); $postdate = get_the_date( ' F j, Y', $postid ); $contenthtml .= str_replace(array( "{{ampforwp_post_url}}", "{{image}}", "{{width}}", "{{height}}", "{{title}}", "{{excerptContent}}", "{{authorname}}", "{{postdate}}" ), array( $ampforwp_post_url, $image, $width, $height, $title, $excerptContent, $author, $postdate ), $loopHtml); /* $contenthtml.='