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 […]
Month: April 2013
8 posts
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 […]
5 WordPress Plugins To better monetize your blog
When we talk about Monetizing a Blog, many people think about Google Adsense as the only solution, but this is not true. So here is a list of 5 plugins that will help you change this idea. Adserver Adserver is an ad server for wordpress. You can set up your campaigns with banners of different […]
Pointing domains from Dynadot to blogger
Dynadot is the most recommended Domain registrar here at GP2B.com and because of that many of our followers use them, but we got a lot of messages from them asking for a solution to point the domains to blogger. Many of those explanations that we found in the web are not complete, and because of […]
Pointing domains from Godaddy to blogger
I received too many e-mails from people who asked me to explain how to point domains from Godaddy to blogger after the changes from the company for the DNS management. I just visit the new system and made this small tuto. So after login to your account you will see something like that containing a […]