Archived topic
Plugin install with elements help
1 reply · Started by Oleg on August 28, 2018
Hello. Can you help me? I want use this plugin: https://wordpress.org/plugins/wp-postratings/#faq
But, without manual editing archive.php, single.php, post.php or page.php.
May I do that with new, awesome hooks? Can't understand.
Thank you.
Hi there,
Unfortunately this isn't something you can do with hooks.
You'd need to copy the files you want to edit (archive.php, single.php, post.php or page.php) and add it to your child theme.
Then you can make any changes as the instructions provided on the plugin page.