Today we will tackle a very interesting way to integrate your Facebook account with your WordPress account, without the need to register separately on WordPress. You might ask as to why we need to do it. We see Facebook integration a lot these days, and there are multiple plugins available on WordPress like Simple Facebook Connect, which do the same. However, they add another step, i.e,...
Read More
This is the first of the Do It Yourself Website series in which we are going to teach you how to develop a specific type of website in a series of posts, videos, screencasts etc.
In today’s post, I am going to teach you how to make a real estate website from scratch.
Minimum Cost of developing this website:
Hosting: Rs 1200/- from speedhost.in
Domain: Rs 500/- for a decent com domain...
Read More
Fetching a wordpress user id is sometimes a necessity for a variety of purposes. For example, you might like to redirect a non logged in person to the login page or you might like to display different data based on the person’s user id. In such cases, you can use the following code to fetch the person’s user id.
<?php
global $current_user;
get_currentuserinfo();
echo $current_
Read More
Every Entrepreneur, whether established or still a bit green, knows that one of the most powerful tools to use in business is Leverage. Whether you leverage time, money or technology, all entrepreneurs understand the necessity of utilizing this tactic to get more done, faster, easier and with less personal effort.
One small-but-mighty unexpected tool I’d like to mention that’s currently...
Read More
Follow these steps in the exact same order otherwise you may get into a lot of trouble:
Step 1) Open the settings page of your wordpress blog. This page will be
http://your_current_wordpress_directory/wp-admin/options-general.php
Step 2) Change the url of your blog to:
...
Read More
Recent Comments