This repository has been archived by the owner on Sep 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from robincornett/master
Master
- Loading branch information
Showing
3 changed files
with
74 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
WordPress plugin that adds a widget to display Featured Custom Post Types for the Genesis Framework | ||
|
||
## Description | ||
## Description | ||
|
||
WordPress plugin that adds a widget to display Featured Custom Post Types for the Genesis Framework. Supports Custom Taxonomies. | ||
|
||
|
@@ -12,6 +12,7 @@ Genesis 2.0+ | |
|
||
## Credits | ||
Most of the code in this plugin is from the <a href="http://www.studiopress.com/">StudioPress</a> Genesis Featured Post Widget and I've just added Custom Post Type Support. | ||
|
||
Thanks to <a href="https://github.com/ahnlak">Pete Favelle</a> for adding Custom Taxonomy support. | ||
|
||
## Installation | ||
|
@@ -39,3 +40,17 @@ Using git, browse to your /wp-content/plugins/ directory and clone this reposito | |
git clone [email protected]:calliaweb/genesis-featured-custom-post-type-widget.git | ||
|
||
Then go to your Plugins screen and click Activate. | ||
|
||
### Credits | ||
* [Jo Waltham](http://calliaweb.co.uk/) | ||
* with help from [Pete Favelle](https://github.com/ahnlak) | ||
* and [Robin Cornett](http://robincornett.com) | ||
|
||
### Changelog | ||
|
||
#### 1.2.0 | ||
* new option for CPT archive link | ||
* set ajax to load conditionally | ||
|
||
#### 1.0.0 | ||
* initial release on GH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters