SlideShare una empresa de Scribd logo
1 de 31
WordPress: More Than Just Blogs



Paul Mueller (UserAid)
www.useraid.com
@Paul_UserAid
Why WordPress?

 Free content management system
 Many free sources of plugins (added features)
 Easy to customize and maintain
 Good SEO support
 Automated content listing, sorting, categorizing
 Allow users to comment/augment content




2   © 2011-2013 UserAid, all rights reserved.
What Will We Talk About?

 Sample WordPress Sites
 Setting up WordPress
 Understanding user access
 Common elements: themes, plugins, widgets
 Adding features (custom code)
 Resources to see and use




3   © 2011-2013 UserAid, all rights reserved.
WordPress Samples - Blog

 Part of Epiphany (www.epiphanyinc.net/newsandnotes)

                                                 Main site uses
                                                 custom php




4   © 2011-2013 UserAid, all rights reserved.
WordPress Samples - Blog

 Part of Epiphany (www.epiphanyinc.net/newsandnotes)

                                                 Blog is in
                                                 WordPress and
                                                 matches the
                                                 design of the
                                                 main site




5   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 STC Houston (www.stc-houston.org)

                                                Whole site is in
                                                WordPress
                                                and can use
                                                blog elements
                                                throughout the
                                                design




6   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 Data Dynamics (www.datadynamicsinc.com)

                                                Whole site can
                                                use purchased
                                                themes to
                                                implement
                                                design




7   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 Cutting Room Salon (www.cuttingroomsalon.com)

                                                Whole site can
                                                have custom
                                                design to
                                                match your
                                                brand




8   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Whole Site

 Paul for STC Vice President (www.stc-paulmueller.com)

                                                You can
                                                quickly create
                                                personal web
                                                sites




9   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Support & More

 SmartVault Support (smartvault.com/support)

                                                 Integrated
                                                 main site,
                                                 support center,
                                                 learning center,
                                                 knowledge
                                                 base, help, &
                                                 more




10   © 2011-2013 UserAid, all rights reserved.
WordPress Samples – Social Network

 metroPUP (www.metropup.us)

                                                 Facebook for
                                                 dogs & owners




11   © 2011-2013 UserAid, all rights reserved.
WordPress Is Flexible



You can do anything you want…


              once you know the basics




12   © 2011-2013 UserAid, all rights reserved.
Setting Up WordPress

 Use WP provider, such as wpengine.com

 --- OR ---
 Use your ISP automated install

     --- OR ---
 Create database (MySQL)
 Copy WordPress files into place
 Edit wp-config.php file for database connection info
 Open /wp-admin (displays login page)



13     © 2011-2013 UserAid, all rights reserved.
Working with WordPress

 Open           /wp-admin (log in)




14   © 2011-2013 UserAid, all rights reserved.
Understanding User Access

 Administrator
 Editor
 Author
 Contributor
 Subscriber




 Can customize the permissions model



15   © 2011-2013 UserAid, all rights reserved.
Common Elements




 “But I don’t see <?php ?> in the periodic table.”
Common Elements
Pages & Posts
 Pages – Fixed (fairly static) content
 Posts – Fluid, periodic content
 Other types of content? (can create custom types)




17   © 2011-2013 UserAid, all rights reserved.
Common Elements
Themes
 Define the overall appearance (look & feel)
 Get a free theme
 Buy a theme you like
 Use a framework theme, such as Thesis or Genesys
 Use child themes (some call them skins)




18   © 2011-2013 UserAid, all rights reserved.
Common Elements
Plugins
 Many Sites
     − Akismet (spam comment protection)
     − Google XML Sitemaps (SEO support)
     − WP-DB-Backup (database backup)
     − Simple Mail Address Encoder (protect email addr from spiders)
     − Easy Fancybox (DIV for links - images/iframes/swf)
     − AddThis Social Bookmarking (help people share your content)
 Extras
     −   Gravity Forms (manage forms and related response data)
     −   Blog in Blog (custom pages listing some posts per categories)
     −   Mingle (social networking)
     −   oQey Gallery OR PhotoSmash (photos & slideshows)
     −   PHP Execution (custom content on pages – be careful!)
     −   WP125 (advertising management)
     −   …the list is endless…
19    © 2011-2013 UserAid, all rights reserved.
Common Elements
Widgets
 Modules in sidebars are called widgets
 Plug-ins can provide widgets
 Standard modules
   − Archives: Months, Authors, Categories
   − Popular Posts (Popular Posts plugin)
   − Recent Posts
   − Recent Comments
   − Twitter Feed
 Text – anything you want
   − Links
   − Sponsors (STC Houston – uses JavaScript)
   − Events (Google calendar)

