Swishfolio Core
Core functionality for Swishfolio theme - custom blocks, post types, and taxonomies for building stunning portfolios.
by Swishfolio · github.com/denischweya/swishfolio-core · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/denischweya/swishfolio-core/archive/refs/heads/main.zipReadme
Swishfolio Core
Core functionality plugin for the Swishfolio WordPress theme. Adds custom Gutenberg blocks, post types, and taxonomies for building stunning portfolios for designers, developers, photographers, contractors, and creative agencies.
Website: swishfolio.com
Features
Custom Blocks
- Portfolio - Showcase projects with multiple layouts (grid, masonry, list) and filtering
- Hero - Bold hero sections with neo-brutalist styling
- Card - Versatile content cards with various styles
- Form - Contact and subscription forms with validation
- Gallery - Image galleries with lightbox support
- Testimonials - Client testimonials carousel
- FAQ - Accordion-style FAQ sections
- Heading - Styled headings with decorative elements
- Latest Posts - Display recent blog posts
Custom Post Types
- Projects (Portfolio items)
- Testimonials
Custom Taxonomies
- Project Categories
- Project Types
Additional Features
- SVG upload support with sanitization
Requirements
- WordPress 6.4+
- PHP 7.4+
- Node.js 18+
Installation
-
Clone the repository into your WordPress plugins directory:
cd wp-content/plugins git clone https://github.com/denischweya/swishfolio-core.git -
Install dependencies:
cd swishfolio-core npm install -
Build the assets:
npm run build -
Activate the plugin in WordPress admin.
Development
Start the development server with hot reloading:
npm run start
Build for production:
npm run build
Third-Party Code
Build Tools (npm - MIT License)
- @wordpress/scripts
- PostCSS
- Sass