-
Let’s Build A WordPress Theme From Scratch Using Timber And Bootstrap
In this in-depth article we will develop a functional WordPress theme using Bootstrap 4 and Timber.
-
My Near-Perfect Grunt Workflow
Gulp is awesome but I’m accustomed to Grunt therefore I decided to stick to it for as long as I can and make my Grunt workflow near-perfect. I heavily rely on the awesome load-grunt-config add-on to do me the heavy-lifting of autoloading my other add-ons. All I have to do is drop a new file…
-
Introducing branch, a starter theme for WordPress
Ever since I discovered Timber library for WordPress, I’ve become fond of it. It makes developing themes a breeze and cuts development time straight to half. In this article we’ll learn more about branch, a starter theme built using Timber library. Enter branch branch is a Bootstrap based responsive starter theme with the goodness of…
-
How To Add and Remove Tabs in Bootstrap 3 Dynamically?
The code is compatible with Bootable 3.x Earlier today, I was working on a web application with Bootstrap and I was required to allow a user to add and remove tabs. Unfortunately Bootstrap doesn’t give you the close button on a tab out-of-the-box. So I quickly went to the Bootstrap’s Issues page on GitHub where…
-
WordPress Code Generators
Hi, Let me quickly share with you some useful code generators specifically for WordPress. If you are into developing or customizing wordpress themes and plugins, these tools come in really handy. GenerateWP (This one’s my fav so far) Themergency WordPress Theme Generator by yvoschaap.com If you know other than the ones I menetioned would be…