WPGeek

Posts Tagged ‘Free wordpress theme’

Theme Information

Brownie, 2-column WordPress theme with widget-ready sidebar, custom template, custom text styles and web 2 style. It’s compatible with WordPress 2.7 and has been tested with in Firefox, Google Chrome, Internet Explorer 7, Opera and Safari.

If you need any help inserting banners or anything else. Just drop me an email or comment here. I will try to answer to every question.

Tags: , , , ,

Theme Information

Blue Corner, 3-column WordPress theme with two widget-ready sidebars, custom templates, custom text styles, integrated plugins, adsense ready and web 2 style. It’s compatible with WordPress 2.5 and has been tested with in Firefox, Internet Explorer 6, Internet Explorer 7, Opera and Safari.

Answers To Theme related Questions:

Is there a way to add a logo to the top of the theme? (matt)

Yes you can add the logo to the top simply:
Open header.php. You should find there it’s in 28th line if you use Notepad++:

<h1><a href=”<?php echo get_option(‘home’); ?>/”><?php bloginfo(‘name’); ?></a></h1>
<div class=”desc”><?php bloginfo(‘description’); ?></div>

Update width the html image code so it will look like this:

<a href=”<?php echo get_option(‘home’); ?>/“><img src=”<?php bloginfo(‘template_url’); ?>/folder_where_image_is/image_title.extension” width=”" height=”" alt=”" /></a>

Explaining:

<?php echo get_option(‘home’); ?>/ ” -this code is used to get to your homepage, so if you put it somewhere in my sites theme, I would get http://www.wpgeek.com.

<?php bloginfo(‘template_url’); ?>” -this code is being used when you want to get to the themes folder if I would use it with the blue corner, the result on HTML would be “http://www.myurl.com/blog/wp-content/themes/blu-corner “.

Tags: , , , ,

My Recent Works

SteveTenpenny.com
CopyKat.com
Community Living Durham North
BeautyIdol.com
Footballistics.com

My Recent Wordpress Tutorials

  1. How to limit WordPress posts title
    • During my work as a wordpress theme coder I came across that there are request for a function on how to limit the post titles.

  2. How To Obtain Proper Wordpress Hosting
    • Wordpress hosting has become a top running competitive keyword for many hosting providers, along with shared hosting and dedicated hosting. As more and more…

  3. Creating custom wordpress theme
    • First, what you need to do, if you have never worked with wordpress before, is to find a template for wordpress themes, this will make your live a lot easier.

  4. What you need for creating wordpress theme
    • Creating a WordPress theme from scratch is not hard. I’ll hold your hand through it.

Statistics of My Services in Use