Home › Forums › Other › [WordPress] How could this be done? › Re: [WordPress] How could this be done?
June 20, 2013 at 1:53 pm
#139639
Participant
Just copy `index.php` file and save as `home.php`. WordPress will first look for home.php then index.php for your blog posts. Then in your header or footer.php template use conditional statement to load the script, this way if something goes wrong you can just delete home.php an everything is back to normal. Depending on how this plug-in interacts with the DOM you might need to change DOM structure. So creating `home.php` seems logical to me.