SlideShare a Scribd company logo
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

More Related Content

Recently uploaded

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 

Recently uploaded (20)

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 

Featured

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
ThinkNow
 
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
marketingartwork
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
Skeleton Technologies
 
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
Neil 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 2024
Albert 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 Insights
Kurio // 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 2024
Search 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 summary
SpeakerHub
 
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 Intent
Lily Ray
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
Rajiv Jayarajah, MAppComm, ACC
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit 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 management
MindGenius
 
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 Work
GetSmarter
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
Alireza Esmikhani
 

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

Editor's Notes

  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