WereWP


Lately on the Blog

Author Archives: Jeremy

WP App Store has launched

Until recently, promoting Premium plugins was not an easy task. While new theme shops appear every month, paid plugin services are not so common. Things might change though: a new service was launched today, called WP App Store.

A gold mine for your functions.php file

If you have played with WordPress themes in the past, you know that there are many tutorials sites all around the web gathering and proposing small functions to insert into your theme to make it better/harder/faster/stronger… Here is the new kid on the block: WPfunction.me Careful though: it is sometimes better to create a small [...]

A Multisite local environment with subdomains

If you use WordPress multisite locally, you know how painful it can be to add a new entry to your Hosts file every time you start working on a new project. That’s why I chose to work with subdirectories instead of subdomains when I work locally. Luckily, Konstantin came up with a simple code snippet [...]