SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Downloaden Sie, um offline zu lesen
WORDPRESS
@nicolerosedion
YOUR QUESTIONS
Q: My group has a slideshow on the
website and we found one using a
plugin but the plugin has many
different external sheets. Is there a
simpler way to create a slideshow or
should we just keep it the way it is?
A: Just keep it the way it is, this is a
downside of WordPress, almost every
plugin you install often adds its own
Javascript and CSS files and these
add up fast. It is important remember
that if you edit or change a plugin you
can not updated it or you will loose all
your work.
•  Q: If I were to create a cheat sheet for
WordPress for things that I absolutely
must know and remember, what
would be on it? For example, if I were
to have a cheat sheet for coding, I
would have the different tags and
what they meant on it.
A: Wordpress is a very large and
complicated codebase, there are
latterly hundreds of functions and
methods that you have access to
while building your site. That said the
best cheat sheet is actually the codex
[http://codex.wordpress.org/] almost
everything has been laid out for you
in there.
A: CHEAT SHEET
•  Q: Are there ways to create PHPs ? Or
is all the coding found just on the
internet?
•  A: PHP files are text files that the
server recognizes and parses, they
can be created in any text editor.
They do require that the the very first
line before you add code use a ( <?
php ) this tells the server to parse this
section of code and replace it with
the desired result. At the end of the
code block you will need to close the
block with a ( ?> ) tag.
•  A: An example and exercise is to open a
text editor and create a new file and
copy this code into it:
<?php ! echo ‘Hello World’;! ?>
then save the document as hw.php upload
it to a server running php and then open
it up in a browser by going to http://
thewebsitename.com/hw.php.
•  Q: My footer is stuck at the top of my
pages, how do I fix it?
•  A: There are lots of ways but few
really work. Most Devs often figure
out with trial and error. You can
achieve this with jQuery, Css hacks,
Frameworks like Bootstrap &
Foundation (have built it methods).
There is no easy way, and often what
works for one site does not work on
another.
•  Q: How do I remove the "posted by
### at #:##" on all pages?
•  A: This is created by a template tag
http://codex.wordpress.org/
Template_Tags, to remove it you will
need to find it in the template and
delete it or comment it out. For this
particular one you would goto ->
index.php and in the loop look for
posted by <?php the_author(); ?> on
at <?php the_time() ?>
•  Q: How does CSS work with PHP?
Some styling that we (my group and
I) put in worked on the HTML, but
does not on PHP. For example, if we
want to style something specifically,
we would use and id, but what is the
equivalent of id in PHP?
•  A: CSS is specific to html (they are not the
same but complements of each other) and only
affects php after its parsed into an html output,
So there are no php equivalents. That said,
WordPress uses function calls (these are
prebuilt blocks of php that perform specific
functions) these functions do not aways work
with css called from the document but these
functions usually have the ability to supply an
argument that can include css id or class.
<?php the_title(‘<h1 class=“page-title”>’, </h2>’ , true) ?>!
•  Q: If I was to add media to my
website, how could I podcast it using
Wordpress?
•  A: How to podcast with Wordpress
http://codex.wordpress.org/Podcasting
•  Q: What are some tips for learning
PHP and how do you link a PHP
document correctly in Wordpress?
•  A: Google! Find an intro to CS and
Intro to programming theory class.
Lynda.com (best resource in the
world tons of video classes that will
take you through php, html, css,
wordpress). Just get in and play
between google and maybe a cheap
php for dummies book.
•  A: You don’t really link php documents in
WordPress most everything that you will do
inside a theme or plugin will be recognized
by the WordPress engine. In the case of
theme any functionality you would want to
add should be done in the already existing
functions.php, or if you are creating a new
page template i.e. page-fullwidth.php you
will need to add a comment to the head of
the document that declares it:
<?php! /*! * Template Name: page-homepage!
*/! ?>
for a plugin you will do about the same but it
will be a much more complex declaration.
•  Q: Are there any useful PHP reference
websites?
•  A:
codex.wordpress.org
php.net
net-tuts.com
net.tutsplus.com/category/tutorials/php/
lynda.com
treehouse.com
net.tutsplus.com/category/tutorials/php/
teamtreehouse.com/
wpsessions.com/
google.com!
•  Q: What’s the line of code that
connects each page together? I've
noticed that sometimes when we
copy and paste our code into the
WordPress code and we accidentally
delete the wrong code, then the
pages don't connect properly.
•  A: There are a variety of different ways
WordPress pages link together in the template
system
•  based on the pages document name:
–  1) a loop in the index.php page will only pull posts
related to the post section
–  2) a loop in a page.php or a template that has a
template name: declaration will only pull content
related to that page.
–  3) documents are named specifically for specific
functions and are a major part of the linking process.
I.e. archive.php is for search and category requests
on a site, while page.php is for pages created in the
dashboard.
RESOURCE
http://bit.ly/KO8qY5
THANK YOU!
nicole@theabbiagency.com

