
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.
Click here for Life demo
Download it here: DOWNLOAD LINK
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 “.
19 Responses for "WordPress Theme: Blue Corner"
Nice theme, I would like to use it for my business blog. Cannot wait till release
Me too, I think it’s also nice for internet niche blog.
Soon there will be some mods coming for this wordpress theme.
is there a way to add a logo to the top of the theme?
matt: answer to your question is bellow the download link.
Probably the most best theme i have seen in a long time, even though i have some problems with images and link position in “Best Of” section.
http://img14.imagevenue.com/img.php?image=01604_slika1_122_1131lo.jpg
[edited as the image was not related to theme]
Can you please tell me what to do?
Cheers
- Pobro
What are you trying to do with the images tell me at first, how do you want it to be and I think you uploaded wrong image or gave me wrong url address for the “best of” screenshot, so give reupload that part so I could help you out.
Thanks for response. Here is “Best of” screenshot again
http://img240.imagevenue.com/img.php?image=23667_slika3_122_133lo.jpg
Image problem happens only when i try to align image left and when image is bigger then text .
Here you can see html code I’ve been using for image and text.
http://pastebin.ru/292996
PS: Opening and ending PHP tags are NOT my. That website adds them automatically to text
Cheers
- Pobro
Ok download the new version of the theme as I have updated it. It should fix the bug that is related to an image.
Regarding the second part (”Best of.. “) You gonna have to open style.css and find there
“.Most_Comments a” if you want decrease the width of the title text
“.Most_Comments .most-count” if you want to increase the width of the numbers count.
comment if you still gonna have errors regarding this.
Thank you. This update definitely fixed bug with images. [edited by WPGeek]
Cheers
-Pobro
Pobro: contact me via email regarding your last question. My email can be found at feedback page.
Hello WPGeek,
I am new to Wordpress and found your Blue Corner template and I love it! It is the best I have seen and believe me I have already gone through a ton. My question is how do I remove Adsense without removing the second column? I am a webmaster for a local company and there is no reason to use Adsense.
Regards!
Steven Barone
Just open sidebar.php. Find and delete the code par that is written bellow.
Delele everything Bellow:
.div class=”Categ” style=”text-align: center;”.
.h3>.span>.a href=”" rel=”nofollow”>Google Adsense
Everything that is inside here
./ul>
./div>
. means < or >
thanks for you wpgeek.. nice theme.. ilove it
Nice theme! Thanks for sharing it. I agree with Do Business, it can be used for business blogs.
hi thank you so much, cool theme… i do love it..
Hi
This theme is awesomw. Can you tell me how I link the adsense to my own account.
regards
ZI
Hi WPGeek
I’ve managed to work this out, thanks.
What i’d like to do is move the adsense stuff to the outer column. Can you advise if that is possible.
thanks
ZI
“What i’d like to do is move the adsense stuff to the outer column. Can you advise if that is possible.”
What do you mean by outer column?
Leave a reply