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
Arthemia Premuim
Arthemia Premium is a magazine style theme that unleashes the power of WordPress, transforming it into a simple-yet-powerful CMS with the automatic thumbnail generation feature. A nice and elegant blend of a blog and a magazine.
With numerous built-in features, Arthemia Premium will convert your old-fashioned WordPress blog into an amazing and powerful front-end. If you are running an online magazine or a corporate website, Arthemia Premium is the one-stop solution for you.
This is the info taken from the Colorlabs Project site.
Price:
Single License: $70 Buy Now!
5 Site License: $140 Buy Now!
Developer Pack: $240 Buy Now!
Premium
Revolution Two: Album theme
Benefits include the Album theme, unlimited theme support answered by our experts, customization techniques with our detailed theme tutorials and professional design services available by our list of recommended designers.
Price:
Single License: $59.95 Buy Now!
Pro Plus All-Theme Package: $199.95 Buy Now!
Premium
Papercut
Papercut is a grungy news theme with beautiful alternating stylesheets, built-in widgets, and layout control via a hand crafted theme options page. It’s the perfect out-of-the-box solution to give your website a stylish new look. Irrespective of your preferred style; Papercut will have one you like.
Unique Features
These are some of the more unique features that you will find within the theme:
- Five eye-catching theme styles to pick from that include the default, newspaper, red print, wood and floral prints.
- An unique homepage layout, with a beautiful grid structure that keeps your content looking fresh and appealing.
- Beautiful comment styling and unobtrusive advertising banner placements.
- A completely widgetized sidebar with custom widgets included in the theme packaging. No third party widgets required.
- Integrated Banner Management widget to display banner ads of your choice site-wide;
Standard Features
These features are probably just as special as the one’s above, but you’ll find these standard features within most of our wide range of themes:
- Integrated Theme Options (for WordPress) to tweak the layout, colour scheme etc. for the theme;
- Automatic Image Resizer, which is used to dynamically create the thumbnails and featured images;
- Custom Page Templates for Archives, Sitemap & Image Gallery;
- Built-in Gravatar Support for Authors & Comments;
- Integrated Banner Management script to display randomized banner ads of your choice site-wide;
Available Color Schemes
Please note that the theme package includes all of these color schemes and with the Theme Options back-end, it is possible to change the theme’s color scheme (between these) whenever you see fit.
-
Tips & Tricks5 months ago
WordPress Security Hacks
-
Pages7 months ago
Write For Us – Guest Post
-
Showcase4 days ago
StylizedWeb.com
-
News7 months ago
How to: Show/Hide any div box with jQuery in WordPress
-
Tips & Tricks6 months ago
Remove the title attribute using jQuery
-
Tips & Tricks4 months ago
How to: show/hide a widget in WordPress with jQuery
-
Plugins4 months ago
Top Membership plugins
-
Tips & Tricks2 days ago
Limit the characters that display on the_title
You must be logged in to post a comment.