SlideShare uma empresa Scribd logo
1 de 36
Baixar para ler offline
Branching Out with WordPress
Multisite and BuddyPress
by Melodie Laylor
WordCamp Raleigh, November 23, 2013

Saturday, November 23, 13
A Little About Melodie
✤

From Hampton, VA

✤

Worked with WordPress for 6-1/2 yrs

✤

Organizer of WordPress Hampton Roads Meetup

✤

Freelance web designer

✤

Myself and husband are rebranding as PajamaWeb

Saturday, November 23, 13
Connect with Melodie
✤

e-mail:
melodie@pajamaweb.com

✤

Websites:
http://www.melodielaylor.com
http://www.pajamaweb.com

✤

Twitter:
@melodielaylor

Saturday, November 23, 13
Why I Chose This Topic
✤

I’m migrating a blog and social network to WordPress/BuddyPress for a large
non-profit organization
✤

Original site is a custom-coded CMS

✤

Original developer moved on, was only programmer involved

Saturday, November 23, 13
Why I Chose This Topic
✤

I’m creating a new multisite for a business networking organization with
BuddyPress
✤

Different chapters in different cities need their own sites

✤

Want to build an online community of businesspersons

Saturday, November 23, 13
Why I Chose This Topic
✤

BuddyPress - Not very much documentation in Codex

✤

BuddyPress - Many if not most articles online are old (circa 2009-2010)

✤

BuddyPress and Multisite often used together

✤

Wish to add to the discourse
✤

Saturday, November 23, 13

Share insights gathered, lessons learned on this head-first journey
WordPress Multisite

Saturday, November 23, 13
What is WordPress
Multisite?
✤

A network of sites

✤

These sites all stem from a single
WordPress install

✤

It’s a mode in WordPress enabled via
a code snippet

✤

Real-life example: WordPress.com is a
GINORMOUS multisite

Saturday, November 23, 13
What’s Multisite
Good For?
✤

A blog network

✤

Multiple sites by a single owner - to
consolidate maintenance

✤

Businesses or organizations with
multiple locations or chapters that
need their own sites under a parent
umbrella

Saturday, November 23, 13
What WordPress
Multisite is NOT:

✤

Web hosting
(because it’s not)

Saturday, November 23, 13
Multisite Considerations
✤

Single database for network

✤

Shared user base (all users in all subsites are listed in primary site)

✤

Shared themes - all installed and can only be modified at primary site

✤

Shared plugins - all installed at primary site
✤

Network activate - plugin is activated in all sites

✤

Or not - listed in subsite dashboards and can be activate on a site-by-site basis

Saturday, November 23, 13
Multisite Considerations
✤

The owner of the network is a Super Admin - “god” of all sites on the network

✤

Subsite owners are admins of their respective sites

✤

Allow users to register and create their own sites, or manually assign users and
create additional sites

✤

