SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Starting wordpress
Wordpress Overview
Wordpress is an open-source and free Web publishing application, content management
system (CMS) and blogging tool built by a community of developers and contributors.
WordPress allows users to build dynamic websites and blogs that may be updated,
customized and managed from its back-end CMS and integrated application and
components.
Wordpress Theme
1. A WordPress theme is a set of files that determine the look and feel of your WordPress-
powered website.
2. Themes include information about the general layout of the site, and other content such
as graphics, header, footer and logo.
3. Select your theme at ThemeForest.net or create your own
What is Next ?
Use Plugins to Add Functionalities
1. Plugin is a collection of code files that adds one or more features to your web site.
2. WordPress has a database of over 26,000 plugin
What is Hooks ?
A Hook is a generic term in WordPress that refers to places where you can add your own
code or change what WordPress is doing or outputting by default.
Action : triggered at specific time when WordPress is running and lets you take an action.
Filter : it is sent to the database or the browser
Syntax => add_action ( 'hook_name', 'your_function_name', [priority], [accepted_args] );
add_filter ( 'hook_name', 'your_filter', [priority], [accepted_args] );
Theme Development
WordPress Themes typically consist of three main types of files
The stylesheet called style.css, which controls the presentation .
WordPress template files which control the way the site pages generate the
information from your WordPress database to be displayed on the site.
The optional functions file (functions.php) as part of the WordPress Theme
files.
Child Theme
There are a few reasons why you would want to use a child theme:
If you modify a theme directly and it is updated, then your modifications may be lost. By
using a child theme you will ensure that your modifications are preserved.
Using a child theme can speed up development time.
Using a child theme is a great way to learn about WordPress theme development.
Resource
https://codex.wordpress.org
Thank you for listening !

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (19)

Wordpress
WordpressWordpress
Wordpress
 
Ithemes presentation
Ithemes presentationIthemes presentation
Ithemes presentation
 
Moving from WordPress.com to WordPress.org
Moving from WordPress.com to WordPress.orgMoving from WordPress.com to WordPress.org
Moving from WordPress.com to WordPress.org
 
Wordpress 101 - The Basics by Jack Davenport
Wordpress 101 - The Basics by Jack DavenportWordpress 101 - The Basics by Jack Davenport
Wordpress 101 - The Basics by Jack Davenport
 
WordPress As A Blogging Tool
WordPress As A Blogging ToolWordPress As A Blogging Tool
WordPress As A Blogging Tool
 
UCBCHL - Guide to creating your online presence with Wordpress
UCBCHL - Guide to creating your online presence with Wordpress UCBCHL - Guide to creating your online presence with Wordpress
UCBCHL - Guide to creating your online presence with Wordpress
 
Getting Started With WordPress Development
Getting Started With WordPress DevelopmentGetting Started With WordPress Development
Getting Started With WordPress Development
 
Introduction to WordPress
Introduction to WordPress Introduction to WordPress
Introduction to WordPress
 
Best practice for WordPress theme building - WordPress North East June 2021
Best practice for WordPress theme building - WordPress North East June 2021Best practice for WordPress theme building - WordPress North East June 2021
Best practice for WordPress theme building - WordPress North East June 2021
 
wordpress
wordpresswordpress
wordpress
 
Wordpress Setup Basics for Dummies by Haneef Puttur
Wordpress Setup Basics for Dummies by Haneef PutturWordpress Setup Basics for Dummies by Haneef Puttur
Wordpress Setup Basics for Dummies by Haneef Puttur
 
Word Press And Blogging
Word Press And BloggingWord Press And Blogging
Word Press And Blogging
 
Wordpress Installation in CPANEL for Dummies
Wordpress Installation in CPANEL for DummiesWordpress Installation in CPANEL for Dummies
Wordpress Installation in CPANEL for Dummies
 
An Analysis Of Practical wordpress Programs
An Analysis Of Practical wordpress ProgramsAn Analysis Of Practical wordpress Programs
An Analysis Of Practical wordpress Programs
 
Wordpress Installation in Local machine for Dummies By Haneef Puttur
Wordpress Installation in Local machine for Dummies  By Haneef PutturWordpress Installation in Local machine for Dummies  By Haneef Puttur
Wordpress Installation in Local machine for Dummies By Haneef Puttur
 
Wp Tech
Wp TechWp Tech
Wp Tech
 
Installation of wordpress
Installation of wordpressInstallation of wordpress
Installation of wordpress
 
Exploring the WordPress Dashboard and How to Pick & Install Plugins
Exploring the WordPress Dashboard and How to Pick & Install PluginsExploring the WordPress Dashboard and How to Pick & Install Plugins
Exploring the WordPress Dashboard and How to Pick & Install Plugins
 
What is a theme
What is a themeWhat is a theme
What is a theme
 

Andere mochten auch

Szakdolgozat
SzakdolgozatSzakdolgozat
Szakdolgozat
Kucul
 

Andere mochten auch (17)

Call sheet
Call sheetCall sheet
Call sheet
 
Competences sylvain allard
Competences sylvain allardCompetences sylvain allard
Competences sylvain allard
 
Materi 6 aect
Materi 6 aectMateri 6 aect
Materi 6 aect
 
