WPIntell

Source evidence

Series description

Series · support · 2014-08-09T13:31:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
Evidence onlycommercial context

Proof Health

Open evidence

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

1 / 1 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
peter-a unresolved
I’ve added a description for my series, and now I’m trying to call it in my theme. I tried these: term_description( 'series' ) term_description( string $taxonomy = 'series' ) term_description( $taxonomy = 'series' ) archive_description() series_description() I even tried: function term_description( $term = 0, $taxonomy = 'series' ) { if ( ! $term && ( is_tax() || is_tag() || is_category() ) ) { $term = get_queried_object(); if ( $term ) { $taxonomy = $term->taxonomy; $term = $term->term_id; } } $description = get_term_field( 'description', $term, $taxonomy ); return is_wp_error( $description ) ? '' : $description; } with no luck. Any suggestions? https://wordpress.org/plugins/series/

Comments

0 shown

No comments were stored for this source.