Weitere ähnliche Inhalte

Was ist angesagt?

A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011Kathryn Presner
 
A Beginner's Guide to Wordpress - WordCamp Montreal 2011
A Beginner's Guide to Wordpress - WordCamp Montreal 2011A Beginner's Guide to Wordpress - WordCamp Montreal 2011
A Beginner's Guide to Wordpress - WordCamp Montreal 2011Kathryn Presner
 
WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billriceRiceDesign
 
Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPressCraig Bailey
 
Empowering Non-Profits with WordPress
Empowering Non-Profits with WordPressEmpowering Non-Profits with WordPress
Empowering Non-Profits with WordPressCliff Seal
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentEvan Mullins
 
Going native with html5 web components
Going native with html5 web componentsGoing native with html5 web components
Going native with html5 web componentsJames York
 
Word press for ecommerce website in web designing company india
Word press for ecommerce website in web designing company indiaWord press for ecommerce website in web designing company india
Word press for ecommerce website in web designing company indiavedwebservices
 
Introduction to Wordpress
Introduction to WordpressIntroduction to Wordpress
Introduction to WordpressReuben Rock
 
Getting Started with Wordpress
Getting Started with WordpressGetting Started with Wordpress
Getting Started with WordpressTom Semmes
 
WordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopWordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopBrendan Sera-Shriar
 
CSI: WordPress -- Getting Into the Guts
CSI: WordPress -- Getting Into the GutsCSI: WordPress -- Getting Into the Guts
CSI: WordPress -- Getting Into the GutsDougal Campbell
 
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015topher1kenobe
 
Approaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentApproaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentCatch Themes
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012Kathryn Presner
 
Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009
Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009
Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009Daryl Koopersmith
 

Was ist angesagt? (20)

A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
 
A Beginner's Guide to Wordpress - WordCamp Montreal 2011
A Beginner's Guide to Wordpress - WordCamp Montreal 2011A Beginner's Guide to Wordpress - WordCamp Montreal 2011
A Beginner's Guide to Wordpress - WordCamp Montreal 2011
 
WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billrice
 
Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPress
 
Empowering Non-Profits with WordPress
Empowering Non-Profits with WordPressEmpowering Non-Profits with WordPress
Empowering Non-Profits with WordPress
 
Child Theme
Child ThemeChild Theme
Child Theme
 
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to DevelopmentWordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
WordCamp Greenville 2018 - Beware the Dark Side, or an Intro to Development
 
Agile Wordpress
Agile WordpressAgile Wordpress
Agile Wordpress
 
Going native with html5 web components
Going native with html5 web componentsGoing native with html5 web components
Going native with html5 web components
 
Word press for ecommerce website in web designing company india
Word press for ecommerce website in web designing company indiaWord press for ecommerce website in web designing company india
Word press for ecommerce website in web designing company india
 
Introduction to Wordpress
Introduction to WordpressIntroduction to Wordpress
Introduction to Wordpress
 
Word Press
Word PressWord Press
Word Press
 
Getting Started with Wordpress
Getting Started with WordpressGetting Started with Wordpress
Getting Started with Wordpress
 
Fundamentals of HTML5
Fundamentals of HTML5Fundamentals of HTML5
Fundamentals of HTML5
 
WordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopWordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute Workshop
 
CSI: WordPress -- Getting Into the Guts
CSI: WordPress -- Getting Into the GutsCSI: WordPress -- Getting Into the Guts
CSI: WordPress -- Getting Into the Guts
 
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
 
Approaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentApproaches To WordPress Theme Development
Approaches To WordPress Theme Development
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012
 
Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009
Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009
Elastic: Why WYSIWYG is the future of WordPress themes — WordCamp NYC 2009
 

Ähnlich wie Wordpress Questions & Answers

WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!Evan Mullins
 
5 Steps to Develop a WordPress Plugin From Scratch.pdf
5 Steps to Develop a WordPress Plugin From Scratch.pdf5 Steps to Develop a WordPress Plugin From Scratch.pdf
5 Steps to Develop a WordPress Plugin From Scratch.pdfBeePlugin
 
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 Evan Mullins
 
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...LinnAlexandra
 
Introduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentIntroduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentSitdhibong Laokok
 
Kick start your career with wordpress
Kick start your career with wordpressKick start your career with wordpress
Kick start your career with wordpressOpenDev
 
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 InstituteBrendan Sera-Shriar
 
A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012Kathryn Presner
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010Brendan Sera-Shriar
 
Introduction To Simple WordPress Plugin Development
Introduction To Simple WordPress Plugin DevelopmentIntroduction To Simple WordPress Plugin Development
Introduction To Simple WordPress Plugin DevelopmentBruce L Chamoff
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99Noel Saw
 
