Archive for April, 2010

how to add thumbnail in WordPress homepage post

Wednesday, April 7th, 2010

This 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 [...]

>>read more

how to add video in your wordpress blog using plugin the easiest way

Wednesday, April 7th, 2010

If 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 more

A Short Guide About Protecting Yourself on Social Networks

Monday, April 5th, 2010

This article was sponsored by this Online Computer Service company. They are the leaders in remote computer repair and can fully resolve your computer repair issues. If you would like more great information about protecting your computer we welcome you to check out our Delete Malware website. People from all over the planet do enjoy [...]

>>read more

Remove Zeus Botnet

Friday, April 2nd, 2010

Zeus is a dangerous malicious application that is aimed primarily at stealing the banking details of targeted users. This spyware is considered to be one of the most used by hackers in the whole world. The Zeus Builder Toolkit is used by cyber criminals to configure and reprogram this virus the way they want, with [...]

>>read more