Theme essentials

GavernWP essentials – the most important features and options described in the easy and short form.

Theme CSS

Theme’s CSS code is divided into a few files, loaded in order specified. All these files are in css catalog. You have to remember that order of these files is very important and its change may cause unpredictable changes of theme’s look because of using moving from general styling to detailed styling in CSS code. …

Theme CSS Read More »

Theme structure

Each theme’s subpage in GavernWP is created and based on one file from theme’s main catalog, e.g. single.php and at least four additional files from layouts catalog: header.php – this file includes starting page’s structure i.e. a head section and the whole headline with elements such as: logo, main menu, etc. before.php – there are …

Theme structure Read More »