20   © 2011-2013 UserAid, all rights reserved.
Common Elements
Widgets
 Widget areas can be included anywhere on a page




21   © 2011-2013 UserAid, all rights reserved.
Common Elements
Widgets
 Widgets define the sidebar for this page




22   © 2011-2013 UserAid, all rights reserved.
Common Elements
Menus
 Easy UI to create lists of links
 Can be navigation menus
 Can be lists in other parts of page




23   © 2011-2013 UserAid, all rights reserved.
Adding Features (Custom Code)
Adding Features
Lightbox, Fancybox
 Lightbox to display full-sized graphics
 Fancybox to display graphics, iframe, video, swf




25   © 2011-2013 UserAid, all rights reserved.
Adding Features
Fancybox Example
<html><head><script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.
4/jquery.min.js"></script>
<script type="text/javascript"
src="fancybox/jquery.fancybox-
1.3.4.pack.js"></script>
<link rel="stylesheet"
href="fancybox/jquery.fancybox-1.3.4.css"
type="text/css" media="screen" /></head>
<body>
<a class="iframe" href="http://www.google.com">Open
iframe</a>
</body></html>

26   © 2011-2013 UserAid, all rights reserved.
Resources
Resources

w3schools.com provides tutorials & reference info




28   © 2011-2013 UserAid, all rights reserved.
Resources

dynamicdrive.com provides samples and code




29   © 2011-2013 UserAid, all rights reserved.
Resources

msdn.microsoft.com provides reference & samples




30   © 2011-2013 UserAid, all rights reserved.
Thank You

Más contenido relacionado

Similar a WordPress: More Than Blogs

Drupal8 corporate training in Hyderabad
Drupal8 corporate training in HyderabadDrupal8 corporate training in Hyderabad
Drupal8 corporate training in Hyderabadphp2ranjan
 
Part1 learn thelingo
Part1 learn thelingoPart1 learn thelingo
Part1 learn thelingoTaneya Koonce
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Jamie Oastler
 
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...Angela Meeker
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPressLumosTech
 
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...Paul Hibbitts
 
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...Eric Sembrat
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentationerlee72
 
Content Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressContent Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressShahadat Hossain Manik
 
Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Ebizon
 
Drupal vs. the Others
Drupal vs. the OthersDrupal vs. the Others
Drupal vs. the Othersdrupalcampest
 
Drupal vs. the Others
Drupal vs. the OthersDrupal vs. the Others
Drupal vs. the OthersExove
 
WordPress Multisite - A Whole New Web World
WordPress Multisite - A Whole New Web WorldWordPress Multisite - A Whole New Web World
WordPress Multisite - A Whole New Web WorldJeff VanDrimmelen
 
UNSW Blogs - Under the Dashboard
UNSW Blogs - Under the DashboardUNSW Blogs - Under the Dashboard
UNSW Blogs - Under the DashboardJo Kay
 

Similar a WordPress: More Than Blogs (20)

Drupal8 corporate training in Hyderabad
Drupal8 corporate training in HyderabadDrupal8 corporate training in Hyderabad
Drupal8 corporate training in Hyderabad
 
Part1 learn thelingo
Part1 learn thelingoPart1 learn thelingo
Part1 learn thelingo
 
WordPress vs Joomla vs Drupal
WordPress vs Joomla vs DrupalWordPress vs Joomla vs Drupal
WordPress vs Joomla vs Drupal
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
Extending WordPress Multisite for Fun and Profit by Angie Meeker at WordPress...
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
WordPress in Higher Ed - Designing a Multi-device WordPress Course Site: A Ca...
 
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
 
Basic word press
Basic word pressBasic word press
Basic word press
 
Rwd wp-8-14-2012
Rwd wp-8-14-2012Rwd wp-8-14-2012
Rwd wp-8-14-2012
 
Wordpress podcamp2011
Wordpress podcamp2011Wordpress podcamp2011
Wordpress podcamp2011
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentation
 
Finalwordpress
FinalwordpressFinalwordpress
Finalwordpress
 
Content Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressContent Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPress
 
Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal
 
Drupal vs. the Others
Drupal vs. the OthersDrupal vs. the Others
Drupal vs. the Others
 
Drupal vs. the Others
Drupal vs. the OthersDrupal vs. the Others
Drupal vs. the Others
 
