get( 'post_author' ); ?>
  • ID, 'category' ); if ( $ampforwp_categories ) : ?> term_id; $term_name = $cat->name; $term_url = get_category_link( $cat->term_id ); if(false == ampforwp_get_setting('ampforwp-cats-tags-links-single')){ $term_url = false; } elseif( true == ampforwp_get_setting('ampforwp-archive-support') && true == ampforwp_get_setting('ampforwp-cats-tags-links-single')) { // #934 $term_url = ampforwp_url_controller( $term_url ); } echo (' '. (!empty($term_url)? ' ':''). esc_html($term_name). (!empty($term_url)? ' ':'').' '); } ?>