Themes
Add additional meta boxes to Hybrid Theme
At the time of writing this post I have Theme Hybrid as my parent theme, and am using a custom version of Hybrid News that Justin Tadlock offers to the public.
Well I want to tell you how you can add additional custom meta boxes to your child theme’s running the Hybrid Theme.
In your child function.php
file just add the following to create a new post meta box:
/** * Add additional post meta boxes * * by WPCult */ function wpcult_post_meta_boxes($meta_boxes) { $meta_boxes['image'] = array( 'name' => 'image', 'default' => '', 'title' => __('Image:'), 'type' => 'text', 'show_description' => false, 'description' => __('Please use a full size image, larger than 500px (this photo will dynamically re-size itself!'), ); return $meta_boxes; } add_filter('hybrid_post_meta_boxes', 'wpcult_post_meta_boxes');
This will create a custom meta box called Image, and will create a custom field with the id of image.
Additionally you can create this on pages as well by copy/paste and replacing “post_meta_box” with “page_meta_box” every where inside the function.
Premium
WP Realtor
The Ultimate WordPress Real Estate theme with custom developed plugins, single and multiple agents, extensive listing features and personalized search.
- Beautiful, elegant themes
- Five colors included: sea blue, red, navy blue, gold and black
- Agent can publish picture with biography
- Top-Level link to add property listing
- Easily publish your home details (including bathrooms, bedrooms, images and lots more)
- “No Custom Fields” to hassle with when posting property details and images
- Images are auto thumb-nailed and display full-size with a cool pop-up slide-show
- Featured properties rotate on home page with agent
- Cool Property Search Options – includes drop downs and search box
- Agents page to display biography and properties for sale
- Payment Calculator
- Ad Banner Management
- 100+ hours into programming, designing and preparing these themes for you.
- Real Estate Dream Plugin to easily manage your properties
- Drop Down Menu Manager (used to create customized search options)
- Agent Photo Up loader
Exclusive New Plugins built just for this theme.
This is the info taken from the Plug and Press Bel Air Theme site.
Price:
Single Use: $99 $79.95 Buy Now!
Multiple Use: $179.95 Buy Now!
Developers: $279.95 Buy Now!
Premium
CelebrityPress Fashion

Celebrity Press is a sexy premium WordPress theme ideal for running a Gossip / Celebrity Online Magazine website. The package includes two colors and 5 different samples with two plain, and three pattern background themes as well as one style to upload your own logo. The theme also has an Options Interface where you can manage your own advertisement campaign, and a video rotator allowing you to simply copy and paste the share code from video sites such as YouTube, Daily Motion, and Metacafe.
- default
- Fresh
- White
Features:
23 Colors (Black, White & Fresh + Blank Wire Frame)23 background samples- Add your Adsense or Image Link Code
- Turn all-or-individual banners on/off
- Quick Post – No need to put an image
- Image Auto Resizer
- Random Video Rotator (copy/paste code)
- Flickr Integration
- Build your Own Menu from the Theme Options
- Photo Gallery
- Drop Down Menu (Build your Own)
- Customized Error page with sitemap
- Ad your own Logo and Styles Easily
- Unique Post Randomizer
- Gravatar Support
- Main News Section
- Widget Ready
- Customized Archives and Search Pages
- Stylesheet switcher
- Feedburner Integration
- Extensive help and tutorial included
- IE6, IE7, Firefox, Safari and Opera compatible
- XHTML and CSS Valid
Price:
Standard: $39.95 Buy Now!
Premium: $59.95 Buy Now!
Deluxe: $99.95 Buy Now!

Themes
Thematic Framework
I guess I will show off the the theme which I am using for this site, WPCult! Thematic Theme Framework by Ian Stuart
Though I have the framework in place, his latest version 0.7 has been heavily modified to fit this site :). Thanks Ian.
-
Tips & Tricks4 months ago
WordPress Security Hacks
-
Pages6 months ago
Write For Us – Guest Post
-
Showcase7 months ago
StylizedWeb.com
-
News6 months ago
How to: Show/Hide any div box with jQuery in WordPress
-
Tips & Tricks5 months ago
Remove the title attribute using jQuery
-
Tips & Tricks3 months ago
How to: show/hide a widget in WordPress with jQuery
-
Plugins3 months ago
Top Membership plugins
-
Tips & Tricks7 months ago
Limit the characters that display on the_title
You must be logged in to post a comment.