Skip to content

ChrisHursty/urbanspark-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrbanSpark Portfolio Plugin for WordPress

UrbanSpark Portfolio is a WordPress plugin that enables the creation and management of a custom post type (CPT) called 'Portfolio' with a custom taxonomy 'Genre'. It also includes custom Gutenberg blocks like 'Portfolio Details' for enhanced content creation.

Features

  • Custom Post Type 'Portfolio'
  • Custom Taxonomy 'Genre'
  • Custom Gutenberg Blocks (e.g., 'Portfolio Details')
  • Responsive design and AJAX functionality

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the Repository:
    git clone https://github.com/Chris-Hursty/urbanspark-portfolio.git
    
  2. Navigate to the Plugin Directory:
    cd path/to/wordpress/wp-content/plugins/urbanspark-portfolio
    
  3. Install Node Modules:
    npm install
    
  4. Clone the Repository:
    git clone https://github.com/your-username/urbanspark-portfolio.git
    

Development

  1. Run Webpack in Watch Mode:

    • This command compiles your JavaScript and watches for changes.
    npm run watch
    
  2. Activate the Plugin in WordPress:

    • Go to the WordPress admin area.
    • Navigate to 'Plugins' and activate 'UrbanSpark Portfolio'.
  3. Start Developing:

    • You can now start developing and testing your changes in real-time.

Usage

  • After activation, use the 'Portfolio' CPT and 'Genre' taxonomy to manage portfolio items.
  • Add and customize 'Portfolio Details' and other blocks in the Gutenberg editor.

Contributing

Contributions to the UrbanSpark Portfolio plugin are welcome. Please ensure to follow the coding standards and submit pull requests for any new features or bug fixes.

License

This project is licensed under [LICENSE] - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors