Differentiate the author’s comments on a blog

Differentiate the author’s comments on a blog
Why seek to differentiate your own comments on your blog? Because it will allow your visitors to identify and easier to follow the conversation. Some themes for WordPress offer this feature by default, but here’s a quick guide to differentiate the author’s comments.   Locate the style attributed to comments Look in your stylesheet (usually […]
View Post

Top 8 Relevant Facts about Blog Feed

Some people are not aware of a blog feed– It is easy to introduce blog feed to those tech-savvy subscribers. However, for readers who are not aware of a blog feed and its uses you have to provide relevant information about it. What is a blog feed? It is a feed that contains all new […]
View Post

GP2B is re-branding itself to BlogProcess

GP2B is re-branding itself to BlogProcess
As many of you know, this blog has been dedicated to providing the best solution to make money from blogging. And it is hard to believe we have been at this for nearly 4 years now. Up until now, this blog has been branded to help everybody in building their blogs and making money from […]
View Post

Get back your old PR isn’t that hard!

A lot of  bloggers were  disappointed because the big G put theme  on the blacklist for selling paid links or reviews and reduced their Google PageRank. Even if the Google PageRank value actually assigned to any website doesn’t really matter anymore like it was in the past, many website owner still look at it as […]
View Post

How to Become a Google Money Master?

How to Become a Google Money Master?
Google offers a lot of opportunities to make a lot of money. The key is to identify the right opportunity and utilize it properly. One who utilizes the right opportunity at the right time becomes a Google money master. If you also want to earn money through Google, here is a guide on how to […]
View Post

Use the RSS feed for a specific category

If you want to encourage your readers to subscribe to some of the updates of your site, it may be interesting to set up RSS feeds by category. The feed url to track updates on a category is obtained very simply by getting the URL of your category and add this /feed after the link they […]
View Post

Affect an image to categories in WordPress without plugin

This tutorial allows you to add a text field to fill the URL of an image for each of your categories. Add this in your functions.php file: [sourcecode language=”php”]add_action(‘init’, ‘my_category_module’);[/sourcecode] [sourcecode language=”php”]function my_category_module() { add_action ( ‘edit_category_form_fields’, ‘add_image_cat’); add_action ( ‘edited_category’, ‘save_image’); }[/sourcecode] The function to add the extra field : [sourcecode language=”php”]function add_image_cat($tag){ $category_images = get_option( ‘category_images’ ); $category_image = ”; if ( is_array( $category_images ) && array_key_exists( $tag->term_id, $category_images […]
View Post

Pay Per Post companies – Part1

Blog writing has emerged as a popular cultural phenomenon these days. Not only does a blog act as a wonderful tool for self expression on the Internet but it also offers a chance to make some money. There are a lot of services which can help a blogger to earn a good amount of money […]
View Post