WordPress Multisite - A Whole New Web World
WordPress Multisite - A Whole New Web WorldWordPress Multisite - A Whole New Web World
WordPress Multisite - A Whole New Web World
 
UNSW Blogs - Under the Dashboard
UNSW Blogs - Under the DashboardUNSW Blogs - Under the Dashboard
UNSW Blogs - Under the Dashboard
 

Más de Paul Mueller

60th Anniversary Party
60th Anniversary Party60th Anniversary Party
60th Anniversary PartyPaul Mueller
 
STC Summit 2013 Speaker Orientation
STC Summit 2013 Speaker OrientationSTC Summit 2013 Speaker Orientation
STC Summit 2013 Speaker OrientationPaul Mueller
 
Interviewing and Hiring: Both Sides of the Process
Interviewing and Hiring: Both Sides of the ProcessInterviewing and Hiring: Both Sides of the Process
Interviewing and Hiring: Both Sides of the ProcessPaul Mueller
 
STC Summit Program Selection
STC Summit Program SelectionSTC Summit Program Selection
STC Summit Program SelectionPaul Mueller
 
Building and Managing a Successful Team
Building and Managing a Successful TeamBuilding and Managing a Successful Team
Building and Managing a Successful TeamPaul Mueller
 
Speaker Orientation 2012
Speaker Orientation 2012Speaker Orientation 2012
Speaker Orientation 2012Paul Mueller
 

Más de Paul Mueller (6)

60th Anniversary Party
60th Anniversary Party60th Anniversary Party
60th Anniversary Party
 
STC Summit 2013 Speaker Orientation
STC Summit 2013 Speaker OrientationSTC Summit 2013 Speaker Orientation
STC Summit 2013 Speaker Orientation
 
Interviewing and Hiring: Both Sides of the Process
Interviewing and Hiring: Both Sides of the ProcessInterviewing and Hiring: Both Sides of the Process
Interviewing and Hiring: Both Sides of the Process
 
STC Summit Program Selection
STC Summit Program SelectionSTC Summit Program Selection
STC Summit Program Selection
 
Building and Managing a Successful Team
Building and Managing a Successful TeamBuilding and Managing a Successful Team
Building and Managing a Successful Team
 
Speaker Orientation 2012
Speaker Orientation 2012Speaker Orientation 2012
Speaker Orientation 2012
 

Último

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 

