20

Utsav Singh Rathour: How, Why and Where to use WordPress multisite

  • Upload
    wpnepal

  • View
    2.271

  • Download
    0

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Utsav Singh Rathour: How, Why and Where to use WordPress multisite
Page 2: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

How, why and where to use

WordPress multisiteExtending WordPress

Page 3: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

About Me:

Utsav singh @rathour

WordPress Enthusiast, A wannabe entrepreneur

CEO/Founder Code Pixelz Media (@codepixelzmedia)

Blogs at http://codepixelz.com

Page 4: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

The Origin

>>

Page 6: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

Ba dum tsss.....

MultiSite

Page 7: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

How it works?

Page 10: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

Where to?

Personal

Multiple Blogs, websites

Academic

Different sites focusing on different faculties, courses or

academia.

Organizational

Team or division based information site or blogs.

Regular Blogging

Network of blogs

Hosting Sites

Host different sites of client under one roof, easier to

maintain.

Page 12: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

Who's using this?

WordPress (WordPress.com)

BestBuy

Powersites.net

New York Times (nytimes.com/blogs)

Page 14: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

How do I get started?

Open up wp-config.php and add this line

/* Multisite */

define('WP_ALLOW_MULTISITE', true);

Page 16: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

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

Page 20: Utsav Singh Rathour: How, Why and Where to use WordPress multisite

Still got questions?