SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Gettin
g
TO GRIPS WITH
GENESIS
PRESENTATION BY DEE TEAL PRINCESS
                 -THE WEB
thewebprincess   #wcg
                 old
WHY




GENESI           WHAT
                           E SI
                         EN
                                  HOW

S   PREMIUM
                        G
                        S
     THEME
  FRAMEWORK
      FOR
  WORDPRESS




thewebprincess                    #wcg
                                  old
thewebprince   #wcg
ss             old
WHAT




FRAMEWO                      FOUNDATIO                         IT’S KINDA
   RK    CONTAINER               N                                LIKE
        Holding all the PHP,
  On which to                           for Easy, Efficient   Buildingsiteswith
      build      CSS & JS you’re likely Modular Theme               Lego
                        to need           Creation with
child themes for                         Security & SEO
  WordPress                                   Built in




   thewebprince                                                          #wcg
   ss                                                                    old
thewebprincess   #wcg
                 old
WHY




DEVPROCESS
  AN EVOLUTION




 thewebprincess   #wcg
                  old
WHY




DEVPROCESS
  AN EVOLUTION




 thewebprincess   #wcg
                  old
WHY




DEVPROCESS
  AN EVOLUTION




 thewebprincess   #wcg
                  old
WHY




DEVPROCESS
  AN EVOLUTION      CHILD
                   THEME
                  BASED ON
                      A




 thewebprincess      #wcg
                     old
thewebprincess   #wcg
                 old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
WHY




  ONE
THEME
  TORULE
   THEMALL




 thewebprincess   #wcg
                  old
thewebprincess   #wcg
                 old
HOW

                  studiopre
                  ss.com
                  $59.95US
     GET
    SOME
      GENESIS      Installit
                 Addachildtheme




thewebprincess                    #wcg
                                  old
thewebprincess   #wcg
                 old
HOW




   THELEGO
HOOKS, LINES
ANDACTIONSANDFILTERS
   SINKERS




 thewebprincess        #wcg
                       old
thewebprincess   #wcg
                 old
HOW                  HOOKS

                 1   code on which you can attach or detach
                     other code - (Essentially, the Lego bumps).




 LEGO,
      YES
BUT,STILLNOT
     EXACTLY
  CHILD’SPLAY




thewebprincess                                            #wcg
                                                          old
HOW                  HOOKS

                 1   code on which you can attach or detach
                     other code - (Essentially, the Lego bumps).




        2
                     ACTIONS
                     The instructions - (Essentially, the Lego
  LEGO,              directions)

        YES
BUT,STILLNOT
     EXACTLY
 CHILD’SPLAY




thewebprincess                                            #wcg
                                                          old
HOW                  HOOKS

                 1   code on which you can attach or detach
                     other code - (Essentially, the Lego bumps).




        2
                     ACTIONS
                     The instructions - (Essentially, the Lego
  LEGO,              directions)

        YES
BUT,STILLNOT
     EXACTLY         FUNCTIONS
 CHILD’SPLAY     3   The code that does stuff - (Essentially, the
                     Lego bricks)




thewebprincess                                             #wcg
                                                           old
HOW                  HOOKS

                 1   code on which you can attach or detach
                     other code - (Essentially, the Lego bumps).




        2
                     ACTIONS
                     The instructions - (Essentially, the Lego
  LEGO,              directions)

        YES
BUT,STILLNOT
     EXACTLY         FUNCTIONS
 CHILD’SPLAY     3   The code that does stuff - (Essentially, the
                     Lego bricks)


                     FILTERS


                 4
                     Functions that change other functions
                     (Essentially, code that says swap this brick
                     out, for that one before you complete that
                     action).
thewebprincess                                             #wcg
                                                           old
thewebprincess   #wcg
                 old
HOW
                    1. Remove navigation bar from
                    current position

PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION




 thewebprincess                                   #wcg
                                                  old
HOW
                    1. Remove navigation bar from
                    current position
                     action
PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION




 thewebprincess                                   #wcg
                                                  old
HOW
                    1. Remove navigation bar from
                    current position
                     action     hook
PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION




 thewebprincess                                   #wcg
                                                  old
HOW
                    1. Remove navigation bar from
                    current position
                     action     hook        function
PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION




 thewebprincess                                   #wcg
                                                  old
HOW
                    1. Remove navigation bar from
                    current position
                     action      hook         function
PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION          2. Relocate it to a new position
                    before the header
                  add_action('genesis_before_header',
                           'genesis_do_nav');



 thewebprincess                                        #wcg
                                                       old
HOW
                    1. Remove navigation bar from
                    current position
                     action      hook         function
PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION          2. Relocate it to a new position
                    before the header
                  add_action('genesis_before_header',
                           'genesis_do_nav');



 thewebprincess                                        #wcg
                                                       old
HOW
                    1. Remove navigation bar from
                    current position
                     action      hook         function
PRACTIC
      AL          remove_action('genesis_after_header',
                          'genesis_do_nav');
  MAGIC
MOVINGTHE
NAVIGATION          2. Relocate it to a new position
                    before the header
                  add_action('genesis_before_header',
                           'genesis_do_nav');



 thewebprincess                                        #wcg
                                                       old
thewebprincess   #wcg
                 old
HOW


                   INSTALL GENESIS




WHERETONEXT?


  thewebprincess                     #wcg
                                     old
HOW


                     INSTALL GENESIS
                   FIND THE SIMPLE
                      PLUGINS

WHERETONEXT?


  thewebprincess                       #wcg
                                       old
HOW


                     INSTALL GENESIS
                   FIND THE SIMPLE
                      PLUGINS
               GET
WHERETONEXT?RESOURCED


  thewebprincess                       #wcg
                                       old
HOW


                      INSTALL GENESIS
                    FIND THE SIMPLE
                       PLUGINS
                  GET
WHERETONEXT?RESOURCED
           EXPERIMENT AND LEARN




   thewebprincess                       #wcg
                                        old
HOW


                          INSTALL GENESIS
                       FIND THE SIMPLE
                          PLUGINS
                  GET
WHERETONEXT?RESOURCED
           EXPERIMENT AND LEARN
                    GET EXCITED AND MAKE THINGS




   thewebprincess                           #wcg
                                            old
thewebprincess   #wcg
                 old
QA     PUT YOUR
       QUESTIONS
thewebprincess
                 &   #wcg
                     old
thewebprincess   #wcg
                 old
THAN
          KS
                  FOR YOUR
                 ATTENTION
                              JOIN ME

                        thewebprincess
                             .com
                      facebook.com/
                      thewebprincess

thewebprincess                  #wcg
                                old

Weitere ähnliche Inhalte

