functions

Fixing plugins not compatible with hybrid 0.4.2

Hey everyone, as you may have noticed I have a running on the site. While everything almost everything moved over…

6 days ago

Add a shortcode

This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span…

5 months ago

Adding a favicon to your site

Looking to add a favicon to you site? Inside your WordPress theme's functions file (functions.php) add the following to inside…

5 months ago

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…

5 months ago