Category: Wordpress
-
50+ Amazing free plugins for WordPress lovers
WordPress plugins add a specific functionality to your website. But there are over tons and tons of wordpress plugins out there, it would take great deal of effort to pick those plugins which are interesting ones. Lets take a quick look on these great wordpress plugins you may never want to miss 🙂 There are…
-
40+ Great WordPress Frameworks for Theme & Plugin Development
A framework is a base or parent theme template that can be used as a foundation for theme development, basically reusable building blocks of a wordpress theme. Let us take a quick on some of the best frameworks available to develop themes and plugins for wordpress. Codestar http://codestarframework.com/ Lightweight wordpress theme options framework Shortcodes and…
-
25+ Beautifully crafted Multipurpose WordPress themes
WordPress themes has recently undergone tremendous evolution these days with new frameworks and tonnes of plugins popping up now and then. One cannot undermine the importance of multipurpose themes, with which just by installing one single theme, you can create plethora of different websites (restaurant, agency, university, wedding, cafe, medical, law etc) using your imagination.…
-
EzyTheme – Fluid responsive free wordpress theme
I built this beautiful fluid responsive theme using grid model of Purecss. I am giving away this theme FREE for wordpress lovers. This theme is incredibly powerful with simple things and gives you total control on colors, text and even different font. The theme will fit nicely to blogs, corporate or business sites, which needs…
-
How to integrate PureCSS menu into WordPress
Pure.CSS is a popular css framework but the challenge is to integrate into wordpress. I will show you how to convert a wordpress navi menu into pureCSS multi level type menu (http://purecss.io/menus/). In PureCSS you can create a dropdown multilevel simple menu using this html code. You have to add this line to kickstart pure…
-
Tutorial: How to create a minimalistic wordpress theme from scratch?
Many people think creating a wordpress theme from scratch is quite hard, but guess what, its very easy to do it. Few years ago i posted a tutorial about easiest way to create a wordpress plugin, and i got so many responses. Today its time for a theme. I am going to show you the…
-
Coding Guidelines for WordPress Theme Developers
I have reviewed several wordpress themes submitted to wordpress.org. I have seen that most theme developers who code the theme, repeat the same common mistakes again and again. Back in the wordpress team, we follow strict guidelines and best coding practices, which is why we go through every bit of code and every file in…
-
Thinlines – Free wordpress theme
Thinlines is a glossy wordpress theme unlimited header colors, and nice grey gradients thin 1px border lines. This theme was designed with visual presentation in mind by using extensive use of full width site layout to present content. It is free and released under GPL. Update: This theme has been approved by WP Team. You…
-
WordPress – How to use core built in Color picker?
I am following up with my previous tutorial on how to implement IRIS colour picker for wordpress. Since IRIS is already bundled with wordpress, we improvise and make use of the colour picker that already comes as built in inside wordpress core. This tutorial is based on New colour picker in WP 3.5 We implement…
-
WordPress – How to remove comments off in posts?
Quite often for theme developers, it could be frustrating to show “comments off” in blog posts. The reason why comments off appear is because of this comments code, which shows the comment link and total count. <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?> It is very simple to fix, just use the comments_number() function…