Workers And Their Workplaces
Workers And Their WorkplacesWorkers And Their Workplaces
Workers And Their Workplaces
 
Representation
RepresentationRepresentation
Representation
 
gestao_financeira
 gestao_financeira gestao_financeira
gestao_financeira
 
Certificates
CertificatesCertificates
Certificates
 
InfographicResume
InfographicResumeInfographicResume
InfographicResume
 
Work
WorkWork
Work
 
Herramientas de google
Herramientas de googleHerramientas de google
Herramientas de google
 
Szakdolgozat
SzakdolgozatSzakdolgozat
Szakdolgozat
 
Photovoice Villaverde project: a Participatory Action Research project to stu...
Photovoice Villaverde project: a Participatory Action Research project to stu...Photovoice Villaverde project: a Participatory Action Research project to stu...
Photovoice Villaverde project: a Participatory Action Research project to stu...
 
Article Writeup
Article WriteupArticle Writeup
Article Writeup
 
vedes
vedesvedes
vedes
 
Strategic Elements Of Capacity Development
Strategic Elements Of Capacity DevelopmentStrategic Elements Of Capacity Development
Strategic Elements Of Capacity Development
 
Historiografi
HistoriografiHistoriografi
Historiografi
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning Tutorial
 

Ähnlich wie Starting wordpress

Introduction wordpress
Introduction wordpressIntroduction wordpress
Introduction wordpress
Hall_
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPress
Jignasa Naik
 
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
Simplilearn
 

Ähnlich wie Starting wordpress (20)

Basic word press
Basic word pressBasic word press
Basic word press
 
WordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media InstituteWordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media Institute
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 
How to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy StepsHow to Create WordPress Website in Easy Steps
How to Create WordPress Website in Easy Steps
 
Introduction wordpress
Introduction wordpressIntroduction wordpress
Introduction wordpress
 
advance theme development
advance theme developmentadvance theme development
advance theme development
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPress
 
Kick start your career with wordpress
Kick start your career with wordpressKick start your career with wordpress
Kick start your career with wordpress
 
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
 
SynapseIndia wordpress installation training module
SynapseIndia wordpress installation training moduleSynapseIndia wordpress installation training module
SynapseIndia wordpress installation training module
 
Getting to Know WordPress May 2015
Getting to Know WordPress May 2015Getting to Know WordPress May 2015
Getting to Know WordPress May 2015
 
Wordpress
WordpressWordpress
Wordpress
 
WordPress Installation Tutorial - How to Install WordPress manually
WordPress Installation Tutorial - How to Install WordPress manuallyWordPress Installation Tutorial - How to Install WordPress manually
WordPress Installation Tutorial - How to Install WordPress manually
 
Wordpress Tech Talk at Atlogys
Wordpress Tech Talk at AtlogysWordpress Tech Talk at Atlogys
Wordpress Tech Talk at Atlogys
 
Wordpress Tech Talk
Wordpress Tech Talk Wordpress Tech Talk
Wordpress Tech Talk
 
WordPress Theming 101
WordPress Theming 101WordPress Theming 101
WordPress Theming 101
 
Word press 01
Word press 01Word press 01
Word press 01
 
Open Source CMS
Open Source CMSOpen Source CMS
Open Source CMS
 
What is wordpress
What is wordpressWhat is wordpress
What is wordpress
 
Complete word press explained guide for beginners 2022
 Complete word press explained guide for beginners 2022 Complete word press explained guide for beginners 2022
Complete word press explained guide for beginners 2022
 

Kürzlich hochgeladen

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Krashi Coaching
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Kürzlich hochgeladen (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

Starting wordpress

  • 2. Wordpress Overview Wordpress is an open-source and free Web publishing application, content management system (CMS) and blogging tool built by a community of developers and contributors. WordPress allows users to build dynamic websites and blogs that may be updated, customized and managed from its back-end CMS and integrated application and components.
  • 3. Wordpress Theme 1. A WordPress theme is a set of files that determine the look and feel of your WordPress- powered website. 2. Themes include information about the general layout of the site, and other content such as graphics, header, footer and logo. 3. Select your theme at ThemeForest.net or create your own
  • 5. Use Plugins to Add Functionalities 1. Plugin is a collection of code files that adds one or more features to your web site. 2. WordPress has a database of over 26,000 plugin
  • 6. What is Hooks ? A Hook is a generic term in WordPress that refers to places where you can add your own code or change what WordPress is doing or outputting by default. Action : triggered at specific time when WordPress is running and lets you take an action. Filter : it is sent to the database or the browser Syntax => add_action ( 'hook_name', 'your_function_name', [priority], [accepted_args] ); add_filter ( 'hook_name', 'your_filter', [priority], [accepted_args] );
  • 7. Theme Development WordPress Themes typically consist of three main types of files The stylesheet called style.css, which controls the presentation . WordPress template files which control the way the site pages generate the information from your WordPress database to be displayed on the site. The optional functions file (functions.php) as part of the WordPress Theme files.
  • 8. Child Theme There are a few reasons why you would want to use a child theme: If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved. Using a child theme can speed up development time. Using a child theme is a great way to learn about WordPress theme development.
  • 10. Thank you for listening !