All posts in Wordpress Tutorials

How to Add the Official Twitter Follow Button in WordPress

witter is extending its functionalities to the wider world wide web. It all started with the official tweet button, then the Twitter Anywhere Platform , and recently the new official twitter follow button. You are probably wondering what the heck is this twitter follow button? What is different in the Twitter follow button, and the [...]



View full post on WordPress Tutorials

Removing menu pages from the WordPress admin

This tutorial only shows you how to remove items from the WordPress administration menu. It does not block access to menu pages via direct URL.



View full post on WordPress Tutorials

Rounded Font-Sizes for Tag Clouds

Tag clouds accomplish their varied font sizes by applying inline styling to each tag. The resulting font sizes can be really weird like style=’font-size:29.3947354754px;’. There is nothing inherently wrong about that, but it feels a bit unsettling and less controllable



View full post on WordPress Tutorials

How to setup a PHP Error log for WordPress

There are a few hosts that do not give you an easy ability to see php errors that might happen. The first step is to edit your wp-config.php in your installation root directory.



View full post on WordPress Tutorials

Remove Private/Protected from Post Titles

I had the situation come up where I need a password-protected post in WordPress. Of course that is super easy in WordPress, you can set up a password for it right in the “Publish” box before publishing. But by default, WordPress appends “Protected: ” to the front of the post title, before and after the [...]



View full post on WordPress Tutorials

How to Use the New “Post-Thumbnail” Feature in WP 2.9

Up until the release of WordPress 2.9, setting up “post-image” support for your blog was a bit more tedious a task than it really needed to be. Luckily, that’s no longer an issue. I’ll show you how to get setup in this four minute video quick tip.



View full post on WordPress Tutorials

Top 5 WordPress Security Tips Done In Under 5 Minutes

These are the easiest security tips that you could implement on any WordPress website.



View full post on WordPress Tutorials

How to Install WordPress on your PC

WordPress is arguably the most popular and the best blogging platform out there. You might have installed WordPress on your site, but you might be scared to experiment with WordPress worrying that you could break your site and WordPress.



View full post on WordPress Tutorials

Action Hooks – the simplified version

There’s no point in hacking around with the WordPress core code. You still see people doing it sometimes and happily showing off their results, but it just isn’t a good idea. Nobody else can use it without making the same hack(s), which aren’t carried through an automatic update anyway.



View full post on WordPress Tutorials