Page of child pages with two columns

This example is quite similar to the previous example with Page of posts with two columns. However in this case we are going to use child pages instead of posts, and than show them in two columns. Again we are…

myStickymenu Theme Support

Since I seen a lot of your interest in this simple plugin I decided to publish some of the classes and custom css required for myStickymenu to work properly with different themes. I’ll update this post as time passes, please…

Page of posts with two columns in Twenty Thirteen

Ok, so we all agree that Twenty Thirteen theme is perfect for nice clean start for your website, it’s responsive, simple and nice, all we need to do is to expand it a bit to fit our project requirements. By…

WP Clean Head element from unnecessary code

WP Clean Head plugin is designed to remove most of the unnecessary code (meta generator, feeds, RSD, WLW manifest…) from WordPress website head element. That will made your blog more SEO friendly and a bit stealthier in a security sense.

myStickymenu – Extended style functionality using .myfixed sticky class

So as I said and explain before here myStickymenu is based on javascript which will add .myfixed css class to any predefined element class after scroll by default. This way we can have custom css style for Sticky class (.myfixed)…

How to create Twentythirteen child theme for WordPress

Proper way to start with wordpress is by creating your own child theme. I found default Twentythirteen WordPress theme is very handy and easy to setup, so it will be a shame to loose any changes made after every update.…