Forums
(@mixar)
6 years, 12 months ago
А как это решить? У меня тоже Yoast стоит…
8 years, 1 month ago
Use following code in single php: <?php if(function_exists('related_posts')) { related_posts(['optin' => false]); } ?>
<?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]); } ?>