Genesis 2.5 beta-1

Genesis 2.5 beta

Still, it’s the first beta release, but it looks like a big release of Genesis framework. New filters with the expanding of markup API. I love them. It’s much easier to keep the structure. In this release, Genesis will separate several markups such as post and page widgets, adding more markups. It will make my life easier … Read more

Optimization: child theme style loading

child theme css

Quick question: how to do child theme style file loading correctly? If you are searching on WordPress, you will mostly get answers of using wp_enqueue_scripts. If you need to load parent styles too, as I usually do, you will need to call wp_enqueue_style twice, once for parent and once for child theme styles. [div class=”notes”] Pay … Read more