Stanford Modern WordPress Theme
From Web Services Wiki
Contents |
Installation
Request the latest Stanford Modern WordPress Theme package.
- Upload the contents of the theme package to a new directory in the themes directory in your WordPress site. Place the theme in
/wp-content/themes/stanford
- Within the Site Admin interface, select the Design tab, select and activate the Stanford Modern theme (WordPress will auto-detect its presence).
Change Log
- Version 2.0 (9 April 13) Updated to new Stanford identity; added site layout, heading styles, and menu options
- Version 1.3 (18 June 09) Added wordpress.css; reorderd imported CSS such that custom.css is referenced last; checked image references in css files
- Version 1.2 (15 June 09) Added custom.css; updated title heading text style for blog posts and content page
- Version 1.1 (11 May 09) Fixed banner title and slogan text display in Safari
- Version 1.0 (30 January 09) Initial Release
Instructions
Version 2.x
See WordPress Theme Quick Start Guide
Version 1.x
Hiding the calendar display
- In your WordPress dashboard interface, go to Appearance > Editor > custom.css and insert the following code:
#wp-calendar {display: none;}