SlideShare a Scribd company logo
1 of 33
Download to read offline
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

More Related Content

What's hot

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
 

What's hot (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
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
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 . pdfQucHHunhnh
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
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 Delhikauryashika82
 
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.pdfQucHHunhnh
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 

Recently uploaded (20)

Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
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
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
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
 
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
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

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.