How To Add SSL Security To Your WordPress Blog

WordPress-SSL-MainThe most concerning thing on Internet is the Security. Whether you are using Internet from home or working at an office, there is always the constant threat of hackers lurking around, trying to fish confidential information out from you. In WordPress, this confidential information is your administrator username and password. Once the hackers get hold of your login credential, they will be able to do what they want with your site, steal your members info (if you are using WordPress as a community site) and possibly bring down the whole site .

We have discussed plenty of tricks to secure WordPress, and enabling SSL encryption for your login session is yet another useful way to secure your blog.
[Read more...]

How to Establish Authorship For Your Posts In WordPress

wordpress-logoYesterday, I show you how you can establish authorship for your site/content so that your Google profile picture will appear beneath the search results. However, in WordPress, it may not be as easy as it seems. WordPress is using a template system to display your content, so adding the rel=”author” tag will require some tweaking of the theme.

Here’s how you can establish authorship in WordPress.
[Read more...]

How to Schedule Database Backup Using Cron Job

backup-keyFor backing up of your WordPress database, there are plenty of plugins around that can get the job done. Some of them backup only your database while others backup the whole WP directory. If you have used WordPress long enough, you will realize that these plugins are not reliable. They will work one day and fail another day, for thousand and one reasons. It could be that they are not compatible with the new WordPress version that you have upgraded to, or that they are conflicting with a newly activated plugin. As in my case, it could also because your database is getting too big for them to handle.

Whatever the reasons, rather than relying on plugins, a better alternative is to use a cron job in your server and schedule it to backup your database everyday.
[Read more...]

How to Change The Font Of WordPress 3.2 HTML Editor [Quick Tips]

If you are using WordPress and have recently upgraded to the latest 3.2.x version, you will notice that the font for the HTML editor has changed. In most WordPress upgrade, changes are good, but in this case, the changed font is not web friendly and is straining to the eyes.

wp-new-editor-font

One of the way to change it is to directly edit the wp-admin.css file under the “wp-admin -> css” folder. This is not a good solution because the next time you upgrade your WordPress, your files will be overwritten.
[Read more...]

Tweet And Get It Plugin Helps You Increase Your Twitter Followers

tweetandgetit-logoI guess you are very familiar with the “Sign up for my newsletter and get a freebie” gimmick. This is a very common trick used by many webmasters to increase their email/rss feed subscribers. Basically, the webmaster offers a supposedly high-valued item (such as ebooks, software etc) for free, with the condition that the visitors subscribe to their email newsletters. The Tweet and Get It WordPress plugin works in a similar way, except that it helps you to gain more Twitter followers rather than email subscribers.

The working behind the Tweet and Get It plugin is simple. First, you create a high-value product to be given away. Next, you create a Tweet and Get it button which is linked indirectly to your download page. When your visitors click the button, they have to first follow your Twitter account and send a tweet before they are redirected to the download page.
[Read more...]

How to Add Google +1 Button to Your Website

googleplusone2Google introduced the +1 button not long ago. While performing a search at Google, this +1 button allows you to vote up/down the search results. We covered this piece news before and in it, we also mentioned that Google will introduce the +1 button to all website in the future. Well, that future is today. From today onward, you can place the +1 button on your website and allow your readers to vote up the story.
[Read more...]

How to Add Dynamic Widgets To Your WordPress Blog Without Meddling With The Code

wp-widgetIf you own a WordPress site, have you ever have the need to display different widgets for different pages? For example, you might be running a travel site and you blog about travelling in various countries. You might want to get the sidebar to display a France’s hotel booking form when the content is about France or the recommended Italian restaurant widget when you are discussing about Italy. How do you achieve that in WordPress? How do you achieve that in WordPress without having to meddle with the code?
[Read more...]

How to Clean Up Your Tags in WordPress

tags-cloudWordPress comes with this “tag” feature that allows you to tag your posts. While it is a great feature for you to categorize your posts, there is one problem though – there are no ways to organize them. Over time, as your tag list grow, it becomes very messy and your database is full of those tags that you either have no use for them or have used only once. If you find that your WordPress blog is running slower and slower everyday, cleaning up your tag list is definitely one of the things you should do to regain the speed and power of your blog.
[Read more...]

How to Add The Facebook Send Button to Your WordPress Site

send-buttonBy now, I believe most of you knew the existence of the Facebook LIKE button. It is a button that you can click to express your interest (on Facebook) in the particular page or site. To make thing even more interesting, Facebook came out with a new button, known as the SEND button that allows you to send a content to a friend. This is similar to the mail-a-friend function, except that the “mail” will go directly to your friend’s Facebook inbox.
[Read more...]