PHPStorm - Previewing wordpress site on localhost
Hello, I'm using a trial version of PHPStorm to see if it's going to fit my style. What I'm trying to do is work on a specific theme within a wordpress setup.
Ultimately what I want to happen is when I click on the Preview in Browser, for the wordpress directory to load in the browser instead of the specific php file.
This => localhost/themeDev instead of this =>localhost/themeDev/wp-content/themes/themeTest/index.php
I currently have the project set on the theme folder which resides in /Users/xxx/MAMP sites/themeDev/wp-content/themes/themeTest
Is this possible?
Thanks,
Rick
Please sign in to leave a comment.
I was able to get this working fine after I made a few adjustments to the deployment settings.