Tag: theme

  • 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…

  • WordPress Customization API

    With Customization API WordPress introduced new way of changing an appearance of WordPress theme which I think is more user-friendly since theme’s appearance settings are shown besides your website and can be updated live so you can see changes immediately. Here is an example of use where I added a textarea control in Customize page…