Premium WP Themes
Wednesday, July 14th, 2010Check out this site that’s offer free and commercial premium wp themes: http://premiumwpthemes.us/
>>read moreCheck out this site that’s offer free and commercial premium wp themes: http://premiumwpthemes.us/
>>read moreThis tutorial explain on how to add thumbnails in your wordpress homepage post.
Heres how:
1. Back up your theme files
2. In your theme files open home.php or index.php
3. Fine this line :
<?php while (have_posts()) : the_post(); ?>
…
<?php endwhile; ?>
Inserted ANYWHERE with in the while loop above of your theme:
<img src=”<?php echo get_post_meta($post->ID, ”thumbnail”, true);?>” />
This outputs an image, using the Value of the Key, “thumbnail”, which we’ve [...]
>>read moreIf you are tired of copying and pasting the embed HTML from sites like YouTube, Google Video, DailyMotion, Vimeo, Veoh, Viddler, Metacafe,Blip.tv,VideoPress aka WordPress.com Video NEW!,Flickr videos,Spike.com/IFILM,MySpaceTV and many other video sharing site. Check out the video below to see how the plug in works :
>>read moreHere’s how to add a bookmark code in your high traffic website:
1. Place the following script into your section in the page you need to use it:
<script type="text/javascript">
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement(’a’);
elem.setAttribute(’href’,url);
elem.setAttribute(’title’,title);
[...]
The tutorial explain how to fix error cause by MYSQL daemon/engine on your server has run out of space for storing its own database files. If the filename/path mentioned includes “/tmp/” in it, then the error is likely referring to temporary/swap files instead of main database files.
>>read moreI’ve gotten around 9,000 + spam comments since September to October 2008. It was becoming such a pain to delete them using phpmyadmin tool in my cpanel until i implemented reCAPTCHA WordPress Plugin. It seems to be working pretty well so far. Please let me know if you have any issues.
Here is the easy way [...]
There are many ways how to optimize you site. One of these is blog commenting. Which will give you a one way backlink for your site. And you must know if this is either “do follow” or “no follow” link. Do follow links can be crawl and No follow link will not but it [...]
>>read more