| |

How to Add Featured Image Code to Inside Pages – WordPress Bunch theme

WordPress theme: Bunch Desired result: Have a Featured Image at the top of every inside Page. This will show how to add the Featured Image code to inside Pages, without ruining the other inside Pages that don’t have a Featured Image on them. Alter the following files: style.css, page.php and functions.php. 1. CSS FILE File:…

| | |

Menu Button Background Transparency Makes Text Transparent [FIX?]

Problem: Menu button’s hover background is 50% transparent (this is good). But it also makes the text inside the menu button 50% transparent (this is bad). Desired result: Text inside the button should remain solid-colored when the button’s hover background is 50% transparent. Solution (maybe?): Maybe this will keep the text solid-colored while the menu button’s hover…

| |

WordPress Customization: Bunch Theme – Move Sidebar to Left

WordPress theme to customize: Bunch v1.0 by Daniel Kratky of BeaTheme Changes to make: Move the sidebar from the right to the left. Criteria: New left-hand sidebar is just for the inside, Blog and Contact pages. The Index page must maintain its default layout. (Content section of Page): PAGES File: page.php (line 6) File: single.php (line…

| |

How to: WordPress – Different Background Colors for Different Pages

By Konstantin, August 16, 2011 I came across this idea while working on one of our themes that had to have different body colors for different pages, like a red body on the home page, a yellow one on the contact page, a blue one on the archives page and so on. Of course this…