SlideShare a Scribd company logo
EXTENDING
  WORDPRESS
  MULTISITE/                                Creating a network of websites
                                            from one WordPress install
                                            that shares themes, plugins

  NETWORK
                                            and users… and then extending
                                            it. Perfect for entrepreneurs
                                            and startups.


  FOR FUN AND
  PROFIT
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Why use                                    don’
                                      If you don’t need to do all three of these bullets,
                                      Multisite might not be the right use for your

  multisite?                          project. Sometimes category templates with a
                                      Role Mangement plugin like Role Scoper will do
                                      more simply what you might try to do with
                                      Multisite.

 •To create an unlimited number of sites with one WordPress
 installation
 •To share users, themes and plugins across those sites
 •To manage those sites within one Dashboard


                                                                ALL THIS
                                                                 FROM
                                                                 ONE
                                                               DATABASE



@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Examples
                                     WORDPRESS.COM
                                     http://www.wordpress.com




  of multisite                       BEST BUY
                                     http://stores.bestbuy.com/527/




  in the wild                        BOWLING GREEN
                                     https://blogs.bgsu.edu/


                                     YOUR CRIME SITE
                                     http://www.yourcrimesite.com




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Before you start…
  Decide on your format
  Your child sites will either use subdomains:
     www.subdomain.yourdomain.com

  or folders (also called subdirectories or paths)
      www.yourdomain.com/yourfoldername

  If you want to use subdomains (which I do), your host must
  support the use of wildcard subdomains. (*.yourdomain.com)

  And, you’ll need to add a wildcard subdomain pointing to the
  folder of your installation. If they don’t, you have to use folders.

  If your original site is older than 30 days, the folder option will not be allowed (easily).


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Before you start…
  get permission

  You’ll need to make edits to your wp-config and htaccess files,
  so be sure you can both see them and edit them.

  These are two single files located in the root of your WordPress
  installation.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Backup.*


 *Really. Do it.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Multisite is like your wife.
        She’s already in bed,
     you just have to turn her on.
                             /* Multisite */
                  define('WP_ALLOW_MULTISITE', true);

                            in wp-config.php
                    before /* That's all stop editing */


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Log back in.
  Expand tools.
  Click on
  “Network
  Setup”


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
don’t copy from here
    this info is dynamically generated for YOUR site on that admin screen.

     Paste into your wp-config.php
      right under the other stuff:
              define( 'MULTISITE', true );
              define( 'SUBDOMAIN_INSTALL', true );
              $base = '/';
              //define( 'DOMAIN_CURRENT_SITE', 'example.com' );
              //define( 'PATH_CURRENT_SITE', '/' );
              //define( 'SITE_ID_CURRENT_SITE', 1 );
              //define( 'BLOG_ID_CURRENT_SITE', 1 );




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Replace your current
                 .htaccess:
             RewriteEngine On
             RewriteBase /
             RewriteRule ^index.php$ - [L]
             # uploaded files
             RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
             RewriteCond %{REQUEST_FILENAME} -f [OR]
             RewriteCond %{REQUEST_FILENAME} -d
             RewriteRule ^ - [L]
             RewriteRule . index.php [L]



@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Add two
  folders
  to wp-content:
  BLOGS.DIR
  MU-PLUGINS


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Log back in.

                   That’s it! You’re all Multisite’d up.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
My Sites will include “Network Admin” for Super Admins
     Links to Dashboards of sites for which user is a subscriber


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Multisite User Roles
   • Super Admins: Can do everything across the entire network
   • Administrators: Masters of their own…websites, but can’t
   install themes or plugins. If Super Admins give them the option,
   they may be able to activate existing plugins and choose from
   given themes.
   • Subscribers: All users are automatically added as subscribers
   to the parent site, and can be subscribers to individual sites.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Theme “Network Enable”
      Plugin “Network Activate”
   Themes and Plugins can be installed on your Network…
   but not ACTIVE or ENABLED on an individual site.

   OR

   Network Enabled (themes)
   Network Activated (plugins)



