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 […]
The Latest
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 […]
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 […]
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 […]
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 […]
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 […]
Easy Tips for Changing the Author of a Published Post in WordPress
Suppose you wrote a post and published it then realized that you are not the author listed, how will you plan to change the “author”? There are other reasons why writers need to change the author of the blog posts such as: when you need to replace the author name under your name, as well […]
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 […]
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 […]
Use ‘Recent Blog Column’ in forums and win a permanent link!
I noticed many bloggers use the “recent blog area” option in some forums and others don’t. Maybe they dont have a RSS-supported blog or they don’t want to show their recent post. In this post I will show you how to use this feature or how to use it without RSS or if you need […]