Learn how to create a frontpage where you can edit the content. On top of that you’ll get three – or more – widget areas for your featured content.
Tag: theme
A SASS mixin can save you from writing hundreds of CSS-lines in your WordPress theme.Β One of the great features of SASS is mixins. They resemble a function in ordinary programming. You create a series of commands, and pass certain variables. Then you don’t have to write the same code over and over again. The _S […]