when to use word press multisite wordcamp nepal 2012

20

Upload: utsav-rathour

Post on 10-May-2015

576 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: When to use word press multisite wordcamp nepal 2012
Page 2: When to use word press multisite wordcamp nepal 2012

How, why and where to use WordPress MultiSiteExtending WordPress

Page 3: When to use word press multisite wordcamp nepal 2012

About Me:

Utsav singh @rathour

WordPress Enthusiast, A wannabe entrepreneur

CEO/Founder Code Pixelz Media (@codepixelzmedia)

Blogs at http://codepixelz.com

Page 4: When to use word press multisite wordcamp nepal 2012

What is Multisite?

Multiple Website. What else?

So what is WordPress multisite?

Obviously Multiple Websites hosted in WordPress.

So what's the catch?

All of these sites are under single installation of WP

Page 5: When to use word press multisite wordcamp nepal 2012

The Origin

>>

Page 6: When to use word press multisite wordcamp nepal 2012

Ba dum tsss.....

MultiSite

Page 7: When to use word press multisite wordcamp nepal 2012

Regular v/s Multisite

Regular WordPress

Single Site

Each new site needs new installation

Multiple Installation of Plugins, Themes

Single set of Users

Page 8: When to use word press multisite wordcamp nepal 2012

Regular v/s Multisite

WordPress Multisite

• Multiple (Network of) Sites• Single installation for 'n' number of websites• Single installation of Plugins, themes for all.• Multiple set of Users• Super Administrator to control the Network

Page 9: When to use word press multisite wordcamp nepal 2012

How it works?

Page 10: When to use word press multisite wordcamp nepal 2012

When?

1. You have a number of sites running on WordPress

2. You are looking for an easy way to maintain your network of blogs

3. Want to allow people to run their websites/blog on your Installation

4. Save time from installing same plugins, themes over and over again.

Page 11: When to use word press multisite wordcamp nepal 2012

Where to?

PersonalMultiple Blogs, websites

AcademicDifferent sites focusing on different faculties, courses or academia.

OrganizationalTeam or division based information site or blogs.Regular BloggingNetwork of blogs

Hosting SitesHost different sites of client under one roof, easier to maintain.

Page 12: When to use word press multisite wordcamp nepal 2012

Where not to?

Just because you can, doesn't mean you have to

Diffierent Post Type of same niche. (Try custom post type)

Users Need To Install Themes/Plugins

Single Website or blog

Page 13: When to use word press multisite wordcamp nepal 2012

Who's using this?

WordPress (WordPress.com)

BestBuy

Powersites.net

New York Times (nytimes.com/blogs)

Page 14: When to use word press multisite wordcamp nepal 2012

Did you know?

New York Times has 60+ blogs covering a wide range of topics

Powersites.net has 17000+ small business websites

WordPress.com hosts 57,600,799 (while creating this presentation) blogs

Page 15: When to use word press multisite wordcamp nepal 2012

How do I get started?

Open up wp-config.php and add this line

/* Multisite */

define('WP_ALLOW_MULTISITE', true);

Page 16: When to use word press multisite wordcamp nepal 2012

How do I get started?

Go to Network Setup Menu on Dashboard

Choose Sub Directory or Sub Domain

Detailed installation instructions:  

http://codex.wordpress.org/Create_A_Network

Page 17: When to use word press multisite wordcamp nepal 2012

Data Handling

Creates new set of tables for each Site

New tables added _blogs, _registration_log, _signups, _site, _sitemeta

New tables for every new site/blog

Page 18: When to use word press multisite wordcamp nepal 2012

Should I be using it?

Are you kidding me?

I spent my 10-15 minutes explaining why you should.

Go ahead

Try it.

Build it.

Make wonders.

Conquer the World.

Page 19: When to use word press multisite wordcamp nepal 2012

That's it, Me Lord!Thanks for bearing :)

Page 20: When to use word press multisite wordcamp nepal 2012

Still got questions?