How to Create a Custom WordPress Plugin
How to Create a Custom WordPress PluginHow to Create a Custom WordPress Plugin
How to Create a Custom WordPress PluginAndolasoft Inc
 
No Feature Solutions with SharePoint
No Feature Solutions with SharePointNo Feature Solutions with SharePoint
No Feature Solutions with SharePointmikehuguet
 
Wordpress seo and digital marketing
Wordpress seo and digital marketingWordpress seo and digital marketing
Wordpress seo and digital marketingTapan Kapri
 

Ähnlich wie Wordpress Questions & Answers (20)

WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
WordCamp Asheville 2017 - So You Wanna Dev? Join the Team!
 
5 Steps to Develop a WordPress Plugin From Scratch.pdf
5 Steps to Develop a WordPress Plugin From Scratch.pdf5 Steps to Develop a WordPress Plugin From Scratch.pdf
5 Steps to Develop a WordPress Plugin From Scratch.pdf
 
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
 
&lt;?php + WordPress
&lt;?php + WordPress&lt;?php + WordPress
&lt;?php + WordPress
 
Test ss 2
Test ss 2Test ss 2
Test ss 2
 
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
 
Introduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentIntroduction to WordPress Theme Development
Introduction to WordPress Theme Development
 
Faster WordPress Workflows
Faster WordPress WorkflowsFaster WordPress Workflows
Faster WordPress Workflows
 
HTML/CSS for WordPress
HTML/CSS for WordPressHTML/CSS for WordPress
HTML/CSS for 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 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
 
A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012
 
WordPress Development Confoo 2010
WordPress Development Confoo 2010WordPress Development Confoo 2010
WordPress Development Confoo 2010
 
INTRODUCTIONS OF HTML
INTRODUCTIONS OF HTMLINTRODUCTIONS OF HTML
INTRODUCTIONS OF HTML
 
Introduction To Simple WordPress Plugin Development
Introduction To Simple WordPress Plugin DevelopmentIntroduction To Simple WordPress Plugin Development
Introduction To Simple WordPress Plugin Development
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99
 
How to Create a Custom WordPress Plugin
How to Create a Custom WordPress PluginHow to Create a Custom WordPress Plugin
How to Create a Custom WordPress Plugin
 
No Feature Solutions with SharePoint
No Feature Solutions with SharePointNo Feature Solutions with SharePoint
No Feature Solutions with SharePoint
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
Wordpress seo and digital marketing
Wordpress seo and digital marketingWordpress seo and digital marketing
Wordpress seo and digital marketing
 

Mehr von Nicole Dion

Smteaching fallon 2014
Smteaching fallon 2014Smteaching fallon 2014
Smteaching fallon 2014Nicole Dion
 
SM Teaching Yerington #1
SM Teaching Yerington #1SM Teaching Yerington #1
SM Teaching Yerington #1Nicole Dion
 
Reno-Tahoe Wordcamp 2013: Social Media Integrating into WordPress
Reno-Tahoe Wordcamp 2013: Social Media Integrating into WordPressReno-Tahoe Wordcamp 2013: Social Media Integrating into WordPress
Reno-Tahoe Wordcamp 2013: Social Media Integrating into WordPressNicole Dion
 
Social Media Training: Facebook & Twitter
Social Media Training: Facebook & TwitterSocial Media Training: Facebook & Twitter
Social Media Training: Facebook & TwitterNicole Dion
 
Digital Media final presentation
Digital Media final presentationDigital Media final presentation
Digital Media final presentationNicole Dion
 
How to be cooler online than you are in real life
How to be cooler online than you are in real lifeHow to be cooler online than you are in real life
How to be cooler online than you are in real lifeNicole Dion
 

Mehr von Nicole Dion (6)

Smteaching fallon 2014
Smteaching fallon 2014Smteaching fallon 2014
Smteaching fallon 2014
 
SM Teaching Yerington #1
SM Teaching Yerington #1SM Teaching Yerington #1
SM Teaching Yerington #1
 
Reno-Tahoe Wordcamp 2013: Social Media Integrating into WordPress
Reno-Tahoe Wordcamp 2013: Social Media Integrating into WordPressReno-Tahoe Wordcamp 2013: Social Media Integrating into WordPress
Reno-Tahoe Wordcamp 2013: Social Media Integrating into WordPress
 
Social Media Training: Facebook & Twitter
Social Media Training: Facebook & TwitterSocial Media Training: Facebook & Twitter
Social Media Training: Facebook & Twitter
 
Digital Media final presentation
Digital Media final presentationDigital Media final presentation
Digital Media final presentation
 
