WPIntell

Source evidence

Remove Link from Year Strings

Flexo Archives · support · 2014-03-20T15:04:00+00:00

neutralsentiment
mediumseverity
0.38relevance
0replies
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
mattpnolan unresolved
I changed the dropdown to activate on mouseover instead of click. In order to prevent bad user behavior on clicks, I’d like to remove the link from the Year Strings so that clicking on them does not take the user away from the page they are on. Any assistance is appreciated! Does the solution involve a change somewhere in here?: function year_start_tags ($year = '', $totals = null) { $link_title = __('Year %s archives', 'flexo-archives'); $nofollow = $this->nofollow_enabled(); // Ugly strings used in building the tags $year_start = '<ul><li><a href="%s" class="flexo-link" '; $year_start .= 'title="' . $link_title . '" >'; $year_start .= (is_null($totals)) ? '%s' : "%s ($totals[$year])"; $year_start .= '</a><ul class="flexo-list">'; $link = sprintf($year_start, get_year_link($year), $year, $year); if ($nofollow) { $link = $this->add_link_nofollow($link); } return $link; } https://wordpress.org/plugins/flexo-archives-widget/

Comments

0 shown

No comments were stored for this source.