Skip to content

Commit

Permalink
updating readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BFTrick committed Nov 29, 2012
1 parent 25ab790 commit f9c060f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This WordPress plugin creates a new control type for the [WordPress Theme Custom

1. Include & activate the plugin
2. Pick out your favorite [Google Web Fonts](http://www.google.com/webfonts)
3. Open your function.php file
3. Open your functions.php file
4. Save your favorite fonts in an array like so:

``` php
Expand Down Expand Up @@ -39,4 +39,15 @@ This WordPress plugin creates a new control type for the [WordPress Theme Custom
'fonts' => $customFontFamilies
)));
}
```
```
## Results

## FAQ

1. **Can I only add one font to the $fonts array in step 4?**

No, you can add as many as you like. IMO eight choices looks pretty and gives the user tons of options.

2. **What's up with the class_exists() functions?**

Those are there so that if you were to ever deactivate or uninstall the plugin that your site wouldn't crash. If you do uninstall the plugin the control will simply not load. There shouldn't be any errors.

0 comments on commit f9c060f

Please sign in to comment.