Saturday, February 28, 2009

Rebel Magazine Blogger Template

Read rest of entry

Add Yahoo Buzz button to your blog

Step 1. Choose your favorite button from Yahoo! Buzz that fitted well with your site design (large button with vote count - Square Button - is highly recommended), then click “Get Code”.

Step 2. If you have selected the Square Button the code will be like this

<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square">ARTICLEURL</script>


Step 3. Replace the ARTICLEURL with . After replaced, your code will look like this

<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"><data:post.url/></script>


Step 5. Go to Layout -> Edit HTML

step 6 look for and add the code above it so the code will look


<div style='float:right;padding:5px;'><script badgetype='square' src='http://d.yimg.com/ds/badge2.js' type='text/javascript'><data:post.url/></script></div>
<data:post.body/>

Read rest of entry

Sunday, February 22, 2009

LightBreaker Wordpress Theme

Read rest of entry

The Morning After Wordpress Theme

Read rest of entry

show related Posts below Each blogger Posts

Before you start any Blogger Hack Please Backup your Blogger Template


Goto Blogger Edit Html Page,Expand Widget Templates and Paste the Following Code just above </head> in your blogger Template

<style>

#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url("http://i263.photobucket.com/albums/ii150/mohamedrias/newconcept_bullet.png") no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}

</style>

