2014: Year in a review

This is my first “Year in  review post” and excited to write it. The year 2014 thought me many things and overall it was a great year. I can classify my experience in following broad categories: … 

 

Plaino theme: Adding circular avatar

You can add the profile picture as a logo via WordPress customizer and than add the following code to the theme style.css to make your avatar circular.
.site-logo img{
border-radius: 50%;
border: 2px solid #fff; /*if you want a white border around the added avatar*/
}

 

Theme development life cycle (gifs)

In this post, I have tried to outline the major “phases” that a WordPress developer has to go through. If you are a WordPress theme developer (or is planning to be one), you will definitely relate yourself to most of them. Hope you will enjoy it!
… 

 

Meet Plaino

Plaino (originally planned to name it as plain) is my latest theme which is specially handcrafted to suite any possible niche. It comes with two pre-built page templates (with sidebar and no-sidebar) allowing a better control over the content. It has two widget areas allowing widgets in sidebar as well as footer. Apart from this it has a cool gallery and custom logo option which adds more flexibility to it. I will  release updates in future to add compatibility with some major plugins, but if you have any specific feature request, do let me know about it via comments. You can download it here.

 

Hello world!

Welcome to WordPress. This is my first post. I am not much of a blogger, but I will try to use this area to share some tips and tricks along with the news about recent theme releases and updates. Hope you will like it!