=== PixoPoint Add Spans To Titles ===
Contributors: ryanhellyer
Donate link: http://pixopoint.com/premium_support/
Tags: title, pixopoint, span, colours, colors
Requires at least: 3.0
Stable tag: 1.0

Description: Create multi-coloured titles by adding span tags to individual words in your page titles

== Description ==

Adds span tags to your page titles with unique classes so that you can create multi-coloured titles via CSS. You will need to know some CSS to utilize this plugin. It will not add new colours (or other arbitrary styling for you).

= Premium Support =

For direct help via the plugin author please sign up for the <a href="http://pixopoint.com/services/premium-support/">PixoPoint Premium Support service</a>.

The <a href="http://pixopoint.com/services/premium-support/">PixoPoint Premium Support</a> option is ideal if you have insufficient time to fix any problems you may have or simply don't know much about coding. You will receive not only techinical support and access to the latest PixoPoint betas but they will also install the plugin and set it up on your site if needed. Customisations of the plugin are also done for some premium members, although we recommend asking first via the <a href="http://pixopoint.com/contact/">PixoPoint Contact Form</a> for such requests as some customisations may require extra payment depending on their complexity.

== Installation ==

After you've downloaded and extracted the files:

1.  Upload the complete `pixopoint-add-spans-to-titles` folder to the `/wp-content/plugins/` directory OR install it via the WordPress plugin repository browser<br />
2.  Activate the plugin through the 'Plugins' menu in WordPress.<br />
3.  Span tags (with unique classes) should now be added to each word in your page titles.<br />
4.  Modify your themes CSS file to style the span tags however you like (knowledge of basic CSS coding is necessary for this step)

You can also use this plugin by wrapping pieces of text with the function pixopoint_add_spans_around_words().<br />
`<?php echo pixopoint_add_spans_around_words( 'this is some text' ); ?>`

= Premium Support =

For direct help via the plugin author please sign up for the <a href="http://pixopoint.com/services/premium-support/">PixoPoint Premium Support service</a>.

The <a href="http://pixopoint.com/services/premium-support/">PixoPoint Premium Support</a> option is ideal if you have insufficient time to fix any problems you may have or simply don't know much about coding. You will receive not only techinical support and access to the latest PixoPoint betas but they will also install the plugin and set it up on your site if needed. Customisations of the plugin are also done for some premium members, although we recommend asking first via the <a href="http://pixopoint.com/contact/">PixoPoint Contact Form</a> for such requests as some customisations may require extra payment depending on their complexity.

== Frequently Asked Questions ==

= Why can't the plugin do X, Y or Z? =

Because this is a very simple plugin. Feel free to <a href="http://pixopoint.com/contact/">contact us</a> if you would like to discuss paid upgrades or custom versions of the plugin to suit your requirements.

== Changelog ==
= 1.0 =
Initial plugin release
