Contributors: Puneet Sahalot, Nidhi Jain Author URI: http://ideaboxthemes.com Tags: Requires at least: 3.6 Tested up to: 3.9 Stable tag: 1.0. License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
_ib
_ib WordPress Theme, Copyright (C) 2014 IdeaBox Themes _ib is distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Hi. I'm a starter theme called _ib
. I'm a theme meant for hacking so don't use me as just as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here:
- Full Bootstrap Power, seamlessly integrated in Automattic's starter theme _s to bring these two together the cleanest way.
- Multi leve dropdown support for Bootstrap navigation.
- A just right amount of lean, well-commented, modern, HTML5 templates.
- Schema.org markup
- RTL support
- A helpful 404 template.
- A sample custom header implementation in
includes/custom-header.php
that can be activated by uncommenting one line in functions.php and adding the code snippet found the comments ofinc/custom-header.php
to yourheader.php
template. - Custom template tags in
includes/template-tags.php
that keep your templates clean and neat and prevent code duplication. - Some small tweaks in
includes/extras.php
that can improve your theming experience. - Keyboard navigation for image attachment templates. The script can be found in
js/keyboard-navigation.js
. It's enqueued infunctions.php
. - Smartly organized starter CSS in
style.css
that will help you to quickly get your design off the ground. - Licensed under GPLv3 or later. :) Use it to make something cool.
If you want to set things up, download _ib
from github. The first thing you want to do is copy the _ib
directory and change the name to something else - Like, say, megatherium
- then you'll need to do a three-step find and replace on the name in all the templates.
- Search for
'_ib'
(inside single quotations) to capture the text domain. - Search for
_ib_
to capture all the function names. - Search for
Text Domain: _ib
in style.css - Search for
_ib
(with a space before it) to capture DocBlocks. - Search for
_ib-
to capture prefixed handles.
OR
- Search for:
'_ib'
and replace with:'megatherium'
- Search for:
_ib_
and replace with:megatherium_
- Search for:
Text Domain: _ib
and replace with:Text Domain: megatherium
- Search for:
_ib-
and replace with:megatherium-
Then, update the stylesheet header in style.css and the links in footer.php with your own information. Next, update or delete this readme.
Now you're ready to go! The next step is easy to say but harder to do: make an awesome WordPress theme. :)
Good luck!
== License and Credits ==
Bootstrap Source: http://getbootstrap.com License: Licensed under MIT License License URI: https://github.com/twbs/bootstrap/blob/master/LICENSE
Bootsrap Multi Level Drop Down Author: Jeff Mould Source: https://github.com/jeffmould/multi-level-bootstrap-menu License: GPL 2.0+
Font Awesome 4.0.3 Author: Dave Gandy - http://fontawesome.io - @fontawesome License: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
= 1.0 =
28.08.2014 Initial Release