Create multiple networks stemming from the primary one (via a plugin:
http://wordpress.org/plugins/wp-multi-network/

✤

Subsites can have their own unique domains via the Domain Mapping Plugin:
http://wordpress.org/plugins/wordpress-mu-domain-mapping/

Saturday, November 23, 13
Multisite Caveats
✤

Users on subsites cannot install plugins or themes

✤

Users on subsites cannot edit the themes available
✤

BUT, there are plugins to allow adding custom CSS

✤

Edit theme at network level, it changes across the network in all
sites using it

✤

Installed themes are available to all sites

✤

Plugins not network activated will be visible and selectable to all
sites

Saturday, November 23, 13
Multisite Caveats
✤

Content is NOT shared; what’s published on one site is unique
to that site

✤

If you have more than a handful of subsites or lots of traffic on
the network, shared hosting will not be adequate
✤

Managed hosting

✤

VPS

✤

Dedicated - $$$$

✤

Cloud (AWS) - advanced option

Saturday, November 23, 13
Multisite Caveats
✤

Exporting from multisite to standalone WP site - less
straightforward
✤

Remember themes and plugins are installed at the top of
the network, so if a single user if migrating, they don’t
have access to their theme and plugins unless the super
admin provides copies

✤

Posts, pages and corresponding media can be exported
from the dashboard and imported into the new WP install

✤

Backup Buddy (premium plugin) is supposed to export
from multisite/import to standalone WP, iThemes still
declares this an experimental function

Saturday, November 23, 13
Multisite Caveats

✤

Last but not least, these considerations and
caveats create greater responsibility as an
admin

Saturday, November 23, 13
Enough already,
let’s enable
multisite!

Saturday, November 23, 13
✤

If you’re not starting from a clean WP install, BACKUP your DB and files!

✤

Enable pretty or canonical permalinks

✤

Add this line to wp-config.php:
define( 'WP_ALLOW_MULTISITE', true );
above the line
/* That’s all, stop editing! Happy blogging. */

✤

Refresh dashboard, go to Tools --> Network Setup
and choose subdomains or subdirectories
NOTE: CHOOSE WISELY, YOU CANNOT CHANGE
THIS LATER

✤

Fill in your Network Details and click Install

✤

Add lines to wp-config.php and .htaccess as provided

Saturday, November 23, 13
For More Information on Multisite:

✤

Codex article: http://codex.wordpress.org/Create_A_Network

✤

Codex article: http://codex.wordpress.org/Before_You_Create_A_Network

✤

Mika Epstein’s WCSF 2013 presentation:
http://wordpress.tv/2013/08/01/mika-epstein-dont-use-wordpress-multisite/

Saturday, November 23, 13
Saturday, November 23, 13
What is
BuddyPress?
✤

A Plugin:
http://wordpress.org/plugins/
buddypress/

✤

Turns a WordPress site into a
social network; “social networking in
a box”

✤

Use it to build an online community

Saturday, November 23, 13
What’s BuddyPress
Good For?

✤

Building a niche community
online; i.e. a social network
built around a special interest

Saturday, November 23, 13
What BuddyPress
is NOT:

✤

The next Facebook
(because it’s not)

Saturday, November 23, 13
BuddyPress Features/Functions
✤

Member profiles

✤

Notifications

✤

Activity streams

✤

Groups

✤

Extended Profiles

✤

Forums (add plugin bbPress)

✤

Friend connections

✤

Global content tracking (multisite)

✤

Private messaging

Saturday, November 23, 13
BuddyPress Features/Functions

✤

Does NOT require Multisite, though they are often used together

✤

Now compatible with nearly all WordPress themes (as of version 1.7)

Saturday, November 23, 13
BuddyPressConsiderations

✤

Requires pretty or canonical permalinks

✤

BP does not work when WP is installed in its own directory (run from www root directory but
files located in another)

✤

Use with multisite so users can create their own sites/blogs

Saturday, November 23, 13
Buddypress
Caveats
✤

BuddyPress extended profiles (Xprofiles) and
user profiles metadata are not linked

✤

User documentation (the Codex) is rather
scanty
✤

Saturday, November 23, 13

small team working on BuddyPress core
dedicated to improving BP itself
For More Information on BuddyPress:
✤

Download BuddyPress: http://wordpress.org/plugins/buddypress/

✤

Official BP website: http://www.buddypress.org

✤

BP Codex: http://codex.buddypress.org

✤

WPMUdev BP manual: http://premium.wpmudev.org/manuals/thebuddypress-manual-2/

✤

bbPress: http://www.bbpress.org

Saturday, November 23, 13
Site Examples

Saturday, November 23, 13
Multisite Live Examples
✤

http://www.wordpress.com

✤

Georgia State University - http://www.gsu.edu

✤

BBC America - http://www.bbcamerica.com

✤

Spotted By Locals - http://www.spottedbylocals.com

✤

University of Mary Washington - http://www.umw.edu

✤

Edublogs - http://www.edublogs.com

Saturday, November 23, 13
BuddyPress Live Examples

✤

Tasty Kitchen - http://www.tastykitchen.com

✤

Bitsy - http://www.bitsythis.com

✤

Enterprise Nation - https://www.enterprisenation.com/

✤

CUNY Academic Commons - http://commons.gc.cuny.edu/

Saturday, November 23, 13
My Projects (Under Construction #1)
✤

A standalone WP site w/BuddyPress:
✤

✤

Guest bloggers

✤

✤

Social network/user community

Video section (using CPTs/taxonomies)

Important plugins:
✤

Buddypress Xprofile Custom Fields Type http://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/

✤

Commons In A Box - http://commonsinabox.org

Saturday, November 23, 13
My Projects (Under Construction #2)
✤

WP multisite w/BuddyPress
✤

Organization with chapters opening in different cities

✤

Each city has it’s own site, site owner/admin
✤

✤

Site owners can blog their own events, get their own members to sign up

Paid memberships
✤

Saturday, November 23, 13

members directory - of businesses local to chapters
My Projects (Under Construction #2)
✤

BuddyPress - goal is to build free community of users - maybe

✤

Important Plugins:
✤

Paid Memberships Pro - http://www.paidmembershipspro.com

✤

Business Directory Plugin - http://businessdirectoryplugin.com

✤

bbPress - maybe (http://bbpress.org)
✤

✤

Saturday, November 23, 13

Included in Commons in a Box

BuddyPress Toolbar - http://wordpress.org/plugins/buddypress-toolbar
I hope you enjoyed this presentation.
Thank You!
Saturday, November 23, 13
Questions anyone?

Saturday, November 23, 13

Mais conteúdo relacionado

Mais procurados

Wcmtl top-10-multisite
Wcmtl top-10-multisiteWcmtl top-10-multisite
Wcmtl top-10-multisiteAndrea Rennick
 
NJSL Staff Development Day
NJSL Staff Development DayNJSL Staff Development Day
NJSL Staff Development DayJanie Hermann
 
WordCamp Birmingham 2015 - Theme building tricks of the trade
WordCamp Birmingham 2015 - Theme building tricks of the tradeWordCamp Birmingham 2015 - Theme building tricks of the trade
WordCamp Birmingham 2015 - Theme building tricks of the tradeJonny Allbut
 
ClassicPress / WordPress
ClassicPress / WordPressClassicPress / WordPress
ClassicPress / WordPressbtopro
 
EdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cmsEdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cmsBryan Ollendyke
 
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion HostingWPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion HostingJohnPaulBriones
 
Media Asset Management
Media Asset ManagementMedia Asset Management
Media Asset Managementpixelpogo
 
Drupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen ThemeDrupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen Themeinfowonders
 
Wordpress As Cms (WordCamp Ireland Talk)
Wordpress As Cms (WordCamp Ireland Talk)Wordpress As Cms (WordCamp Ireland Talk)
Wordpress As Cms (WordCamp Ireland Talk)Frank Prendergast
 
iPhone offline webapps
iPhone offline webappsiPhone offline webapps
iPhone offline webappsHome
 
Spank Swimming A web comparison
Spank Swimming A web comparisonSpank Swimming A web comparison
Spank Swimming A web comparison13pommersheima
 
WordCamp Bournemouth 2014 - Designing with data in WordPress
WordCamp Bournemouth 2014 - Designing with data in WordPressWordCamp Bournemouth 2014 - Designing with data in WordPress
WordCamp Bournemouth 2014 - Designing with data in WordPressJonny Allbut
 
Timeless - Websocket on Rails
Timeless - Websocket on RailsTimeless - Websocket on Rails
Timeless - Websocket on RailsFramgia Vietnam
 
Arunmanikumar Document 14 Days
Arunmanikumar Document 14 DaysArunmanikumar Document 14 Days
Arunmanikumar Document 14 DaysHome
 
WordCamp Birmingham 2015 - Theme building workshop
WordCamp Birmingham 2015 - Theme building workshopWordCamp Birmingham 2015 - Theme building workshop
WordCamp Birmingham 2015 - Theme building workshopJonny Allbut
 
Rapid WordPress theme development
Rapid WordPress theme developmentRapid WordPress theme development
Rapid WordPress theme developmentJonny Allbut
 
Buying Domain Names / Selecting Hosting / WordPress .ORG vs .COM
Buying Domain Names / Selecting Hosting / WordPress .ORG vs .COMBuying Domain Names / Selecting Hosting / WordPress .ORG vs .COM
Buying Domain Names / Selecting Hosting / WordPress .ORG vs .COMDavid Bisset
 

Mais procurados (20)

Getting Started: The Installation
Getting Started: The InstallationGetting Started: The Installation
Getting Started: The Installation
 
Wcmtl top-10-multisite
Wcmtl top-10-multisiteWcmtl top-10-multisite
Wcmtl top-10-multisite
 
NJSL Staff Development Day
NJSL Staff Development DayNJSL Staff Development Day
NJSL Staff Development Day
 
WordCamp Birmingham 2015 - Theme building tricks of the trade
WordCamp Birmingham 2015 - Theme building tricks of the tradeWordCamp Birmingham 2015 - Theme building tricks of the trade
WordCamp Birmingham 2015 - Theme building tricks of the trade
 
ClassicPress / WordPress
ClassicPress / WordPressClassicPress / WordPress
ClassicPress / WordPress
 
EdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cmsEdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cms
 
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion HostingWPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
WPCampus Presentation - WordPress Troubleshooting Techniques | InMotion Hosting
 
Media Asset Management
Media Asset ManagementMedia Asset Management
Media Asset Management
 
Drupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen ThemeDrupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen Theme
 
Wordpress As Cms (WordCamp Ireland Talk)
Wordpress As Cms (WordCamp Ireland Talk)Wordpress As Cms (WordCamp Ireland Talk)
Wordpress As Cms (WordCamp Ireland Talk)
 
iPhone offline webapps
iPhone offline webappsiPhone offline webapps
iPhone offline webapps
 
Spank Swimming A web comparison
Spank Swimming A web comparisonSpank Swimming A web comparison
Spank Swimming A web comparison
 
Joomla Manual in Compatible with XAMPP
Joomla Manual in Compatible with XAMPPJoomla Manual in Compatible with XAMPP
Joomla Manual in Compatible with XAMPP
 
WordCamp Bournemouth 2014 - Designing with data in WordPress
WordCamp Bournemouth 2014 - Designing with data in WordPressWordCamp Bournemouth 2014 - Designing with data in WordPress
WordCamp Bournemouth 2014 - Designing with data in WordPress
 
Timeless - Websocket on Rails
Timeless - Websocket on RailsTimeless - Websocket on Rails
Timeless - Websocket on Rails
 
Arunmanikumar Document 14 Days
Arunmanikumar Document 14 DaysArunmanikumar Document 14 Days
Arunmanikumar Document 14 Days
 
Beginners Guide to Drupal
Beginners Guide to DrupalBeginners Guide to Drupal
Beginners Guide to Drupal
 
WordCamp Birmingham 2015 - Theme building workshop
WordCamp Birmingham 2015 - Theme building workshopWordCamp Birmingham 2015 - Theme building workshop
WordCamp Birmingham 2015 - Theme building workshop
 
Rapid WordPress theme development
Rapid WordPress theme developmentRapid WordPress theme development
Rapid WordPress theme development
 
Buying Domain Names / Selecting Hosting / WordPress .ORG vs .COM
Buying Domain Names / Selecting Hosting / WordPress .ORG vs .COMBuying Domain Names / Selecting Hosting / WordPress .ORG vs .COM
Buying Domain Names / Selecting Hosting / WordPress .ORG vs .COM
 

Semelhante a Word camp raleigh presentation 11 23-13

WordPress 3.0 and BuddyPress
WordPress 3.0 and BuddyPressWordPress 3.0 and BuddyPress
WordPress 3.0 and BuddyPressrfair404
 
Top Plugins for WordPress multisite
Top Plugins for WordPress multisiteTop Plugins for WordPress multisite
Top Plugins for WordPress multisiteAndrea Rennick
 
WP-CLI - Super Admin Tips and Tricks
WP-CLI - Super Admin Tips and TricksWP-CLI - Super Admin Tips and Tricks
WP-CLI - Super Admin Tips and TricksJonathan Perlman
 
Word press multisite network how to install & setup it
Word press multisite network how to install & setup itWord press multisite network how to install & setup it
Word press multisite network how to install & setup itTemok IT Services
 
WordPress Multisite deck
WordPress Multisite deckWordPress Multisite deck
WordPress Multisite deckbelsien
 
Wordcampuk 09 (wordcampuk)
Wordcampuk 09 (wordcampuk)Wordcampuk 09 (wordcampuk)
Wordcampuk 09 (wordcampuk)Nick Garner
 
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORKHOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORKGeorge Bikas
 
WordPress As A Blogging Tool
WordPress As A Blogging ToolWordPress As A Blogging Tool
WordPress As A Blogging ToolLester Chan
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedNile Flores
 
WordPress MU 101
WordPress MU 101WordPress MU 101
WordPress MU 101Pete Mall
 
Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008Brendan Sera-Shriar
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedNile Flores
 
Responsible [digital] Home Ownership
Responsible [digital] Home OwnershipResponsible [digital] Home Ownership
Responsible [digital] Home OwnershipDenise (Dee) Teal
 
Rapid WordPress Theme Development
Rapid WordPress Theme DevelopmentRapid WordPress Theme Development
Rapid WordPress Theme DevelopmentJosh Williams
 

Semelhante a Word camp raleigh presentation 11 23-13 (20)

WordPress 3.0 and BuddyPress
WordPress 3.0 and BuddyPressWordPress 3.0 and BuddyPress
WordPress 3.0 and BuddyPress
 
WordPress Multisite
WordPress MultisiteWordPress Multisite
WordPress Multisite
 
wordcampUK SEO tools & plugins
wordcampUK SEO tools & pluginswordcampUK SEO tools & plugins
wordcampUK SEO tools & plugins
 
Top Plugins for WordPress multisite
Top Plugins for WordPress multisiteTop Plugins for WordPress multisite
Top Plugins for WordPress multisite
 
Savannah
SavannahSavannah
Savannah
 
WP-CLI - Super Admin Tips and Tricks
WP-CLI - Super Admin Tips and TricksWP-CLI - Super Admin Tips and Tricks
WP-CLI - Super Admin Tips and Tricks
 
Word press multisite network how to install & setup it
Word press multisite network how to install & setup itWord press multisite network how to install & setup it
Word press multisite network how to install & setup it
 
WordPress Multisite deck
WordPress Multisite deckWordPress Multisite deck
WordPress Multisite deck
 
Wordcampuk 09 (wordcampuk)
Wordcampuk 09 (wordcampuk)Wordcampuk 09 (wordcampuk)
Wordcampuk 09 (wordcampuk)
 
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORKHOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
HOW TO INSTALL AND SETUP WORDPRESS MULTISITE NETWORK
 
WordPress As A Blogging Tool
WordPress As A Blogging ToolWordPress As A Blogging Tool
WordPress As A Blogging Tool
 
Meet The Family
Meet The FamilyMeet The Family
Meet The Family
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website Speed
 
WordPress MU 101
WordPress MU 101WordPress MU 101
WordPress MU 101
 
Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website Speed
 
Responsible [digital] Home Ownership
Responsible [digital] Home OwnershipResponsible [digital] Home Ownership
Responsible [digital] Home Ownership
 
WP-Ultimo Guide
WP-Ultimo GuideWP-Ultimo Guide
WP-Ultimo Guide
 
Rapid WordPress Theme Development
Rapid WordPress Theme DevelopmentRapid WordPress Theme Development
Rapid WordPress Theme Development
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 

Último

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

Último (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

Word camp raleigh presentation 11 23-13

  • 1. Branching Out with WordPress Multisite and BuddyPress by Melodie Laylor WordCamp Raleigh, November 23, 2013 Saturday, November 23, 13
  • 2. A Little About Melodie ✤ From Hampton, VA ✤ Worked with WordPress for 6-1/2 yrs ✤ Organizer of WordPress Hampton Roads Meetup ✤ Freelance web designer ✤ Myself and husband are rebranding as PajamaWeb Saturday, November 23, 13
  • 4. Why I Chose This Topic ✤ I’m migrating a blog and social network to WordPress/BuddyPress for a large non-profit organization ✤ Original site is a custom-coded CMS ✤ Original developer moved on, was only programmer involved Saturday, November 23, 13
  • 5. Why I Chose This Topic ✤ I’m creating a new multisite for a business networking organization with BuddyPress ✤ Different chapters in different cities need their own sites ✤ Want to build an online community of businesspersons Saturday, November 23, 13
  • 6. Why I Chose This Topic ✤ BuddyPress - Not very much documentation in Codex ✤ BuddyPress - Many if not most articles online are old (circa 2009-2010) ✤ BuddyPress and Multisite often used together ✤ Wish to add to the discourse ✤ Saturday, November 23, 13 Share insights gathered, lessons learned on this head-first journey
  • 8. What is WordPress Multisite? ✤ A network of sites ✤ These sites all stem from a single WordPress install ✤ It’s a mode in WordPress enabled via a code snippet ✤ Real-life example: WordPress.com is a GINORMOUS multisite Saturday, November 23, 13
  • 9. What’s Multisite Good For? ✤ A blog network ✤ Multiple sites by a single owner - to consolidate maintenance ✤ Businesses or organizations with multiple locations or chapters that need their own sites under a parent umbrella Saturday, November 23, 13
  • 10. What WordPress Multisite is NOT: ✤ Web hosting (because it’s not) Saturday, November 23, 13
  • 11. Multisite Considerations ✤ Single database for network ✤ Shared user base (all users in all subsites are listed in primary site) ✤ Shared themes - all installed and can only be modified at primary site ✤ Shared plugins - all installed at primary site ✤ Network activate - plugin is activated in all sites ✤ Or not - listed in subsite dashboards and can be activate on a site-by-site basis Saturday, November 23, 13
  • 12. Multisite Considerations ✤ The owner of the network is a Super Admin - “god” of all sites on the network ✤ Subsite owners are admins of their respective sites ✤ Allow users to register and create their own sites, or manually assign users and create additional sites ✤ Create multiple networks stemming from the primary one (via a plugin: http://wordpress.org/plugins/wp-multi-network/ ✤ Subsites can have their own unique domains via the Domain Mapping Plugin: http://wordpress.org/plugins/wordpress-mu-domain-mapping/ Saturday, November 23, 13
  • 13. Multisite Caveats ✤ Users on subsites cannot install plugins or themes ✤ Users on subsites cannot edit the themes available ✤ BUT, there are plugins to allow adding custom CSS ✤ Edit theme at network level, it changes across the network in all sites using it ✤ Installed themes are available to all sites ✤ Plugins not network activated will be visible and selectable to all sites Saturday, November 23, 13
  • 14. Multisite Caveats ✤ Content is NOT shared; what’s published on one site is unique to that site ✤ If you have more than a handful of subsites or lots of traffic on the network, shared hosting will not be adequate ✤ Managed hosting ✤ VPS ✤ Dedicated - $$$$ ✤ Cloud (AWS) - advanced option Saturday, November 23, 13
  • 15. Multisite Caveats ✤ Exporting from multisite to standalone WP site - less straightforward ✤ Remember themes and plugins are installed at the top of the network, so if a single user if migrating, they don’t have access to their theme and plugins unless the super admin provides copies ✤ Posts, pages and corresponding media can be exported from the dashboard and imported into the new WP install ✤ Backup Buddy (premium plugin) is supposed to export from multisite/import to standalone WP, iThemes still declares this an experimental function Saturday, November 23, 13
  • 16. Multisite Caveats ✤ Last but not least, these considerations and caveats create greater responsibility as an admin Saturday, November 23, 13
  • 18. ✤ If you’re not starting from a clean WP install, BACKUP your DB and files! ✤ Enable pretty or canonical permalinks ✤ Add this line to wp-config.php: define( 'WP_ALLOW_MULTISITE', true ); above the line /* That’s all, stop editing! Happy blogging. */ ✤ Refresh dashboard, go to Tools --> Network Setup and choose subdomains or subdirectories NOTE: CHOOSE WISELY, YOU CANNOT CHANGE THIS LATER ✤ Fill in your Network Details and click Install ✤ Add lines to wp-config.php and .htaccess as provided Saturday, November 23, 13
  • 19. For More Information on Multisite: ✤ Codex article: http://codex.wordpress.org/Create_A_Network ✤ Codex article: http://codex.wordpress.org/Before_You_Create_A_Network ✤ Mika Epstein’s WCSF 2013 presentation: http://wordpress.tv/2013/08/01/mika-epstein-dont-use-wordpress-multisite/ Saturday, November 23, 13
  • 21. What is BuddyPress? ✤ A Plugin: http://wordpress.org/plugins/ buddypress/ ✤ Turns a WordPress site into a social network; “social networking in a box” ✤ Use it to build an online community Saturday, November 23, 13
  • 22. What’s BuddyPress Good For? ✤ Building a niche community online; i.e. a social network built around a special interest Saturday, November 23, 13
  • 23. What BuddyPress is NOT: ✤ The next Facebook (because it’s not) Saturday, November 23, 13
  • 24. BuddyPress Features/Functions ✤ Member profiles ✤ Notifications ✤ Activity streams ✤ Groups ✤ Extended Profiles ✤ Forums (add plugin bbPress) ✤ Friend connections ✤ Global content tracking (multisite) ✤ Private messaging Saturday, November 23, 13
  • 25. BuddyPress Features/Functions ✤ Does NOT require Multisite, though they are often used together ✤ Now compatible with nearly all WordPress themes (as of version 1.7) Saturday, November 23, 13
  • 26. BuddyPressConsiderations ✤ Requires pretty or canonical permalinks ✤ BP does not work when WP is installed in its own directory (run from www root directory but files located in another) ✤ Use with multisite so users can create their own sites/blogs Saturday, November 23, 13
  • 27. Buddypress Caveats ✤ BuddyPress extended profiles (Xprofiles) and user profiles metadata are not linked ✤ User documentation (the Codex) is rather scanty ✤ Saturday, November 23, 13 small team working on BuddyPress core dedicated to improving BP itself
  • 28. For More Information on BuddyPress: ✤ Download BuddyPress: http://wordpress.org/plugins/buddypress/ ✤ Official BP website: http://www.buddypress.org ✤ BP Codex: http://codex.buddypress.org ✤ WPMUdev BP manual: http://premium.wpmudev.org/manuals/thebuddypress-manual-2/ ✤ bbPress: http://www.bbpress.org Saturday, November 23, 13
  • 30. Multisite Live Examples ✤ http://www.wordpress.com ✤ Georgia State University - http://www.gsu.edu ✤ BBC America - http://www.bbcamerica.com ✤ Spotted By Locals - http://www.spottedbylocals.com ✤ University of Mary Washington - http://www.umw.edu ✤ Edublogs - http://www.edublogs.com Saturday, November 23, 13
  • 31. BuddyPress Live Examples ✤ Tasty Kitchen - http://www.tastykitchen.com ✤ Bitsy - http://www.bitsythis.com ✤ Enterprise Nation - https://www.enterprisenation.com/ ✤ CUNY Academic Commons - http://commons.gc.cuny.edu/ Saturday, November 23, 13
  • 32. My Projects (Under Construction #1) ✤ A standalone WP site w/BuddyPress: ✤ ✤ Guest bloggers ✤ ✤ Social network/user community Video section (using CPTs/taxonomies) Important plugins: ✤ Buddypress Xprofile Custom Fields Type http://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ ✤ Commons In A Box - http://commonsinabox.org Saturday, November 23, 13
  • 33. My Projects (Under Construction #2) ✤ WP multisite w/BuddyPress ✤ Organization with chapters opening in different cities ✤ Each city has it’s own site, site owner/admin ✤ ✤ Site owners can blog their own events, get their own members to sign up Paid memberships ✤ Saturday, November 23, 13 members directory - of businesses local to chapters
  • 34. My Projects (Under Construction #2) ✤ BuddyPress - goal is to build free community of users - maybe ✤ Important Plugins: ✤ Paid Memberships Pro - http://www.paidmembershipspro.com ✤ Business Directory Plugin - http://businessdirectoryplugin.com ✤ bbPress - maybe (http://bbpress.org) ✤ ✤ Saturday, November 23, 13 Included in Commons in a Box BuddyPress Toolbar - http://wordpress.org/plugins/buddypress-toolbar
  • 35. I hope you enjoyed this presentation. Thank You! Saturday, November 23, 13