This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span class="blog-title">' . $blogname . '</span>'; }...
Looking to add a favicon to you site? Inside your WordPress theme’s functions file (functions.php) add the following to inside your PHP code. /** * FAVICON...
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...
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...
You must be logged in to post a comment.