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)? ' ':'').' '); } ?>
ID, 'post_tag' ); if ( $ampforwp_tags && ! is_wp_error( $ampforwp_tags ) ) :?>
term_id).'">'.$tag->name .'');//#934 } else { echo (''.esc_attr($tag->name).''); } } if($redux_builder_amp['amp-rtl-select-option']) { echo ''.esc_attr( ampforwp_translation($redux_builder_amp['amp-translator-tags-text'], 'Tags:' ) .' ' ).''; }?>
get( 'post_author' ); if ( $post_author ) { //If Avatar is set up in WP user avatar: grab it $author_avatar_url = ampforwp_get_wp_user_avatar(); //Else : Get the Gravatar if($author_avatar_url == null){ $author_avatar_url = get_avatar_url( $post_author->user_email, array( 'size' => 70 ) ); } if ( $author_avatar_url ) { ?> data-block-on-consent src="" width="70" height="70" layout="fixed"> description .'."'; } ?>