WordPress Settings API demystified
UPDATE I’ve made a wrapper which simplifies working with Settings API where you don’t have to deal with parameters that aren’t used outside of Settings API and are used just to connect sections and fields. You can find it among my gists on github here. Check included example and see how easy it is to […]
Creating extendable WordPress theme
I think that every decent WordPress developer knows that the best way to modify a WordPress theme you don’t own is by creating a child theme, where you create a new style.css where you specify in its header comments which existing theme you are applying changes to. Funny thing is that for a long time […]
Switching from HTTP to HTTPS
Today my virtual private server on DigitalOcean became secure virtual private server. Hell yeah, I enabled HTTPS! It was simple! I just followed How To Secure Nginx with Let’s Encrypt on Ubuntu 14.04 from DigitalOcean which uses a client provided by Let’s Encrypt to get a free certificate and then enlists steps with how to […]