@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
That’s WordPress.com.
    Let’s make it more efficient.
                 WordPress MU Domain Mapping

               WordPress MU Sitewide Tags/ Pages

                     WP MultiSite Replicator


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Recommended Plugins For Many Networks
 WordPress MU Domain Mapping
 http://wordpress.org/extend/plugins/wordpress- mu-domain-
 http://wordpress.org/extend/plugins/wordpress- mu - domain- mapping/
        wordpress.org/extend/plugins/wordpress
                                     top-
 (to give your child sites their own top- level domain)

 WordPress MU Sitewide Tags Pages
 http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/
 (to start the process of aggregating content to the parent site from within the
 network, like at wordpress.com/tags)

 WP MultiSite Replicator
 http://wpebooks.com/replicator/
 (to quickly replicate an existing, perhaps default, site within the network)

 Google Analytics Multisite Async
 http://wordpress.org/extend/plugins/google-analytics-multisite-async/


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Now let’s make money,
    and maybe protect content.

                       s2member

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
s2Member is a membership plugin that integrates incredibly
 well with Multisite.

 Use it to charge for access to your site, for access to your
 content, for the ability to create a site on your network.

 Or all three.

 One time payments.
 Trial memberships, then one time or recurring.
 Recurring memberships.
 All integrated with various payment gateways
 AND your WordPress user base.
         (read: no pay = no play)


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
We’re making money.
    Now let’s build community.

                     BuddyPress.
     (and really you should do that the other way around)


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
BuddyPress allows you to create a social network with your
 WordPress installation. It can be used with or without Multisite.

 Coupled with Multisite (with or without s2Member), your NICHE
 network of websites can have their own social networks, and
 also participate in the larger network of your ENTIRE Multisite
 network.

 Imagine:

 •A campus wide social network for your university, school or
 college.
 •An internal communication tool for your company.
 •A niche social network for your interest topic.
 •A focused social network for your new product.
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Hey! It must be the money!
             No, it’s not.

              Sensei.
       BuddyPress Courseware.
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Education is undergoing a revolution as students turn more
 and more to the web as a resource for learning that is pacing
 with today’s technologies and quickly changing world. Printed
 textbooks – not so much.

 Multisite in the education sector, combined with these
 learning management systems allow educators to begin
 moving their curriculum online and offering it to a greater
 number of students at once.

 Hint: it’s not just for K-12 and colleges. Everyone can teach
 something.

 Sensei – WooThemes.com (very user friendly, not as big as BC)
 BuddyPress Courseware (in Repo, hugely powerful, originally made for
 universities)

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
She ain’t nothing
                but a golddigger.

                     MarketPress.

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
MarketPress is a free ecommerce platform that works on
 Multisite installations. It is available in the WordPress repo.

 Used most simply with S2Member, offer one membership
 which does not include an ecommerce store, and one that
 does.

 MarketPress also has a PRO version which allows you to take a
 percentage of the sales made from the stores on your
 network, and provides a series of tools (widgets, tags, scripts)
 for displaying featured items, categories, etc… from across
 your network on your parent site.

 Other WordPress e-commerce solutions work on Multisite, too. The
 “take a cut of the sales” feature? I think is specific to MarketPress.

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Other Plugins I’ve Mentioned…

 s2Member
 BuddyPress
 Sensei
 BuddyPress Courseware
 MarketPress




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
TO LEARN MORE…

 http://codex.wordpress.org/Create_A_Network

 http://wpebooks.com/

 @andrea_r      taught me everything I know about Multisite

 @ipstenu | Mika
 @cgrymala | Curtis
 @markjaquith | Mark

 Come to WordCamp Columbus.

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com

More Related Content

PPT
WordPress Multisite at WordCamp Columbus by Angie Meeker
PDF
Dissecting WordPress Themes and Page Templates, WordPress Columbus Meetup
PPT
Columbus and the WordPress Community
PPT
WordPress Child Themes
PPTX
SoCal WordPress Meetup - iWeb to WordPress aka WP99
KEY
WordPress Developers Israel Meetup #1
PPTX
Social Media + WordPress - SoCal WP Meetup
PDF
Alice Phieu - WordPress For Beginners
WordPress Multisite at WordCamp Columbus by Angie Meeker
Dissecting WordPress Themes and Page Templates, WordPress Columbus Meetup
Columbus and the WordPress Community
WordPress Child Themes
SoCal WordPress Meetup - iWeb to WordPress aka WP99
WordPress Developers Israel Meetup #1
Social Media + WordPress - SoCal WP Meetup
Alice Phieu - WordPress For Beginners

