=== AS Project Portfolio === Contributors: ahmedshaikh0 Tags: portfolio, custom post type, projects, shortcode Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.0 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A simple plugin to add a custom post type for managing and displaying project portfolios with a shortcode and admin dashboard. == Description == Project Portfolio adds a custom post type called "Projects" that allows users to create, manage, and display portfolios. It also includes: - Custom meta fields (description, client name, date, URL) - Admin dashboard for quick project overview - A frontend shortcode [project_portfolio] to display all projects == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 3. Navigate to "Projects" in the dashboard to start adding your portfolio projects. 4. Use the shortcode `[project_portfolio]` on any page or post to display the list. == Frequently Asked Questions == = How do I add a new project? = Go to "Projects" in the admin menu and click "Add New". = Can I use this plugin with page builders? = Yes. Just paste the `[project_portfolio]` shortcode in any page builder's shortcode/widget block. == Screenshots == 1. Custom Post Type interface. 2. Project Dashboard in Admin. 3. Output of `[project_portfolio]` on frontend. == Changelog == = 1.0.0 = * Initial release == Upgrade Notice == = 1.0.0 = First stable version of Project Portfolio. == License == This plugin is licensed under the GPLv2 or later.