Último (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

WordPress: More Than Blogs

  • 1. WordPress: More Than Just Blogs Paul Mueller (UserAid) www.useraid.com @Paul_UserAid
  • 2. Why WordPress?  Free content management system  Many free sources of plugins (added features)  Easy to customize and maintain  Good SEO support  Automated content listing, sorting, categorizing  Allow users to comment/augment content 2 © 2011-2013 UserAid, all rights reserved.
  • 3. What Will We Talk About?  Sample WordPress Sites  Setting up WordPress  Understanding user access  Common elements: themes, plugins, widgets  Adding features (custom code)  Resources to see and use 3 © 2011-2013 UserAid, all rights reserved.
  • 4. WordPress Samples - Blog  Part of Epiphany (www.epiphanyinc.net/newsandnotes) Main site uses custom php 4 © 2011-2013 UserAid, all rights reserved.
  • 5. WordPress Samples - Blog  Part of Epiphany (www.epiphanyinc.net/newsandnotes) Blog is in WordPress and matches the design of the main site 5 © 2011-2013 UserAid, all rights reserved.
  • 6. WordPress Samples – Whole Site  STC Houston (www.stc-houston.org) Whole site is in WordPress and can use blog elements throughout the design 6 © 2011-2013 UserAid, all rights reserved.
  • 7. WordPress Samples – Whole Site  Data Dynamics (www.datadynamicsinc.com) Whole site can use purchased themes to implement design 7 © 2011-2013 UserAid, all rights reserved.
  • 8. WordPress Samples – Whole Site  Cutting Room Salon (www.cuttingroomsalon.com) Whole site can have custom design to match your brand 8 © 2011-2013 UserAid, all rights reserved.
  • 9. WordPress Samples – Whole Site  Paul for STC Vice President (www.stc-paulmueller.com) You can quickly create personal web sites 9 © 2011-2013 UserAid, all rights reserved.
  • 10. WordPress Samples – Support & More  SmartVault Support (smartvault.com/support) Integrated main site, support center, learning center, knowledge base, help, & more 10 © 2011-2013 UserAid, all rights reserved.
  • 11. WordPress Samples – Social Network  metroPUP (www.metropup.us) Facebook for dogs & owners 11 © 2011-2013 UserAid, all rights reserved.
  • 12. WordPress Is Flexible You can do anything you want… once you know the basics 12 © 2011-2013 UserAid, all rights reserved.
  • 13. Setting Up WordPress  Use WP provider, such as wpengine.com --- OR ---  Use your ISP automated install --- OR ---  Create database (MySQL)  Copy WordPress files into place  Edit wp-config.php file for database connection info  Open /wp-admin (displays login page) 13 © 2011-2013 UserAid, all rights reserved.
  • 14. Working with WordPress  Open /wp-admin (log in) 14 © 2011-2013 UserAid, all rights reserved.
  • 15. Understanding User Access  Administrator  Editor  Author  Contributor  Subscriber  Can customize the permissions model 15 © 2011-2013 UserAid, all rights reserved.
  • 16. Common Elements “But I don’t see <?php ?> in the periodic table.”
  • 17. Common Elements Pages & Posts  Pages – Fixed (fairly static) content  Posts – Fluid, periodic content  Other types of content? (can create custom types) 17 © 2011-2013 UserAid, all rights reserved.
  • 18. Common Elements Themes  Define the overall appearance (look & feel)  Get a free theme  Buy a theme you like  Use a framework theme, such as Thesis or Genesys  Use child themes (some call them skins) 18 © 2011-2013 UserAid, all rights reserved.
  • 19. Common Elements Plugins  Many Sites − Akismet (spam comment protection) − Google XML Sitemaps (SEO support) − WP-DB-Backup (database backup) − Simple Mail Address Encoder (protect email addr from spiders) − Easy Fancybox (DIV for links - images/iframes/swf) − AddThis Social Bookmarking (help people share your content)  Extras − Gravity Forms (manage forms and related response data) − Blog in Blog (custom pages listing some posts per categories) − Mingle (social networking) − oQey Gallery OR PhotoSmash (photos & slideshows) − PHP Execution (custom content on pages – be careful!) − WP125 (advertising management) − …the list is endless… 19 © 2011-2013 UserAid, all rights reserved.
  • 20. Common Elements Widgets  Modules in sidebars are called widgets  Plug-ins can provide widgets  Standard modules − Archives: Months, Authors, Categories − Popular Posts (Popular Posts plugin) − Recent Posts − Recent Comments − Twitter Feed  Text – anything you want − Links − Sponsors (STC Houston – uses JavaScript) − Events (Google calendar) 20 © 2011-2013 UserAid, all rights reserved.
  • 21. Common Elements Widgets  Widget areas can be included anywhere on a page 21 © 2011-2013 UserAid, all rights reserved.
  • 22. Common Elements Widgets  Widgets define the sidebar for this page 22 © 2011-2013 UserAid, all rights reserved.
  • 23. Common Elements Menus  Easy UI to create lists of links  Can be navigation menus  Can be lists in other parts of page 23 © 2011-2013 UserAid, all rights reserved.
  • 25. Adding Features Lightbox, Fancybox  Lightbox to display full-sized graphics  Fancybox to display graphics, iframe, video, swf 25 © 2011-2013 UserAid, all rights reserved.
  • 26. Adding Features Fancybox Example <html><head><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1. 4/jquery.min.js"></script> <script type="text/javascript" src="fancybox/jquery.fancybox- 1.3.4.pack.js"></script> <link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" /></head> <body> <a class="iframe" href="http://www.google.com">Open iframe</a> </body></html> 26 © 2011-2013 UserAid, all rights reserved.
  • 28. Resources w3schools.com provides tutorials & reference info 28 © 2011-2013 UserAid, all rights reserved.
  • 29. Resources dynamicdrive.com provides samples and code 29 © 2011-2013 UserAid, all rights reserved.
  • 30. Resources msdn.microsoft.com provides reference & samples 30 © 2011-2013 UserAid, all rights reserved.

Notas del editor

  1. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  2. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  3. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  4. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  5. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  6. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  7. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  8. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  9. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  10. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  11. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  12. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  13. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  14. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  15. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  16. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  17. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  18. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  19. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  20. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  21. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  22. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  23. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  24. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  25. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  26. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  27. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  28. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  29. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  30. Getting Started with Scripting © 2011 UserAid, all rights reserved.
  31. Getting Started with Scripting © 2011 UserAid, all rights reserved.