WordPress 3 can do multiple blogs out of the pocket.

Here are some easy steps you need to take in order to make it work:

1. Add this to your config.php

define('WP_ALLOW_MULTISITE', true);

2. Add a DNS wildcard (and a Server Alias if needed)

3. Log in as Super-Admin and have fun

Remember that it can take a while for DNS settings to become active. If you want to map multiple top level domains to one WordPress installation you will need the Domain Mapping Plugin.

{ 0 comments }

Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

November 28, 2010 WordPress

If you are trying to update your WordPress blog or some plugins and you get that error message: Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature chances are that you have maxed out the space on your hosting account. That way there is no space left to save the [...]

Read the full article →

Give your Blog Posts the Perfect Finishing Touch

June 30, 2010 WordPress

So you have written a post for your WordPress blog. Congratulations! Now all you need to do is have more viewers read your post. How do you do that? Well, this article is all about giving your WordPress blog posts the perfect finishing touches so that more viewers can read your posts. A lot of [...]

Read the full article →

How to comment effectively on other blogs

June 19, 2010 Blogging

Commenting on other blogs is one of the main privileges of social media. In old media, such as television or newspapers, it is basically a one way communication channel between the provider and the viewers, and interaction is very limited. The best we can do with television is cast out our votes through texting or [...]

Read the full article →

Thesis Breacrumb navigation

April 20, 2010 Thesis Theme

In the Thesis Open Hook Plugin, search for “Before Header” (or whereever you want to add the breadcrumb navigation). Make you you have the plugin Breadcrumb NavXT installed and activated. Then add the code to the Thesis hook and activate “Execute PHP on this hook”. <div> <strong> <?php if(function_exists(‘bcn_display’)) { bcn_display(); } ?> </strong> </div> [...]

Read the full article →

Top 8 Social Media Plugins

March 31, 2010 Plugins

WordPress bloggers are finding social media the easiest and more influential way to reach more readers. There are plenty of Social Media plugins that can optimize your blog and increase its visibility on social media platforms. Here’s a list of top 8 must-have Social Media Plugins:

Read the full article →

Add Tweetmeme button

March 29, 2010 Thesis Theme

I wanted to add the tweetmeme button to thesis, but only on home and posts not on pages use small button in teaser, so here we go: In Thesis Open Hook add Before Headline <?php if (!( is_page() )) { ?> <div class=”tweetmeme_button” style="float: right; margin: 5px 0 15px 15px;">       <script type="text/javascript">         tweetmeme_url = '<?php [...]

Read the full article →

Difference between WordPress.com and WordPress.org

March 28, 2010 WordPress

WordPress is a great piece of software that is not only used for blogging, but also for making normal websites. In this video I explain the difference between hosting your blog or website on wordpress.com or on your own server (= called wordpress.org, because you download the software from that website).

Read the full article →

Fix checkbox width in Thesis Theme

March 18, 2010 Thesis Theme

In life pretty much everything si simple if you know how to do it. The same applies to the checkboxes in Thesis Theme. This looks broken to me. There is a wide space around the checkbox, which does not make sense to me. But…I am not a CSS person, so I did not get that [...]

Read the full article →