WordPress Basics: Difference between revisions
From Anarchy In Action
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* When we say WordPress, we mean the [https://en.wikipedia.org/wiki/Web_content_management_system Content Management System] (CMS) available at [http://eordpress.org WordPress.org] for download/installation on a Web server like [https://en.wikipedia.org/wiki/Apache_HTTP_Server Apache]. | * When we say WordPress, we mean the [https://en.wikipedia.org/wiki/Web_content_management_system Content Management System] (CMS) available at [http://eordpress.org WordPress.org] for download/installation on a Web server like [https://en.wikipedia.org/wiki/Apache_HTTP_Server Apache]. | ||
* WordPress "instances" are individual installations (blogs) that can be installed anywhere. At [http://wordpress.com WordPress.com], you can sign up for an account that will give you a WordPress instance on the WordPress.com server. | * WordPress "instances" are individual installations (blogs) that can be installed anywhere. At [http://wordpress.com WordPress.com], you can sign up for an account that will give you a WordPress instance on the WordPress.com server. | ||
* We recommend you [[Video_Resources#WordPress|install WordPress locally]] for testing, sign up for an account on a [[Software_Recommendations#Recommended_Web_Hosts|Web host]], or request a WordPress instance from [[User:Diggity|Diggity]] on the | * We recommend you [[Video_Resources#WordPress|install WordPress locally]] for testing, sign up for an account on a [[Software_Recommendations#Recommended_Web_Hosts|Web host]], or request a WordPress instance from [[User:Diggity|Diggity]] on the testing server for classes. | ||
= Helpful Resources = | = Helpful Resources = |
Revision as of 11:38, 15 October 2013
WordPress.com vs WordPress.org
- When we say WordPress, we mean the Content Management System (CMS) available at WordPress.org for download/installation on a Web server like Apache.
- WordPress "instances" are individual installations (blogs) that can be installed anywhere. At WordPress.com, you can sign up for an account that will give you a WordPress instance on the WordPress.com server.
- We recommend you install WordPress locally for testing, sign up for an account on a Web host, or request a WordPress instance from Diggity on the testing server for classes.
Helpful Resources
Based on the presentation by Hans Schoenburg, available as a PDF here.
- codex.wordpress.org: the home of WordPress, documentation, themes, plugins
- wpcandy.com
- wpbeginner.com
Anatomy of a WordPress theme
http://yoast.com/wordpress-theme-anatomy
Best Practices
- Dont use admin for user login
- Keep http://yoast.com/wordpress-theme-anatomy/ core and plugins updated
- Back up your files! regularly - database and code
Planning Session
- What am I going to do with this?
- Who is going to read this?
- What kinds of information will I be posting?
- Why am I doing this?
- Who am I doing this for?
- How often am I going to be posting and adding information?
Picking the Right Theme
- Search the web for the name of it. What does the web say?
- Premium themes are better quality but may cost $
Considerations
- Niche
- Speed
- Usability
- Premium or free?
- Tech support (official or community)?
- Read about the themes reputation online
- Use Minimalist themes
- Try to pick responsive themes. What is responsiveness?
Make a Child Theme
- http://codex.wordpress.org/Child_Themes
- Inherits the parent theme, allows you to tinker around without risking everything
- folder theme-childtheme
- make file theme-childtheme/style.css
- info header for the top of style.css
Templates
- http://yoast.com/wordpress-theme-anatomy/
- index.php - homepage
- single.php - display of a single site
- page.php - what the pages look like
Theme Recommendations
- Portfolio Press: Exactly what it sounds like, tailored toward visual artists.
- Academica: Three-column theme for "academic" sites, but really it has a clean and clear style for any purpose.
- Titan: Nicely balanced theme for websites of all kinds, with multiple color schemes. This and other The ThemeFoundry themes are good starting points, but keep in mind you may have to pay for premium features (e.g. extra options and theme settings). If you can hack the HTML/JS/CSS/PHP yourself, this is not much of an issue, but be prepared for increased cost as time goes on if you're a beginner.
- Wu Wei: Simple and "zen-like", as the name implies
- Ice Cap: Another good minimalistic theme with solid typography.
- zeeBizzCard: This theme is tailored to look like a profile page in a social networking site, and is good for a simple "hey guess what, I'm on the web".
- Pinboard: Nice blog theme with a grid system.
- Annotum Base: Designed for an open-access journal, but a very attractive theme for informational (text-heavy) websites of all kinds.
- iFeature: Very nice "Apple-ish" theme, that looks good on mobile devices. This and other CyberChimps themes are good starting points, but keep in mind you may have to pay for premium features (e.g. extra options and theme settings). If you can hack the HTML/JS/CSS/PHP yourself, this is not much of an issue, but be prepared for increased cost as time goes on if you're a beginner.
- Photolistic: Geared toward photographers, focuses on image galleries.
- Desk Mess: Looks like a desk, feels like a blog.
- Eclipse: Eclipse, a solid, dark, responsive theme. This and other CyberChimps themes are good starting points, but keep in mind you may have to pay for premium features (e.g. extra options and theme settings). If you can hack the HTML/JS/CSS/PHP yourself, this is not much of an issue, but be prepared for increased cost as time goes on if you're a beginner.