up a WordPress.com site o Installing WordPress on your own domain o Hosting for your Wordpress site o Tour the admin backend o Workshop time: setup your site! (we’ll work on customizing tomorrow!) Agenda for Day 1
o Plugins o Recommended plugins o Themes and theming o What to look for in a good theme o Advanced theming: setting up child themes o Workshop time! o Customize your theme Agenda for Day 2
on wordpress.com o You don’t have to download anything o Don’t have to worry about site maintenance o Need to setup a Wordpress.com account Wordpress.com
an account o Don’t have to download anything o Limited features to play with (unless you pay) o No coding necessary Wordpress.org o Hosted on your own server o Don’t need an account o Have to download the files o Free! o Coding is necessary
and save as wp-config.php o Add unique keys o Add serverhost info, if needed o Upload your new wp-config file o Go to yoursite.com/wp-admin/install.php Installation continued
footer.php - The global footer for your site o index.php - The posts (blog) page o page.php - Static pages o sidebar.php - Your sidebar widget areas o single.php - A single post Template files
Is your information timely? o Are you writing o Reviews o News Just post name o Is your content timeless? o Are you writing a lot of o how-to’s o tutorials o recipes Choosing permalinks
as possible with software updates o Make sure you’re keeping your files safe. o Who has access to your computer? o Keep your computer generally clean Tips for your machine
firewall http://wordpress.org/plugins/all-in-one-wp- security-and-firewall/ o BBQ: Block Bad Queries http://wordpress.org/plugins/block-bad-queries/ o Sucuri scanner http://wordpress.org/plugins/sucuri-scanner/ Security plugins
was last updated o Inspect the language o Can you understand the description? o Is it in English? o Is there documentation available? Spot a good plugin
go to: wp-content > themes o Make a folder and name it: yourtheme-child o If your theme is called MyVeryAwesomeTheme, then the child would be MyVeryAwesomeTheme-child How to make a child theme