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