=== WordPress Portfolio Plugin ===
Contributors: unitedthemes
Tags: wordpress, portfolio , plugin, template
Requires at least: 3.0
Tested up to: 5.3.1
Stable tag: 1.0

A comprehensive code template for any WordPress plugin.

== Description ==

"WordPress Plugin Template" is an object-oriented code template for any kind of WordPress plugin that includes built-in support for:

1. Custom post types with custom fields and custom taxonomies
1. Plugin settings page
1. WPML localisation

Activating this plugin template in your WordPress dashboard will activate a new custom post type (identified as '*Posts' in the menu) as well as a new settings page (found at Settings > Plugin Settings). These pages are for demonstration purposes - all you need to do is edit the files in the plugin where necessary and these pages will reflect your new functionality.

== Usage ==

This plugin is intended to be a code framework for creating your own plugin. Just edit the files where necessary to have it working in the way that you need it to be.

== Installation ==

Installing "WordPress Plugin Template" can be done either by searching for "WordPress Plugin Template" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:

1. Download the plugin via WordPress.org
1. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= I've installed the plugin - now what? =

While this plugin adds a post type, taxonomy and settings page to your WordPress dashboard, it is just a framework and is not intended for real world use in its current form. You need to edit the included files to buid your own plugin and create your own functionality.

== Changelog ==

= 1.0 =
* Initial release