-
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.
-
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…