<script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
function related_results_labels(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;
break;
}
}
}
}
function removeRelatedDuplicates() {
var tmp = new Array(0);
var tmp2 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains(tmp, relatedUrls[i])) {
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
}
function contains(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
function printRelatedLabels() {
var r = Math.floor((relatedTitles.length - 1) * Math.random());
var i = 0;
document.write('<ul>');
while (i < relatedTitles.length && i < 20) {
document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>');
if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
}
document.write('</ul>');
}
//]]>
</script>



Now Search for <p><data:post.body/></p> and Replace it with the Following Code


<p><data:post.body/></p>
<b:if cond='data:blog.pageType == "item"'>
<div id="related-posts">
<h2>Other Recommended Posts on <b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if><b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=5"' type='text/javascript'/></b:if></b:loop> </h2>

<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels(); </script>

</div></b:if>


After you Complete the above steps Save your blogger Template and see the hack working.
Read rest of entry

Wednesday, February 11, 2009

Valentine Wordpress Theme





Valentine Blog 2.0 is a two column wordpress theme designed by wptemplates for Valentine’s day.

Demo | Download

Read rest of entry

Happy Valentino by wordpress2u




Specially designed for St. Valentine’s Day, Happy Valentino theme reflects all specific Valentine Day’s features: red and pink colors, hearts and flowers. Besides, Happy Valentino is a two column wordpress theme with right sidebar. Download it and pleased your visitors.

Demo | Download

Read rest of entry

Love Birds by girlyblogdesignz





Love Birds is a two comlumn wordpress theme by girlyblogdesignz.This free theme is a great expression of true love in every sense of the word. This theme is also great for Easter too.

Demo | Download

Read rest of entry

Valentine by freewpthemes



Valentine is a two comlumn wordpress theme by freewpthemes

Demo | Download

Read rest of entry

Heart Shaped by freestylez




Using romantic colours and plenty of hearts, Heart Shaped was designed with those in love in mind for Valentine’s. This theme would be ideal for a blog about romance, weddings and relationships.

Demo | Download

Read rest of entry

WP Dating Valentine by wordpressthemed



WP Dating Valentine is a three column wordpress theme by wordpressthemed

Demo | Download

Read rest of entry

Be Mine theme by pimentels-photography




Be Mine is a two column WordPress theme specially made for Valentine’s. The theme is available in one column and two columns in different colors such as pink, blue, purple and green.

Demo | Download

Read rest of entry

Valentine Theme by wpcube




Valentine Theme is a two column, lovely theme with custom sidebar for Valentine’s day

Demo | Download

Read rest of entry

Free Pink Valentine Wordpress Theme


Free Pink Valentine is a two column, pink, grunge-style wordpress theme. It will be perfect for your Valentine’s day, dating and romance blogs

Demo | Download

Read rest of entry

Pink White Valentine by wordpressthemed




Pink White Valentine is a three column, widget ready wordpress theme by wordpressthemed

Demo | Download

Read rest of entry

Tuesday, February 10, 2009

Basic Wordpress Theme by Elegant Themes

Basic Wordpress Theme features a very clean, easy-to-read and traditional blog layout that focuses on displaying your content in an orderly fashion. The theme also comes with multiple color schemes, as well as built in advertisement management, a detailed theme options page and more



When using the theme you can choose between displaying your full posts, or truncating them automatically with a defined thumbnail image. Basic also comes with 4 color schemes to choose from, the default Red, as well as Blue, Green and Purple.



PreviewPreview Basic Wordpress Theme by ElegantThemes
DownloadJoin ElegantThemes Club to Download Basic Wordpress Theme
Read rest of entry

WP Remix Premium Theme is now compatible with Wordpress 2.7



WP Remix is an advanced WordPress theme suite offering a range of page designs and color schemes; it’s very well designed and turns WordPress into more of a complete content management system than just a blog publishing tool.

Since the last update,WP Remix is now version 2.3 and compatible with Wordpress 2.7.


Main features of WP Remix you can’t miss …

  • WYSIWYG Page editor: No more mess up with code. Insert and edit page template directly from visual editor. A complete CMS experience.
  • Over 50 Page Templates: Choose from over 50 pre-structured, strategically built page templates that covers almost every layout possibility.
  • Flexibility: Create different pages and have same sidebar, header, footer for all pages or you can have them different for each of them!
  • Smart Drop Menu: The smart drop menu in wpremix 2 remembers exactly where you are and where you came from!
  • Dynamic Codes: Insert and execute PHP and Java script codes from visual editor following WP Remix code guide.
  • Theme Admin options: You don’t have to mess with the theme code. Set basic options directly from theme admin options such as Color Scheme, Feedburner ID, Flickr Id.
  • Ad Monetization: The sidebars, blog and magazine module has strategic ad place holders that you can use to sell ad space or promote your own products.
  • Grid Based Layouts: The theme and page templates has been built according to 18 column grid that make your designs not only more beautiful and legible, but more usable.

One more reason that makes WP Remix is one of the best Wordpress themes. Though the theme offers a range of page templates, that’s not all. Unlike any other theme on the net, the WP Remix will offer diverse add-on modules that you can use to empower the theme. The add-on modules are ready to be integrated, just get the module, place it in the theme, configure options and that’s it.

Free PHPBB3 template

This is a PHPBB3 template that you can use to create a Forum on any topic for your site. The template has been designed to match WP Remix theme so you can have overall integrity in the looks for your site.

If you want to use Wordpress as a Content Management System, WP Remix is the premium Theme that offers WordPress as CMS experience! More information: Live demo, Full features list, FAQ … can be found at WP Remix official site. Check it out!


Read rest of entry

New Creative Art Blogger Template




Demo of Creative Art Blogger Templat

Download Creative Art Blogger Template
download xml file and upload it our blog, to edit navigation menu find this code div class=’Menu’ , and edit the links below div class=’Menu’ code
Read rest of entry

Japan Style blogspot template




Japan Style template is 2 columns blogger template and has an astonishing design. Below you can check preview picture of Japan Style blogger template, also demo for this template is available below the picture. If you like this template you can download it for free

Demo of Japan Style Blogger Template | Download Japan Style Blogger Template

Read rest of entry

Add Yahoo! Buzz button on Blogger Template

Yahoo opened Buzz!, a Digg like site to share stories, to all publishers. Add Buzz! button on your Blogger template.

This is a short post which explains how to add Yahoo! Buzz buttons on your Blogger template. It's really very simple!

Take a look at this page to see what kind of buttons are available and choose the style you prefer. For example, if you choose Square button style:



...copy and past the following code in your blogger template (a good position is under post's title):



In any case, if you choose a different button, you have only to change the string ARTICLEURL in the code with .
Read rest of entry

Polaroid Press Blogspot Template


Polaroid press is a refreshing new two column template that has a very natural feel to it. This template has a Polaroid picture where you can put your own image in the start of the left hand side sidebar. Above it are the suns rays that make their way through the clouds in the blue sky!

The background of the blog changes color from blue to brown, all the colours are natural pastel shades. The blog also features a navigation menu on the top right where the navbar is with an RSS icon.

The main section has nicely designed comment counts, labels and dates. The comment count is besides the headline while the rest is under it. The sidebar is simple apart from the Polaroid picture. The blog ends with a link section in the footer and a subscribe icon there as well!



Download the Polaroid Press Blogspot Template
Read rest of entry

Diary Online Blogger Template


The Diary Online template is a simple notepad style two column template, although you may notice that the fonts used are strikingly big and have immense clarity.

The color scheme is flouro on dark making it attractive, apart from the minimal header image this template has nothing fancy to it. The bottom of the posts find the comment and labels icons while under the headline lies the date and author stamp.

The single sidebar finds itself on the right of the main column with the same font that is standard throughout the blog. Though the top of the sidebar an image that makes the first widget stand out. The rest of it is fairly plain, some of the widgets have a dotted green border while the end of the footer finds itself with a green line.



Download the Diary Online Blogger Template

Read rest of entry

Ele Blogger Template



Converted to Blogspot by Girly Blogger.

Download
Read rest of entry

Alpha Blogger Template


Alpha consists of quite a few features, at first look you might find this template to be simple, but when you look closer, its a very professional looking template.

It has 2 navigation bars above and below the header. Then comes the featured post section, where you can have a top post with an image, and provide links to rest of the featured content, a good feature to keep your readers engrossed.

The main column is simple with labels appearing under the post. Now moving on to the sidebar, Alpha has a Feed section to give two options to your readers, namely subscribe by mail or feed, below that is ad space. The sidebar branches into 2 columns to display the rest of your content.

If your blog has lot of content, then you should consider Alpha, although its a single colour template.
Read rest of entry

Sea Breeze Blogger Template


The main column has a sidebar on the right hand side of it, both have a jagged edge design on the top, while the post headline in the main column has a pin, like the ones used on a softboard at work. Under the headline is the date, author and labels. The post section ends with a thin line and the comments icon and email post link.

The sidebar has a design on the top and a search bar at the bottom of it, dividing these columns from the footer is an advertisemnet secton which holds five 125 x 125 boxes. The footer ends with the same bright green grass thats found in the header though it does not have flowers in it.


Read rest of entry

Desk Mess Blogger Template



The 2-column template has a neat header, basically symbolising the mess on an office desk, which actually stands out in the entire template. But since there are so many images it can increase the loading time of the page. Desk Mess template also has a wooden background to add to the overall look.

The navigation bar is in the form of stapled chits of paper, where you can display the categories. While the main column is simple, I liked the way the comments would show up, like notes pinned on the board.

While the side column is just like any other template, except that the RSS icon is missing. Overall, its a creative and a simple template, which you can use if you have a personal blog or if run a blog on office gossip:).




Download the Desk Mess Blogger Template
Read rest of entry
 

My Blog List

Term of Use

blogger copy Copyright © 2009 Black Nero is Designed by Ipietoon Blogger Templates Sponsored by Online Business Journal