What's hot (20)

ODP
How to in WPMU: Building a blog directory & Domain Mapping
PPTX
WordPress 3.4 Preview
PPT
Wordpress Beyond A Blog Word Camp Toronto08
KEY
WordPress - Open Source Overview Presentation
PPT
WordPress Complete Tutorial
PPTX
Wordpress for Beginners: 10 Must Knows
KEY
CSI: WordPress -- Getting Into the Guts
PPTX
WordPress for Beginners
PPTX
Introduction To Wordpress
PDF
Intro to Wordpress
PPTX
The Way to Theme Enlightenment
PPTX
Wordpress Intro
PPTX
Shortcodes vs Widgets: Which one and how?
PDF
What Is WordPress and Why Is Everyone Talking About It
PDF
What Is WordPress and Why Is Everyone Talking About It?
PPTX
Structured Data in WordPress
PDF
All Roads Lead to WordPress
PPTX
Introduction to WordPress
PDF
So i have a website now what?
KEY
What is WordPress and Why Is Everyone Talking About it
How to in WPMU: Building a blog directory & Domain Mapping
WordPress 3.4 Preview
Wordpress Beyond A Blog Word Camp Toronto08
WordPress - Open Source Overview Presentation
WordPress Complete Tutorial
Wordpress for Beginners: 10 Must Knows
CSI: WordPress -- Getting Into the Guts
WordPress for Beginners
Introduction To Wordpress
Intro to Wordpress
The Way to Theme Enlightenment
Wordpress Intro
Shortcodes vs Widgets: Which one and how?
What Is WordPress and Why Is Everyone Talking About It
What Is WordPress and Why Is Everyone Talking About It?
Structured Data in WordPress
All Roads Lead to WordPress
Introduction to WordPress
So i have a website now what?
What is WordPress and Why Is Everyone Talking About it
Ad

Viewers also liked (13)

PPTX
WordPress Multisite | WordPress Meetup Saint Petersburg, Russia 13 January 2017
KEY
WordPress Multisite General Overview
PPT
WordPress, WordPress Multisite y WordPress Multinetwork
PPT
8,000 Sites and Counting: Running a *Huge* WordPress Service
ODP
Top Plugins for WordPress multisite
PPTX
2014 WordCamp Austin: Do's and Don'ts of WordPress Multisite
PPT
WordPress Multisite
KEY
Understanding WordPress Multisite
PPTX
Optimize WordPress Like a Super Affiliate
PPTX
How To Effectively Train Autonomous Media Buyers
PPTX
Multisite core concepts final
PPTX
Managing Multisite: Lessons from a Large Network
KEY
Exploring WordPress Multisite
WordPress Multisite | WordPress Meetup Saint Petersburg, Russia 13 January 2017
WordPress Multisite General Overview
WordPress, WordPress Multisite y WordPress Multinetwork
8,000 Sites and Counting: Running a *Huge* WordPress Service
Top Plugins for WordPress multisite
2014 WordCamp Austin: Do's and Don'ts of WordPress Multisite
WordPress Multisite
Understanding WordPress Multisite
Optimize WordPress Like a Super Affiliate
How To Effectively Train Autonomous Media Buyers
Multisite core concepts final
Managing Multisite: Lessons from a Large Network
Exploring WordPress Multisite
Ad

Similar to Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress Columbus Meetup (20)

