Documentation
Start Typing Above to Search Documents.
Popular Docs
-
Removing Plugin Widgets from Dashboard
View More
New in Bones, there’s an optional admin.php file which adds the ability to customize your Dashboard. You can add new widgets and remove any default ones you don’t need. There’s also the ability to remove any widgets that plugins add when they are activated. Here’s the list of documented widgets. Please feel free to add… Read more »
View More »- Posted by: eddiemachado
- Date:
-
Custom Post Type Video Walkthrough
View More
View More »
- Posted by: eddiemachado
- Date:
-
Functions.php Video Walkthrough
View More
View More »
- Posted by: eddiemachado
- Date:
-
The Bones Grid System
View More
Bones doesn’t use any specific Grid system. It’s based off the 960.gs but I customized it a bit. Here’s what it looks like in the stylesheet /****************************************************************** GRID STYLES ******************************************************************/ /* 960 Grid System (http://960.gs/ ) */ #container, .wrap { width: 940px; margin: 0 auto; padding: 0 10px; } /* layout options ( all have… Read more »
View More »- Posted by: eddiemachado
- Date:
-
Using the Example Function
View More
In Bones for Genesis, you’ll find an example function that looks something like this: // an example function (you can use this to view hook locations) function genesis_do_example() { // enter your function here ?> <div class=”help”> <p>This is an example function. Please replace this with your own custom function.</p> </div> <?php } /* end… Read more »
View More »- Posted by: eddiemachado
- Date:
Responsive Edition Tips
-
Bones Responsive Stylesheet
View More
There’s a new Responsive version of Bones! It contains a few changes but the most important is the stylesheet. It’s based on the 320 & Up Extension by Andy Clarke. Designing a responsive layout is a unique experience and if it’s not well planned and executed, it can be a real headache to maintain. You… Read more »
View More »- Posted by: eddiemachado
- Date:
Video Tutorials
-
Custom Post Type Video Walkthrough
View More
View More »
- Posted by: eddiemachado
- Date:
-
Functions.php Video Walkthrough
View More
View More »
- Posted by: eddiemachado
- Date:
