SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

Último

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 

Último (20)

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 

Destacado

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
 

Destacado (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

Notas del editor

  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