PPTX
An Introduction to Multisite - WordCamp Phoenix
PPTX
WordPress Multisite deck
PPTX
Worcamp2012 make a wordpress multisite in 20mins
PDF
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
PPTX
Ultimate Guide to WordPress Multisite
PPT
Emkane RCC wp qs
PDF
Making Multisite Work for You
PPTX
Multisite: Lessons I Learned the Hard Way
PPTX
Wp nhcc portfolio
PDF
Mul-ti-site!
ODP
Introduction to WordPress Multisite
ODP
Wcmtl andrear-domain-mapping
ODP
Domain mapping
PDF
WordPress Multisite
PDF
Starting up a cost free library portal for small-funded libraries
PPTX
Blackrock intro presentation
PDF
A Complete Guide To WordPress Multisite.pdf
PPTX
West HS WordPress Presentation 2016-11-04
PPTX
WordPress & Expired Domains: How To Do It Right!
DOC
How to : 10 easy steps on how to get a website
An Introduction to Multisite - WordCamp Phoenix
WordPress Multisite deck
Worcamp2012 make a wordpress multisite in 20mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Ultimate Guide to WordPress Multisite
Emkane RCC wp qs
Making Multisite Work for You
Multisite: Lessons I Learned the Hard Way
Wp nhcc portfolio
Mul-ti-site!
Introduction to WordPress Multisite
Wcmtl andrear-domain-mapping
Domain mapping
WordPress Multisite
Starting up a cost free library portal for small-funded libraries
Blackrock intro presentation
A Complete Guide To WordPress Multisite.pdf
West HS WordPress Presentation 2016-11-04
WordPress & Expired Domains: How To Do It Right!
How to : 10 easy steps on how to get a website

Recently uploaded (20)

