Connect with us

Themes

Mimbo 3.0

Published

on

I was just looking around and saw that Darren Hoyt has released Mimbo 3.0. If your looking for a nice free theme, head over to Darren’s site.

You can also use this link to see a live demo.

Continue Reading
Click to comment

You must be logged in to post a comment Login

Leave a Reply

Themes

Add additional meta boxes to Hybrid Theme

Published

on

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.

Continue Reading

News

Working on a new theme called WordCult

Published

on

So I have been really busy, and haven’t been able to put up a new post since I got back from WordCamp Denver.

WordCult Screenshot

WordCult Screenshot

Working on some clients site’s and also a WordPress theme!

I have finished about 80% of the theme which is based off my current theme located on my personal blog site: TheFrosty. TheFrosty is using version 0.1 of the theme, which has many faults and bugs. I have fixed many of them, and probably added a few others.

In version 0.2 I’ve added a new jQuery “featured posts” loader and the option for sticky posts. I have also fixed a lot of CSS errors, it should W3C comply :).

Also in the newer version I have tried to add more to the admin panel, in ways of options.

If you would like to download this theme and test it out before I release it to the community please let me know. I would love to get some feedback or ideas on what you’ve got to say. Just use the contact form or send me a message on Twitter.

Download it:

[download#2#format=1]
[download#1#format=1]
Download Version 0.3

Once you’ve got the theme..

Let me know what you think! Leave you comments and feedback. I am also trying to get a forum up on the site as well.
Thanks!
Frosty

Update for 0.2:

I’ve updated my personal site: TheFrosty to the latest version of WordCult (0.2). I’ve already found some small bugs and CSS fixes that need to be taken care of. Also I don’t think that the Adsense display is working correctly.
If you’ve noticed any issues please contact me or leave a comment.

 

Update for 0.2.1:

The new version, 0.2.1 brings in some integration from Justin Tadlocks Widgets Reloaded plugin. It’s fully integrated into the theme. So you’ll notice some widgets disappear and be replaced by others. If you need to get them back Justin makes a plugin that will “release” the old widgets on your new theme install.

 

Update: 0.3

Get the newest version of WordCult, download Version 0.3 from this page.

Continue Reading

Themes

Fixing plugins not compatible with hybrid 0.4.2

Published

on

Hey everyone, as you may have noticed I have a running on the site. While everything almost everything moved over smoothly, there was an issue with how my parent theme striped text in typography. This caused some plugins, like cformsII to not be allowed to print to the screen. Justin had helped to find a fix to filter the hybrid_typography function.

Originally this function filtered out and changed some text that would not validate as XHTML. This had to be removed by running a new function in the child theme’s function.php file.

add_action('init', 'remove_typography');

function remove_typography() {
	remove_filter('the_content', 'hybrid_typography', 11);
}
Continue Reading

Random Search Terms

Title

Recent Posts: Fully Net Worth . com

Nick Austin (Tik Tok) Height, Age, Wiki, Bio, Net Worth & More

Nick Austin (Tik Tok) Height, Age, Wiki, Bio, Net Worth & More

Nick Austin is an American social media star who is mainly popular on lip-syncing app Tik Tok. Within a short space of time, Austin has been able to gather a huge amount of fanbase on the platform. Austin was born on July 1, 2000, in the United States which makes him currently 19 years of […]

Alex French (Tik Tok) Wiki, Net Worth, Age, Height & More

Alex French (Tik Tok) Wiki, Net Worth, Age, Height & More

Alex French is an American social media star who has gained fame following her activities on Tik Tok where she uploads dancing and lip-sync videos. She had a rapid rise on Tik Tok after her followers’ count rose by over 800,000 in four days. Alex French was born on March 19, 2003, in Texas to […]

Devin Haney Net Worth: How Rich is the Boxer Actually?

Devin Haney Net Worth: How Rich is the Boxer Actually?

Devin Haney is an American professional boxer. He is the current WBC lightweight champion. Haney is ranked third-best active lightweight by The Ring magazine and fifth by the Transnational Boxing Rankings Board. As of 2019, Devin Haney net worth is estimated to be $1.5 million. Haney was born on November 17, 1998, in San Francisco, California. Devin’s father William Haney is also a […]

YNW Melly Net Worth: 5 Interesting Facts You Should Know

YNW Melly Net Worth: 5 Interesting Facts You Should Know

Jamell Maurice Demons, who is better known as YNW Melly, is an American rapper and songwriter from Gifford, Florida. Here are some facts about YNW Melly: 1. His mother conceived him when she was only 14 Melly was born on May 1, 1999. His mother was only 14 years of age and in ninth grade […]

Trending