Difference between revisions of "Ready Camera 1 - WordPress"

From Help Wiki
m (Customize the CSS of your theme with Custom CSS)
m (Getting started with a new web site)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
===Why a Wordpress site?===
 +
*What is [http://wordpress.org/ WordPress].
 +
*How is [http://blogs.evergreen.edu/ blogs.evergreen.edu] different from [http://wordpress.com/ wordpress.com]
 +
*Your assignment...
 +
 
=== Getting started with a new web site ===
 
=== Getting started with a new web site ===
 
*Go to http://blogs.evergreen.edu to create your acount and blog. See [[Creating a blog at blogs.evergreen.edu - Wordpress| Creating a new blog]] for detailed instructions.
 
*Go to http://blogs.evergreen.edu to create your acount and blog. See [[Creating a blog at blogs.evergreen.edu - Wordpress| Creating a new blog]] for detailed instructions.
 +
**Sitename = rc1''firstname''
 +
**Site title = Full Title of your Project
 
*Dashboard overview
 
*Dashboard overview
 
*Change the site's title and subtitle '''Settings > General'''
 
*Change the site's title and subtitle '''Settings > General'''
Line 9: Line 16:
 
*Creating posts
 
*Creating posts
 
*Using the rich text editor
 
*Using the rich text editor
*Images, media and linking to files
+
*[[Images - Wordpress|Images]], media and [[Attach a file to a WordPress post or page|linking to files]]
 
*Controlling commenting & publishing
 
*Controlling commenting & publishing
 
**set your comment preferences for all new pages/posts '''Settings > Discussion'''
 
**set your comment preferences for all new pages/posts '''Settings > Discussion'''
Line 49: Line 56:
  
 
===Plugins===
 
===Plugins===
[[Plugin Overview|Plugins]] add functionality to your site. To use them they must first be activated  from the Plugins page. Learning how to use a plugin is best done at the plugin's site (linked from the plugins page). Take a look at our [[plugin overview]] to get an idea of what's available or simply review the list in your site's plugin page.
+
[[Plugin Overview|Plugins]] add functionality to your site. To use them they must first be activated  from the Plugins page. Learning how to use a plugin is best done at the plugin's site (linked from the plugins page). Take a look at our [[Plugin Overview|plugin overview]] page to get an idea of what's available or simply review the list in your site's plugin page.
  
 
===Additional Resources===
 
===Additional Resources===
 
*[http://codex.wordpress.org/WordPress_Lessons Wordpress Tutorials] Please note: some of these tutorials assume you have administrative access to your blog's server. You don't.
 
*[http://codex.wordpress.org/WordPress_Lessons Wordpress Tutorials] Please note: some of these tutorials assume you have administrative access to your blog's server. You don't.
 
*[http://www.w3schools.com/css/default.asp Introduction to CSS (Cascading Style Sheets)]
 
*[http://www.w3schools.com/css/default.asp Introduction to CSS (Cascading Style Sheets)]
 +
*[[What happens to my blog when I graduate?]]
  
  

Latest revision as of 12:04, 9 May 2011

Why a Wordpress site?

Getting started with a new web site

  • Go to http://blogs.evergreen.edu to create your acount and blog. See Creating a new blog for detailed instructions.
    • Sitename = rc1firstname
    • Site title = Full Title of your Project
  • Dashboard overview
  • Change the site's title and subtitle Settings > General
  • Privacy settings - control who can see your site or if search engines will index your site Settings > Privacy

Writing and Managing your content

  • Creating posts
  • Using the rich text editor
  • Images, media and linking to files
  • Controlling commenting & publishing
    • set your comment preferences for all new pages/posts Settings > Discussion
  • Pages versus Posts
  • Creating pages and your site's navigation
    • working with sub-pages
  • Editing already existing pages and posts

Working with categories and tags

  • useful for categorizing differnt types of posts. A category page for each is automatically created. Use the Category Widget to display in your sidebar.

Designing your site

  • Trying out new Themes Appearance > Themes
  • Customize your header or banner image
    • some themes allow for you to add your own header image Appearance > Header Image (may only appear if your chosen theme supports custom header images)

Important: Find a theme that meets your layout requirements.

Menus

New to WordPress3 is a way to control your site's navigational menus. From the dashboard choose Appearance > Menus

  • Look in Theme locations to see if your chosen theme supports the new WordPress3 menu system.

Modify Your Sidebar with widgets

Add functionality to your site's sidebar(s) Appearance > Widget

Working with sidebar links

  • creating and managing sidebar links
  • displaying sidebar link via widgets


Customize the CSS of your theme with Custom CSS

You can write custom CSS to override the theme's CSS. Go Appearance > Custom CSS

You'll need to learn a bit about how your theme is structured. Some great tools for this are:

  • Firefox Firebug (my personal favorite!)
quickly learn the html and css of your theme so you can modify it
  • Firefox's Web Developer Toolbar
  • Safari's Develop Menu

Plugins

Plugins add functionality to your site. To use them they must first be activated from the Plugins page. Learning how to use a plugin is best done at the plugin's site (linked from the plugins page). Take a look at our plugin overview page to get an idea of what's available or simply review the list in your site's plugin page.

Additional Resources