=== Digitally Custom Posts ===
Contributors: omarfolghe
Tags: Custom Post Type
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin works with Digitally WordPress theme. It adds some Custom Post Type with shortcode support.

== Description ==

This plugin add to WordPress 5 Custom Post Type:
* Portfolio 
* Jobs offer 
* Service 
* Team
* Testimonials

All the Custom Post Type has shortcode support.
In addition to the 5 Custom Post types with shortcode there is the shortcode to show the articles in every page and post that you want.

#### Portfolio
This Custom Post Type is Gutenberg-first and it has the archive page with pagination.
All the project that you publish has a single page. 
##### Shortcode
It is possibile to show the project in every page and post that you want whit the shortcode **[digitally_project]**.
To modify the number of project to show you can use the **limit** attribute: **[digitally_project limit="5"]**. The default number is 3.

#### Jobs offers
This Custom Post Type has the archive page with pagination and all the project that you publish has a single page. You can insert your text with the classic WordPress editor.
##### Shortcode
It is possibile to show the jobs offers in every page and post that you want whit the shortcode **[digitally_jobs]**.
To modify the number of project to show you can use the **limit** attribute: **[digitally_jobs limit="5"]**. The default number is 3.

#### Services
This Custom Post Type is made to manage the list of your services.
##### Shortcode
It is possibile to show the services list in every page and post that you want whit the shortcode **[digitally_services]**.
To modify the number of services to show you can use the **limit** attribute: **[digitally_services limit="5"]**. The default number is -1.

#### Team
This Custom Post Type is made to manage the list of your team.
##### Shortcode
It is possibile to show the people list in every page and post that you want whit the shortcode **[digitally_team]**.
To modify the number of people to show you can use the **limit** attribute: **[digitally_team limit="5"]**. The default number is -1.

#### Testimonials
This Custom Post Type is made to manage the testimonials of you agency.
##### Shortcode
It is possibile to show the testimonials list in every page and post that you want whit the shortcode **[digitally_testimonials]**.
To modify the number of testimonials to show you can use the **limit** attribute: **[digitally_testimonials limit="5"]**. The default number is -1.

#### Blog shortcode
It is possibile to show the articles in every page and post that you want whit the shortcode **[digitally_blog]**.
To modify the number of articles to show you can use the **limit** attribute: **[digitally_blog limit="5"]**. The default number is 4.

== Frequently Asked Questions ==

= Is this plugin compatible with all wordpress themes? =

This plugin is compatible with Digitally WordPress Theme only.

= Is it possible to translate the plugin? =

The plugin is available in English and Italian. You can translate the plugin by creating a .po file in the desired language.

== Installation ==

From your WordPress dashboard

1. **Visit** Plugins > Add New
2. **Search** for "Digitally Custom Posts"
3. **Activate** Digitally Custom Posts from your Plugins page
4. Enjoy Custom Post Type with Digitally WordPress Theme

== Screenshots ==

1. Example of creation page of a "Service".
2. Example of creation page of a "Project" with Gutenberg editor.
3. Example of creation page of a "Person" of team.
4. Example of creation page of a "Job offer".
5. Example of creation page of a "Testimony"