Disabling Yoast Prominent Words
-
Just making a note that I’ve had to make the following edit to the plugin in order to turn off prominent words:
//
Edited this plugin to remove the Yoast prominent words from archive.
Edit on file:
post-type-archive-mapping => src => select-posts.php
Line 115
Commented out this part that builds the taxonomy terms:
$markup .= sprintf( ‘<div class=”ptam-terms”><span class=”ptam-term-label”>%s: </span><span class=”ptam-term-values”>%s</span></div>’, esc_html( $taxonomy->label ), $terms[ $key ] );
//
Would be great to get this option built-in to any future updates.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disabling Yoast Prominent Words’ is closed to new replies.