cdils / genesis-site-title-styles

Plugin that adds a span tag to each word in the site title for separate styling with css using the nth-child() selector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genesis Site Title Styles

Wraps each word in the site title in a span tag for separate styling.

Description

This plugin adds a span tag to each word in the site title. Words need to be separated by a space. You can style each word using css and targeting the span with the nth-child() selector. Based on code initially created by Carrie Dils post: http://www.carriedils.com/custom-site-title-genesis/

Read more about why we created this plugin here.

Requirements

  • WordPress 3.8
  • Genesis 2.0

Installation

Upload

  1. Download the latest tagged archive (choose the "zip" option).
  2. Go to the Plugins -> Add New screen and click the Upload tab.
  3. Upload the zipped archive directly.
  4. Go to the Plugins screen and click Activate.

Manual

  1. Download the latest tagged archive (choose the "zip" option).
  2. Unzip the archive.
  3. Copy the folder to your /wp-content/plugins/ directory.
  4. Go to the Plugins screen and click Activate.

Check out the Codex for more information about installing plugins manually.

Git

Using git, browse to your /wp-content/plugins/ directory and clone this repository:

git clone git@github.com:savvyjackie/genesis-site-title-styles.git

Then go to your Plugins screen and click Activate.

Credits

Built by Jackie D'Elia Copyright 2015 Jackie D'Elia and Ginger Coolidge

Props to Ginger Coolidge for the idea for the plugin and testing. Props to Carrie Dils for editing suggestions and walking us through deployment.

About

Plugin that adds a span tag to each word in the site title for separate styling with css using the nth-child() selector.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%