WereWP


Lately on the Blog

Category Archives: Tutorials

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 [...]

Discover the WordPress settings API

Theme options pages have become increasingly popular in WordPress themes in the past year. There are numerous tutorials that will teach you how to create that page, but not that many of them that explain you how to do it the right way, using the WordPress settings API. Chip Bennett, member of the theme review team, [...]