А как это решить? У меня тоже Yoast стоит…
Use following code in single php:
<?php if(function_exists('related_posts')) { related_posts(['optin' => false]); } ?>
@mohitchahal101, use following code in single.php to print YARPP without logo:
<?php if(function_exists('related_posts')) { related_posts(['optin' => false]); } ?>
-
This reply was modified 9 years, 7 months ago by Mike.