Free WP themes
Hi, We Have Move to ThemesGuy.com
by admin on Jul.01, 2009, under Article, Free WP themes
Hi, We Have Move to ThemesGuy.com

Fix for rakalap feedburner
by admin on Jun.18, 2009, under Free WP themes
Thank’s for someone who report me some bugs in rakalap feedburner..
<div id=”welcome”>
<?php
$mysitename = get_bloginfo(’name’);
$mysitefeed = get_bloginfo(’rss2_url’);if (get_option(’greeting’) || get_option(’welcomemessage’)) {
if (get_option(’greeting’)) {
echo “<h2>” . get_option(’greeting’) . “</h2>”;
}
if (get_option(’welcomemessage’)) {
echo “<p>” . get_option(’welcomemessage’) . “</p>”;
}
} else {
echo “<h2>Hey. Welcome to $mysitename!</h2><p>Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the <a href=’$mysitefeed’>RSS feed</a>. See ya around!</p>”;
}?>
<?php
$mysitename = get_bloginfo(’name’);
$myfeedid = get_option(’feedid’);if (get_option(’feedid’)) {
echo ”<p>You can also subscribe by email by filling the field below:</p>
<form style=’padding:3px;text-align:center;’ action=’http://feedburner.google.com/fb/a/mailverify’ method=’post’ target=’popupwindow’ onsubmit=’window.open(’http://feedburner.google.com/fb/a/mailverify?uri=” . $myfeedid . “‘, ‘popupwindow’, ’scrollbars=yes,width=550,height=520′);return true’><p>Enter your email address:</p><p><input type=’text’ style=’width:140px’ name=’email’/></p><input type=’hidden’ value=’” . $myfeedid . “‘ name=’uri’/><input type=’hidden’ name=’loc’ value=’en_US’/><input type=’Submit’ value=’Subscribe’ /></form>
“;
}else {
echo “”;
}
?></div><!– Closes welcome –>
just copy the code above…and change all code in wellcome.php
thank’s

Some fix bugs on Rakalap themes
by admin on Jun.15, 2009, under Free WP themes
please change the style.css on lineĀ 451-453
.topPost div.topContent ul li, .topPost div.topContent ol li {
color: #eee;
}
change the text color to:
.topPost div.topContent ul li, .topPost div.topContent ol li {
color: #333;
}

Rakalap theme release
by admin on Jun.12, 2009, under Free WP themes
Finally, I have already completed RakalapĀ Theme, comes with the feedbuner, twitter, and facebook that will make the full features on your site. Click on the image to see the full image.
Download it, if you wanna to try it. I hope you Enjoy it!