PDF
Empathic Computing: Creating Shared Understanding
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
cuic standard and advanced reporting.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Cloud computing and distributed systems.
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
KodekX | Application Modernization Development
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPT
Teaching material agriculture food technology
Empathic Computing: Creating Shared Understanding
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Network Security Unit 5.pdf for BCA BBA.
Review of recent advances in non-invasive hemoglobin estimation
Spectral efficient network and resource selection model in 5G networks
Understanding_Digital_Forensics_Presentation.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
MYSQL Presentation for SQL database connectivity
cuic standard and advanced reporting.pdf
20250228 LYD VKU AI Blended-Learning.pptx
MIND Revenue Release Quarter 2 2025 Press Release
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Cloud computing and distributed systems.
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Spectroscopy.pptx food analysis technology
KodekX | Application Modernization Development
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Teaching material agriculture food technology

Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress Columbus Meetup

  • 1. EXTENDING WORDPRESS MULTISITE/ Creating a network of websites from one WordPress install that shares themes, plugins NETWORK and users… and then extending it. Perfect for entrepreneurs and startups. FOR FUN AND PROFIT @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 2. Why use don’ If you don’t need to do all three of these bullets, Multisite might not be the right use for your multisite? project. Sometimes category templates with a Role Mangement plugin like Role Scoper will do more simply what you might try to do with Multisite. •To create an unlimited number of sites with one WordPress installation •To share users, themes and plugins across those sites •To manage those sites within one Dashboard ALL THIS FROM ONE DATABASE @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 3. Examples WORDPRESS.COM http://www.wordpress.com of multisite BEST BUY http://stores.bestbuy.com/527/ in the wild BOWLING GREEN https://blogs.bgsu.edu/ YOUR CRIME SITE http://www.yourcrimesite.com @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 4. Before you start… Decide on your format Your child sites will either use subdomains: www.subdomain.yourdomain.com or folders (also called subdirectories or paths) www.yourdomain.com/yourfoldername If you want to use subdomains (which I do), your host must support the use of wildcard subdomains. (*.yourdomain.com) And, you’ll need to add a wildcard subdomain pointing to the folder of your installation. If they don’t, you have to use folders. If your original site is older than 30 days, the folder option will not be allowed (easily). @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 5. Before you start… get permission You’ll need to make edits to your wp-config and htaccess files, so be sure you can both see them and edit them. These are two single files located in the root of your WordPress installation. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 6. Backup.* *Really. Do it. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 7. Multisite is like your wife. She’s already in bed, you just have to turn her on. /* Multisite */ define('WP_ALLOW_MULTISITE', true); in wp-config.php before /* That's all stop editing */ @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 8. Log back in. Expand tools. Click on “Network Setup” @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 11. don’t copy from here this info is dynamically generated for YOUR site on that admin screen. Paste into your wp-config.php right under the other stuff: define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; //define( 'DOMAIN_CURRENT_SITE', 'example.com' ); //define( 'PATH_CURRENT_SITE', '/' ); //define( 'SITE_ID_CURRENT_SITE', 1 ); //define( 'BLOG_ID_CURRENT_SITE', 1 ); @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 12. Replace your current .htaccess: RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 13. Add two folders to wp-content: BLOGS.DIR MU-PLUGINS @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 14. Log back in. That’s it! You’re all Multisite’d up. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 15. My Sites will include “Network Admin” for Super Admins Links to Dashboards of sites for which user is a subscriber @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 16. Multisite User Roles • Super Admins: Can do everything across the entire network • Administrators: Masters of their own…websites, but can’t install themes or plugins. If Super Admins give them the option, they may be able to activate existing plugins and choose from given themes. • Subscribers: All users are automatically added as subscribers to the parent site, and can be subscribers to individual sites. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 17. Theme “Network Enable” Plugin “Network Activate” Themes and Plugins can be installed on your Network… but not ACTIVE or ENABLED on an individual site. OR Network Enabled (themes) Network Activated (plugins) @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 18. That’s WordPress.com. Let’s make it more efficient. WordPress MU Domain Mapping WordPress MU Sitewide Tags/ Pages WP MultiSite Replicator @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 19. Recommended Plugins For Many Networks WordPress MU Domain Mapping http://wordpress.org/extend/plugins/wordpress- mu-domain- http://wordpress.org/extend/plugins/wordpress- mu - domain- mapping/ wordpress.org/extend/plugins/wordpress top- (to give your child sites their own top- level domain) WordPress MU Sitewide Tags Pages http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/ (to start the process of aggregating content to the parent site from within the network, like at wordpress.com/tags) WP MultiSite Replicator http://wpebooks.com/replicator/ (to quickly replicate an existing, perhaps default, site within the network) Google Analytics Multisite Async http://wordpress.org/extend/plugins/google-analytics-multisite-async/ @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 20. Now let’s make money, and maybe protect content. s2member @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 21. s2Member is a membership plugin that integrates incredibly well with Multisite. Use it to charge for access to your site, for access to your content, for the ability to create a site on your network. Or all three. One time payments. Trial memberships, then one time or recurring. Recurring memberships. All integrated with various payment gateways AND your WordPress user base. (read: no pay = no play) @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 22. We’re making money. Now let’s build community. BuddyPress. (and really you should do that the other way around) @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 23. BuddyPress allows you to create a social network with your WordPress installation. It can be used with or without Multisite. Coupled with Multisite (with or without s2Member), your NICHE network of websites can have their own social networks, and also participate in the larger network of your ENTIRE Multisite network. Imagine: •A campus wide social network for your university, school or college. •An internal communication tool for your company. •A niche social network for your interest topic. •A focused social network for your new product. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 24. Hey! It must be the money! No, it’s not. Sensei. BuddyPress Courseware. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 25. Education is undergoing a revolution as students turn more and more to the web as a resource for learning that is pacing with today’s technologies and quickly changing world. Printed textbooks – not so much. Multisite in the education sector, combined with these learning management systems allow educators to begin moving their curriculum online and offering it to a greater number of students at once. Hint: it’s not just for K-12 and colleges. Everyone can teach something. Sensei – WooThemes.com (very user friendly, not as big as BC) BuddyPress Courseware (in Repo, hugely powerful, originally made for universities) @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 26. She ain’t nothing but a golddigger. MarketPress. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 27. MarketPress is a free ecommerce platform that works on Multisite installations. It is available in the WordPress repo. Used most simply with S2Member, offer one membership which does not include an ecommerce store, and one that does. MarketPress also has a PRO version which allows you to take a percentage of the sales made from the stores on your network, and provides a series of tools (widgets, tags, scripts) for displaying featured items, categories, etc… from across your network on your parent site. Other WordPress e-commerce solutions work on Multisite, too. The “take a cut of the sales” feature? I think is specific to MarketPress. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 28. Other Plugins I’ve Mentioned… s2Member BuddyPress Sensei BuddyPress Courseware MarketPress @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 29. TO LEARN MORE… http://codex.wordpress.org/Create_A_Network http://wpebooks.com/ @andrea_r taught me everything I know about Multisite @ipstenu | Mika @cgrymala | Curtis @markjaquith | Mark Come to WordCamp Columbus. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com