BlogKit is a powerful WordPress plugin that extends Elementor with advanced blog widgets and features. Create stunning blog layouts with various styles and customization options.
- Overview of the plugin
- Key features
- System requirements
- Installation instructions
- Usage guide
- Development information
- Project structure
- Contributing guidelines
- License information
- Support details
- Credits
- Blog Classic Grid Widget: Create beautiful blog grids with customizable layouts
- Customizable Post Layouts: Flexible design options for your blog posts
- Advanced Styling Options: Comprehensive styling controls for every element
- Post Format Support: Compatible with all WordPress post formats
- Responsive Design: Perfect display across all devices
- Easy to Use Interface: Seamless integration with Elementor
- WordPress 5.8 or higher
- PHP 8.0 or higher
- Elementor 3.19.0 or higher
- Upload the plugin files to the
/wp-content/plugins/blogkitdirectory, or install the plugin through the WordPress plugins screen directly - Activate the plugin through the 'Plugins' screen in WordPress
- Use the BlogKit widgets in Elementor editor
The Blog Classic Grid widget offers:
- 2-4 columns grid layout options
- Customizable colors and typography
- Post meta information controls
- Support for all post formats
- Responsive design settings
# Install production dependencies
npm run install-prod
# Clean up system files
npm run clean
# Generate translation template
npm run make-pot
# Create distribution bundle
npm run bundle
blogkit/
├── Admin/
├── Frontend/
│ ├── Elementor/
│ │ ├── Assets/
│ │ └── Widgets/
│ └── Frontend.php
├── Inc/
├── languages/
└── vendor/