Posts Tagged ‘ monitize plugin ’

Feb
27

Become top rank blogger you need to be ready with all thing, not only time and effort, but you need more then that. You need tools that make you easier to dump money from internet. For blogger, the secret weapon is plugin. The best plugin you got, the easier it can be. Plugin works to optimize your blog, it will add additional system and facility to make your blog easy to monetize. Here some plugin I use to make money for my blog.

 

AdSense Deluxe

If you using Google Adsense to make money, you need to have this Adsense Deluxe plugin. This plugin allow you to customize your Adsense ads. It can show the ads on homepage, individual post, pages or on archive page.

Download this plugin here. Read more about this plugin go here.

 

Advanced Excerpt

Another best plugin I use for my blog. This plugin name is advance excerpt. If you never use this excerpt function, you’re out of date. Wordpress preinstalled this function, you just need to activate this function. To use the post excerpts function, you will need to edit your template’s files, namely those controlling your home and category pages (These will be home.php and category.php if you have them, or index.php if you don’t). First off, replace the following line:

 

<?php the_content(’Read the rest of this entry »’); ?>

With:

<?php the_excerpt(); ?>

 

Your pages will now show the excerpt. However, to load the full post, your readers will have to click the post title.

This isn’t optimal (Why force your readers to scroll back upwards, to continue reading onwards?). To solve this, we will add a link below the content, which can be used to load the rest of the article, similar to the one generated by the <!–more–> tag. Beneath the line we just edited, add the following:

<a href=”<?php the_permalink(); ?>” title=”Read…




Save to del.icio.usDigg This!Stumble It!Add to Technorati Favorites!


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...