How to be cooler online than you are in real life
How to be cooler online than you are in real lifeHow to be cooler online than you are in real life
How to be cooler online than you are in real life
 

Kürzlich hochgeladen

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
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 SDThiyagu K
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
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 ImpactPECB
 
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 ModeThiyagu K
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Kürzlich hochgeladen (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
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
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
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
 
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
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Wordpress Questions & Answers

  • 3. Q: My group has a slideshow on the website and we found one using a plugin but the plugin has many different external sheets. Is there a simpler way to create a slideshow or should we just keep it the way it is?
  • 4. A: Just keep it the way it is, this is a downside of WordPress, almost every plugin you install often adds its own Javascript and CSS files and these add up fast. It is important remember that if you edit or change a plugin you can not updated it or you will loose all your work.
  • 5. •  Q: If I were to create a cheat sheet for WordPress for things that I absolutely must know and remember, what would be on it? For example, if I were to have a cheat sheet for coding, I would have the different tags and what they meant on it.
  • 6. A: Wordpress is a very large and complicated codebase, there are latterly hundreds of functions and methods that you have access to while building your site. That said the best cheat sheet is actually the codex [http://codex.wordpress.org/] almost everything has been laid out for you in there.
  • 8.
  • 9. •  Q: Are there ways to create PHPs ? Or is all the coding found just on the internet?
  • 10. •  A: PHP files are text files that the server recognizes and parses, they can be created in any text editor. They do require that the the very first line before you add code use a ( <? php ) this tells the server to parse this section of code and replace it with the desired result. At the end of the code block you will need to close the block with a ( ?> ) tag.
  • 11. •  A: An example and exercise is to open a text editor and create a new file and copy this code into it: <?php ! echo ‘Hello World’;! ?> then save the document as hw.php upload it to a server running php and then open it up in a browser by going to http:// thewebsitename.com/hw.php.
  • 12.
  • 13. •  Q: My footer is stuck at the top of my pages, how do I fix it?
  • 14. •  A: There are lots of ways but few really work. Most Devs often figure out with trial and error. You can achieve this with jQuery, Css hacks, Frameworks like Bootstrap & Foundation (have built it methods). There is no easy way, and often what works for one site does not work on another.
  • 15. •  Q: How do I remove the "posted by ### at #:##" on all pages?
  • 16. •  A: This is created by a template tag http://codex.wordpress.org/ Template_Tags, to remove it you will need to find it in the template and delete it or comment it out. For this particular one you would goto -> index.php and in the loop look for posted by <?php the_author(); ?> on at <?php the_time() ?>
  • 17. •  Q: How does CSS work with PHP? Some styling that we (my group and I) put in worked on the HTML, but does not on PHP. For example, if we want to style something specifically, we would use and id, but what is the equivalent of id in PHP?
  • 18. •  A: CSS is specific to html (they are not the same but complements of each other) and only affects php after its parsed into an html output, So there are no php equivalents. That said, WordPress uses function calls (these are prebuilt blocks of php that perform specific functions) these functions do not aways work with css called from the document but these functions usually have the ability to supply an argument that can include css id or class. <?php the_title(‘<h1 class=“page-title”>’, </h2>’ , true) ?>!
  • 19.
  • 20. •  Q: If I was to add media to my website, how could I podcast it using Wordpress?
  • 21. •  A: How to podcast with Wordpress http://codex.wordpress.org/Podcasting
  • 22. •  Q: What are some tips for learning PHP and how do you link a PHP document correctly in Wordpress?
  • 23. •  A: Google! Find an intro to CS and Intro to programming theory class. Lynda.com (best resource in the world tons of video classes that will take you through php, html, css, wordpress). Just get in and play between google and maybe a cheap php for dummies book.
  • 24. •  A: You don’t really link php documents in WordPress most everything that you will do inside a theme or plugin will be recognized by the WordPress engine. In the case of theme any functionality you would want to add should be done in the already existing functions.php, or if you are creating a new page template i.e. page-fullwidth.php you will need to add a comment to the head of the document that declares it: <?php! /*! * Template Name: page-homepage! */! ?> for a plugin you will do about the same but it will be a much more complex declaration.
  • 25.
  • 26. •  Q: Are there any useful PHP reference websites?
  • 28. •  Q: What’s the line of code that connects each page together? I've noticed that sometimes when we copy and paste our code into the WordPress code and we accidentally delete the wrong code, then the pages don't connect properly.
  • 29. •  A: There are a variety of different ways WordPress pages link together in the template system •  based on the pages document name: –  1) a loop in the index.php page will only pull posts related to the post section –  2) a loop in a page.php or a template that has a template name: declaration will only pull content related to that page. –  3) documents are named specifically for specific functions and are a major part of the linking process. I.e. archive.php is for search and category requests on a site, while page.php is for pages created in the dashboard.
  • 31.