=== Resourcify ===
Contributors: tripflex
Donate link: https://www.gittip.com/tripflex
Tags: post quote, post source, post, resource, source, quote source, source link, source link bottom of page, blog, blog post, jquery, ajax, blog source, list, output, display
Requires at least: 3.8
Tested up to: 3.8
Stable tag: 1.0
License: GPLv3
Automatically add links to the bottom of a blog post for sources, resources, quotes, and more. Sources are added from metabox when creating post with repeatable field.
== Description ==
Resourcify allows you to add Sources, Resources, and Quote Sources to a post and display those links at the bottom of each post.
Each source you add will display at the bottom of a post using `
` and `- ` tags.
= Features =
* Output standard HTML links to sources
[Read more about Resourcify](https://github.com/tripflex/resourcify).
= Documentation =
Documentation will be maintained on the [GitHub Wiki here](https://github.com/tripflex/resourcify/wiki).
= Contributing and reporting bugs =
You can contribute code and localizations to this plugin via GitHub: [https://github.com/tripflex/resourcify](https://github.com/tripflex/resourcify)
= Support =
If you spot a bug, you can of course log it on [Github](https://github.com/tripflex/resourcify)
Or contact me at myles@smyl.es
== Installation ==
= Automatic installation =
Install through Wordpress, select activate.
= Manual installation =
The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application.
* Download the plugin file to your computer and unzip it
* Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory.
* Activate the plugin from the Plugins menu within the WordPress admin.
== Screenshots ==
1. Meta box view from new post area
2. Output preview on frontend below post
== Changelog ==
= 1.0.1 =
* Fix output to only show on blog posts and not on custom post types.
= 1.0.0 =
* Initial Creation