whiteboard readme

8
Whiteboard Version 3.2.1 --- About Description The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP that is common to all Wordpress powered Web site. Now paired with Less Framework, Whiteboard even further reduces the development time to create a Wordpress powered responsive website. Copyright The Whiteboard Framework is licensed under the GPL license. Feel free to use the Whiteboard Framework for commercial and non-commercial ventures. We only require a link in the CSS and greatly appreciate a link somewhere on the Web site. Less Framework is licensed under the MIT license. A credit link is required in either the CSS file and/or on the website somewhere. Compatibility Current known compatibility is with Wordpress 3.2.1 Compatibility with earlier versions or Wordpress is currently unknown, but should be functional - at least with Wordpress 3.0 and up. But who needs compatibility with older versions always? Upgrade people! Removing Less Framewo rk 3, All Basic Styling, & CSS Reset: Remove the line of CSS in header.php that calls "lessframework.css" and "theme.css"

Upload: angela-stanley

Post on 04-Apr-2018

223 views

Category:

Documents


0 download

TRANSCRIPT

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 1/8

Whiteboard

Version 3.2.1

---

About

Description

The Whiteboard Famework for Wordpress is built to speed up the process ofdeveloping a Wordpress theme. Whiteboard does so by eliminating the time spent on

Wordpress' backend PHP that is common to all Wordpress powered Web site. Now

paired with Less Framework, Whiteboard even further reduces the development time to

create a Wordpress powered responsive website.

Copyright

The Whiteboard Framework is licensed under the GPL license. Feel free to use the

Whiteboard Framework for commercial and non-commercial ventures. We only require

a link in the CSS and greatly appreciate a link somewhere on the Web site.

Less Framework is licensed under the MIT license. A credit link is required in either the

CSS file and/or on the website somewhere.

Compatibility

Current known compatibility is with Wordpress 3.2.1

Compatibility with earlier versions or Wordpress is currently unknown, but should befunctional - at least with Wordpress 3.0 and up. But who needs compatibility with older

versions always? Upgrade people!

Removing Less Framework 3, All Basic Styling, & CSS Reset:

Remove the line of CSS in header.php that calls "lessframework.css" and "theme.css"

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 2/8

located right above the call for "style.css" very close to the end of the </head> tag (Yes,

that's all you have to do)

Making Images Resize Proportionally for Varying Sizes:

Making your images resize as the website changes widths is very easy to do. Check

out Responsive Images on Github (https://github.com/filamentgroup/Responsive-

Images)

A great example of this practice is Hicks Design's Website

(http://www.hicksdesign.co.uk/)

---

Bugs

No known bugs

Update Log:

version 3.2.1

Fixed a critical bug on tag.php, category.php, and search.php - thanks to nddery

(http://duvieusart.net/) for catching this

Added a function to add a class to the post if there is a thumbnail

Minor semantics updates - also thanks to nddery (http://duvieusart.net/)

version 3.2

Added the LifeGuard Help Plugin - More info: http://wplifeguard.com/lifeguard-plugin/ 

Internationalization

Commented out the Post Format Support as most users to not use this featureAdded a ul to the sidebar - thanks to Margarita for pointing this out

Prep work to be accepted into the Wordpress.org Theme Directory

Modified: style.css

Fixed some minor indention issues

Theme clean up

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 3/8

Added post thumbnails to the RSS feed

Removed the WordPress version from the head for security reasons

Minor bug fix with the WordPress header image - thanks to David Ainsburg for pointing

it out.

version 3.1.5

Minor bug - Closed a tag that wasn't properly closed

Minor bug - Fixed an issue with the Title tag. Thanks to Vifordat

Verified compatibility with Wordpress 3.2.1

Minor update to functions.php

Misc minor updates

Options page commented out

version 3.1.4

Added Post Format support - learn more: http://codex.wordpress.org/Post_Formats

Spelling fix - thanks to Paul Chamberlain

Fixed a minor bug with the custom header image - thanks to Daniel Mclaughlan

Customized RSS feed to help increase conversation

version 3.1.3

Improved SEO

Improved the Title tag

Fixed the featured image section so it doesn't output a div when there isn't a featured

image

Changed the single-post class to post-single, fixing a conflict between it an a

Wordpress automatically generated class

Other minor bug fixes - bugs did not effect site performance

Theme compression

version 3.1.2

Minor bug fixes - bugs did not effect performance or output

Added Less Framework 4

Added retina media query

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 4/8

version 3.1.1

Minor bug fix - removed duplicate IDs from widget areas - Thanks to Marco for pointing

this out.

Improved div classes

version 3.1

Incorporated Less Framework 3

Added a little styling to Less Framework 3

Slightly altered Less Framework 3's fonts

Added comments to Less Framework 3

Typographic improvements for smaller widths

Added a basic/minimal theme that is easy to remove

Removed SenCSS

Improved Accessibility - moving towards following the Web Accessibility Initiative

Added documentation

Small improvements to the div structure

Added some clears for the theme

Added a few divs for increased flexibility

Reorganized a little bit of the framework's content

Code compression

Improved SEO

Follows Wordpress' CSS Coding Standards(http://codex.wordpress.org/CSS_Coding_Standards)

Header image support

Improved cross-browser compatibility

Different primary navigation for logged in & not-logged in users

Fixed a bug where Wordpress custom menus would not display where they were told

to

version 3.0.6

Added a Whiteboard favicon

Changed HTML comments to PHP Comments as to not output within the page's

source code

Cleaned up excessive notes

Minor verbiage changes

Theme compression

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 5/8

Typo correction - thanks to Kurtis Holsapple for pointing them out

Remove meta keywords

version 3.0.5

Gravatar bug fixesGraceful Gravatar degradation

Added an intelligent user-comment class

All commentators who comment while logged in will have the "user-comment" class

on their comment's list item

Improved IDs and Classes

version 3.0.4

Minor misc updates

Added a modified version of the SenCSS Framework

sencss.kilianvalkhof.com

Streamlined functions.php

Added a more intelligent jQuery Call

Removed the canonical feature (turns out Wordpress has a smarter canonical function

built in)

version 3.0.3

Added additional documentationMinor text and ordering updates

Added additional styles

Removed the Short URL service

version 3.0.2

Added HTML5 Tags: <header>, <footer>, <nav>, <article>

Includes the Google HTML5 Shim to ensure Cross Browser Compatibility -

http://code.google.com/html5shim/ 

HTML5 helps improve SEO, if not today, then in the future

Fixed some minor indentation issues

Updated the list of styles in style.css

version 3.0.1

Additional documentation within the code

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 6/8

Stronger SEO

version 3.0

Almost complete re-development

Re-built the loopAdded dynamic classes to the header

Rebuilt the div structure

Added additional dynamic div classes and ids

Added divs for stronger structure

Adjusted the CSS IDs and Classes for greater consistency

Wigitized the footer, header, beginning of the home page

Added notes throughout

Featured Image Support (requires WP 2.9 or greater)

Supports Custom Menus

Currently has three menu locations, the header, sidebar, and footer

Supports Custom Backgrounds, requires WP 3.0 or greater

Custom "Read More" text for post excerpts

Added support for the virtually never pagination

Completely reworked comments.php

Cleaner structure

Isolates Trackbacks

Advanced Author Comment StylingIncreased SEO Friendliness

Improved Dynamic Title

Dynamic meta tags: keywords & description

Added <link rel="index">

Dynamic title="" tags

Added link:

canonical - to help prevent duplicate content issues

rss - to help alert google and increase subscriptions

atom-rss - to provide rss options

Added dynamic text throughout the site for additional SEO value

Only the home page and post page contains the entire post, to reduce the chance of

duplicate content problems

And More

Automatic Short URL from TinyURL

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 7/8

Additional post and page meta info

Minor bug fixes

Improved search results page

More intelligent Tags and Categories page

Added space to the codeVerbiage Improvements

Child theme included with dummy-proofing

Conforms to Wordpress' CSS Standards -

http://codex.wordpress.org/CSS_Coding_Standards

Converted classes and IDs from camelCase to hyphenated

Added a mini admin navigation if logged in

Uses the post_password_required function instead of the depreciated cookie check on

comments.php

Added category descriptions to the category pages

Added tag descriptions to the tag pages

Code optimized for speed

Comforms to Wordpress' PHP Standards

version 2.1

Minor structure adjustments

<div>s added

classes addedMinor bug fix

version 2.0

Overall re-working

Comment page re-worked and bugs fixed

Admin comments now better declared

Separation of comments and trackbacks added

New socialization links, others optional

Categories.php and archives.php removed, there was no need for them

Many minor bug/styling issues resolved

<div> list updated in the CSS file

Compatible with Wordpress 2.8

version 1.5

7/29/2019 Whiteboard Readme

http://slidepdf.com/reader/full/whiteboard-readme 8/8

Updated the <title>

version 1.4

Added a missing <div> tag to single.php

Added a list of the included divs

versions 1.3 and earlier are not listed in the Update Log