Kürzlich hochgeladen

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Kürzlich hochgeladen (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

Empfohlen

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Empfohlen (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

Getting to Grips with Genesis by Dee Teal

  • 1.
  • 2. Gettin g TO GRIPS WITH GENESIS PRESENTATION BY DEE TEAL PRINCESS -THE WEB
  • 3. thewebprincess #wcg old
  • 4. WHY GENESI WHAT E SI EN HOW S PREMIUM G S THEME FRAMEWORK FOR WORDPRESS thewebprincess #wcg old
  • 5. thewebprince #wcg ss old
  • 6. WHAT FRAMEWO FOUNDATIO IT’S KINDA RK CONTAINER N LIKE Holding all the PHP, On which to for Easy, Efficient Buildingsiteswith build CSS & JS you’re likely Modular Theme Lego to need Creation with child themes for Security & SEO WordPress Built in thewebprince #wcg ss old
  • 7. thewebprincess #wcg old
  • 8. WHY DEVPROCESS AN EVOLUTION thewebprincess #wcg old
  • 9. WHY DEVPROCESS AN EVOLUTION thewebprincess #wcg old
  • 10. WHY DEVPROCESS AN EVOLUTION thewebprincess #wcg old
  • 11. WHY DEVPROCESS AN EVOLUTION CHILD THEME BASED ON A thewebprincess #wcg old
  • 12. thewebprincess #wcg old
  • 13. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 14. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 15. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 16. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 17. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 18. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 19. WHY ONE THEME TORULE THEMALL thewebprincess #wcg old
  • 20. thewebprincess #wcg old
  • 21. HOW studiopre ss.com $59.95US GET SOME GENESIS Installit Addachildtheme thewebprincess #wcg old
  • 22. thewebprincess #wcg old
  • 23. HOW THELEGO HOOKS, LINES ANDACTIONSANDFILTERS SINKERS thewebprincess #wcg old
  • 24. thewebprincess #wcg old
  • 25. HOW HOOKS 1 code on which you can attach or detach other code - (Essentially, the Lego bumps). LEGO, YES BUT,STILLNOT EXACTLY CHILD’SPLAY thewebprincess #wcg old
  • 26. HOW HOOKS 1 code on which you can attach or detach other code - (Essentially, the Lego bumps). 2 ACTIONS The instructions - (Essentially, the Lego LEGO, directions) YES BUT,STILLNOT EXACTLY CHILD’SPLAY thewebprincess #wcg old
  • 27. HOW HOOKS 1 code on which you can attach or detach other code - (Essentially, the Lego bumps). 2 ACTIONS The instructions - (Essentially, the Lego LEGO, directions) YES BUT,STILLNOT EXACTLY FUNCTIONS CHILD’SPLAY 3 The code that does stuff - (Essentially, the Lego bricks) thewebprincess #wcg old
  • 28. HOW HOOKS 1 code on which you can attach or detach other code - (Essentially, the Lego bumps). 2 ACTIONS The instructions - (Essentially, the Lego LEGO, directions) YES BUT,STILLNOT EXACTLY FUNCTIONS CHILD’SPLAY 3 The code that does stuff - (Essentially, the Lego bricks) FILTERS 4 Functions that change other functions (Essentially, code that says swap this brick out, for that one before you complete that action). thewebprincess #wcg old
  • 29. thewebprincess #wcg old
  • 30. HOW 1. Remove navigation bar from current position PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION thewebprincess #wcg old
  • 31. HOW 1. Remove navigation bar from current position action PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION thewebprincess #wcg old
  • 32. HOW 1. Remove navigation bar from current position action hook PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION thewebprincess #wcg old
  • 33. HOW 1. Remove navigation bar from current position action hook function PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION thewebprincess #wcg old
  • 34. HOW 1. Remove navigation bar from current position action hook function PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION 2. Relocate it to a new position before the header add_action('genesis_before_header', 'genesis_do_nav'); thewebprincess #wcg old
  • 35. HOW 1. Remove navigation bar from current position action hook function PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION 2. Relocate it to a new position before the header add_action('genesis_before_header', 'genesis_do_nav'); thewebprincess #wcg old
  • 36. HOW 1. Remove navigation bar from current position action hook function PRACTIC AL remove_action('genesis_after_header', 'genesis_do_nav'); MAGIC MOVINGTHE NAVIGATION 2. Relocate it to a new position before the header add_action('genesis_before_header', 'genesis_do_nav'); thewebprincess #wcg old
  • 37. thewebprincess #wcg old
  • 38. HOW INSTALL GENESIS WHERETONEXT? thewebprincess #wcg old
  • 39. HOW INSTALL GENESIS FIND THE SIMPLE PLUGINS WHERETONEXT? thewebprincess #wcg old
  • 40. HOW INSTALL GENESIS FIND THE SIMPLE PLUGINS GET WHERETONEXT?RESOURCED thewebprincess #wcg old
  • 41. HOW INSTALL GENESIS FIND THE SIMPLE PLUGINS GET WHERETONEXT?RESOURCED EXPERIMENT AND LEARN thewebprincess #wcg old
  • 42. HOW INSTALL GENESIS FIND THE SIMPLE PLUGINS GET WHERETONEXT?RESOURCED EXPERIMENT AND LEARN GET EXCITED AND MAKE THINGS thewebprincess #wcg old
  • 43. thewebprincess #wcg old
  • 44. QA PUT YOUR QUESTIONS thewebprincess & #wcg old
  • 45. thewebprincess #wcg old
  • 46. THAN KS FOR YOUR ATTENTION JOIN ME thewebprincess .com facebook.com/ thewebprincess thewebprincess #wcg old

Hinweis der Redaktion

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. Genesis is in effect, a premium theme developed by Studiopress.\n
  9. Genesis is in effect, a premium theme developed by Studiopress.\n
  10. Genesis is in effect, a premium theme developed by Studiopress.\n
  11. Genesis is in effect, a premium theme developed by Studiopress.\n
  12. Genesis is in effect, a premium theme developed by Studiopress.\n
  13. Genesis is in effect, a premium theme developed by Studiopress.\n
  14. Genesis is in effect, a premium theme developed by Studiopress.\n
  15. Genesis is in effect, a premium theme developed by Studiopress.\n
  16. Genesis is in effect, a premium theme developed by Studiopress.\n
  17. Genesis is in effect, a premium theme developed by Studiopress.\n
  18. Genesis is in effect, a premium theme developed by Studiopress.\n
  19. Genesis is in effect, a premium theme developed by Studiopress.\n
  20. Genesis is in effect, a premium theme developed by Studiopress.\n
  21. Genesis is in effect, a premium theme developed by Studiopress.\n
  22. Genesis is in effect, a premium theme developed by Studiopress.\n
  23. Genesis is in effect, a premium theme developed by Studiopress.\n
  24. Genesis is in effect, a premium theme developed by Studiopress.\n
  25. Genesis is in effect, a premium theme developed by Studiopress.\n
  26. Genesis is in effect, a premium theme developed by Studiopress.\n
  27. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  28. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  29. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  30. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  31. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  32. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  33. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  34. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  35. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  36. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  37. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  38. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  39. Distinction between WooThemes/Elegant Themes as parents and Genesis/Thesis/Thematic themes as parents\n\n1.A CHILD THEME\nRequires a parent theme from which to inherit its functionality and base appearance.\n2. PRESERVES THE PARENT\nSo that in the event of updates, all of the changes and mods you have made remain untouched. \n3. CREATING CHILD THEMES IS EASY\nIt really isn’t any harder than creating a directory and adding a style sheet.\n4. TYPES OF PARENTS\nAny WordPress theme can be a parent, not every parent is a framework. \n\nYou can build themes faster, customising is easy\nGenesis has built in SEO\nIt is built with security in mind\nGenesis Framework updates don’t interfere with your theme\nCustom widget and layout options are built in\nGreat support network\n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  65. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  66. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  67. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  68. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  69. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  70. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  71. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  72. Exit Slideshow - Demonstrate Genesis Back end and operations on the local site.\n\nReturn to slide show after tour of Genesis to discuss \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n
  79. \n
  80. \n
  81. \n
  82. \n
  83. \n
  84. \n
  85. \n
  86. \n
  87. \n
  88. \n
  89. \n
  90. \n
  91. \n
  92. \n
  93. \n
  94. Return to Local Site to demonstrate the hooks and actions in action\n
  95. Return to Local Site to demonstrate the hooks and actions in action\n
  96. Return to Local Site to demonstrate the hooks and actions in action\n
  97. Return to Local Site to demonstrate the hooks and actions in action\n
  98. Return to Local Site to demonstrate the hooks and actions in action\n
  99. Return to Local Site to demonstrate the hooks and actions in action\n
  100. Return to Local Site to demonstrate the hooks and actions in action\n
  101. Return to Local Site to demonstrate the hooks and actions in action\n
  102. Return to Local Site to demonstrate the hooks and actions in action\n
  103. Return to Local Site to demonstrate the hooks and actions in action\n
  104. Return to Local Site to demonstrate the hooks and actions in action\n
  105. Return to Local Site to demonstrate the hooks and actions in action\n
  106. Return to Local Site to demonstrate the hooks and actions in action\n
  107. Return to Local Site to demonstrate the hooks and actions in action\n
  108. Return to Local Site to demonstrate the hooks and actions in action\n
  109. Return to Local Site to demonstrate the hooks and actions in action\n
  110. Return to Local Site to demonstrate the hooks and actions in action\n
  111. Return to Local Site to demonstrate the hooks and actions in action\n
  112. \n
  113. \n
  114. \n
  115. \n
  116. \n
  117. \n
  118. \n
  119. \n
  120. \n
  121. \n
  122. \n
  123. \n
  124. \n
  125. \n
  126. \n
  127. \n
  128. \n
  129. \n
  130. \n
  131. \n
  132. \n
  133. \n
  134. \n
  135. \n