WPIntell

Source evidence

auth attribute not working?

myGWD RSS ShortCode · support · 2015-05-24T21:37:00+00:00

neutralsentiment
mediumseverity
0.38relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 32 rows with source links

9.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Greg Bernhardt unresolved
I set auth=’false’ but the author name still shows https://wordpress.org/plugins/mygwd-rss/ Hi Dethfire, The code that controls whether auth is displayed or not is: if( $a['auth'] != false ) : $author = $item->get_author(); $content .= '<small> by <strong>' . $author->get_name() . '</strong></small>'; endif; Try using auth=0 (without quotes) so it is not sent as a string. The next version will simply not display anything unless it is enabled through the shortcode to get around this.

Comments

1 shown
leewells 2015-05-26T00:46:00+00:00

Hi Dethfire, The code that controls whether auth is displayed or not is: if( $a['auth'] != false ) : $author = $item->get_author(); $content .= '<small> by <strong>' . $author->get_name() . '</strong></small>'; endif; Try using auth=0 (without quotes) so it is not sent as a string. The next version will simply not display anything unless it is enabled through the shortcode to get around this.