WPIntell

Source evidence

Works marvelously once you hack the relevant child theme

Categories Images · review · 2016-08-04T06:57:00+00:00

praisesentiment
highseverity
0.6relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

8 / 21 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
Vernon Fowler unresolved
Just need to edit category.php and tag.php in child theme to put the relevant HTML and PHP code. <div class="archive-meta" style="background-image: url(<?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?>);"><?php echo category_description(); ?></div> in my taxonomy templates. Some CSS wouldn’t hurt. .archive-meta { padding: 11px 0 11px; /* background-image: url(set via php in category.php or tag.php); */ background-size: cover;} .archive-meta p{ margin: 2em 0; color: #000; background: rgba(255,255,255,.7); box-shadow: rgba(255,255,255,.7) 0 0 3em 2em;} in my child theme style.css file. Don’t forget the functions.php necessary for child themes to enqueue styles correctly.

Comments

0 shown

No comments were stored for this source.