Basics is a WordPress theme which aims to be a modular Blank Theme. It comes with many files: it’s the price for flexibility. Once you’ve downloaded Basics, you maybe ask yourself about the best way to begin with. Here come some tips. Continue reading
Two Conditional Tags with grouping scope
There are many Conditional Tags to deal with WordPress contexts. Some of these Conditional Tags groups several conditions. They works like «Catch them all» tags. It’s very handy. It avoid multiple loops when you test some conditions. Continue reading
How to handle CSS within Basics?
It’s pretty simple. Or not. It depends on your knowledge of CSS. First I’ve splitted style.css from HTML5 Boilerplate in three parts. To be consistent with the editor of WordPress, the first part of H5bP — reset.css — is imported in markup.css witch is used for styling both the front site and TinyMCE Editor build in. Actually, it’s editor-style.css renamed. Continue reading