Have multiple local wordpress installs share a wp-content folder and database

On my local machine, I have multiple wordpress versions installed so I can test the themes and plugins I develop. I was wondering if I could somehow create a central wp-content folder and database, which are linked to each version of wordpress, so I don’t have to continually copy my projects between the them? 2 … Read more

Is it feasible to build and update a WordPress website offline?

It appears that WordPress is designed to have websites constructed and maintained online – in the live website. I see some posts here that indicate some people are doing such development offline – in Localhost. But the effort to move a website online – especially for updates – appears to be complex, somewhat manual, and … Read more

Failed to connect to FTP Server 127.0.0.1/:21

Tried to install a wordpress plugin on my local machine: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host. Hostname 127.0.0.1 FTP Username macusername FTP Password macusernamepassword Connection Type Connection Type FTP … Read more

How to remove “Connection Information” requirement on localhost install of WP on MACOSX

I’ve just installed XAMPP on Mac OSX and when trying to install a theme or plugin in WP admin, I’m getting this screen. I’ve never gotten this on my shared hosting account. how to get rid of it on localhost? 5 s 5 Have you tried updating the permissions for your WordPress files to 755 … Read more

WP Multisite development with Mamp Pro and wildcard subdomains, not really working for me

I´m trying to set up a local development environment for me to work on a WordPress multisite that I´m building. I use Mamp Pro with default ports (Apache: 80, MySQL: 3306), and I also added a new host with the same domain name as the page will have when going live. So, now when I … Read more

Why is WordPress redirecting from http to https on a local environment?

I recently set up a live WordPress site on my local environment through Duplicator. I can access the wp-admin but I cannot access the main site as wp redirects the site from http to https automatically. I checked the .htaccess, but no luck. I checked the wp_options table and it has an entry of the … Read more

Prevent Version URL Parameter (?ver=X.X.X) on Enqueued Styles & Scripts

Use Case I’ve been experimenting with Chrome’s Dev Tools Workspace features. It includes the ability to edit a file directly in Dev Tools and have the saved stylesheet refresh itself (or even compile and then refresh!). However, as documented in the StackOverflow question “Chrome’s “Auto-Reload Generated CSS” not reloading page when SASS recompiles CSS”, URL … Read more