Another way to make WordPress with Genesis show a grid
One fast way to add a grid to one of your archive pages. Let's say we want all articles for the the tag wordpress to be in three columns. First add a…
One fast way to add a grid to one of your archive pages. Let's say we want all articles for the the tag wordpress to be in three columns. First add a…
How to change Genesis’s default site layouts: e.i. sidebar-content-sidebar, content-sidebar-sidebar, full-width-content, etc, to use the Bootstrap’s grid using their SASS mixins so no change in HTML markup needed.
UPDATED 2015/05/06 - See How To Integrate Bootstrap Navbar inot WordPress Genesis Framework After writing my first post (click here to see that article) on…
I like bootstrap. I think a framework like Genesis with the bootstrap code would be awesome. I decided to put together a Genesis child template that would use the navbar of Bootstrap 3. Here's what what I did.
Creating a page that will list posts of a certain category. I want to add some classes to each entry so that it will format them in these colored boxes created…
//* Remove page title from the home page add_action('genesis_before_entry', 'ddd_remove_home_title'); function ddd_remove_home_title() { if (is_front_page()) {…
I'm impressed with Genesis. It's amazing what can be done with filters and hooks. (Using Genesis 2.0-Beta2) Today, I'm working on my personal site to learn…
This does not look in exif data of the file. This only compares width and height and adds a landscape class or portrait class depending. I'm adding a filter…