Insertion of php code of the post-wp plugin rating within the articles

Posted in: Newspaper
Post count: 17

Hello everyone, I have two sites with the Newspaper template installed above, the first is the 6.5 version and the second the 8.7 version, I would like to insert this php code inside the articles

<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>

thanks

Post count: 22421

Hello,

PHP code can only be inserted in the php files. You will need to add it to the post template files: https://www.screencast.com/t/QfrcDoBM

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.