A WordPress plugin for managing and displaying code snippets on your website.
This plugin allows you to easily manage, organize, and display code snippets on your WordPress website. Perfect for developers, technical bloggers, and educators who want to share code examples with syntax highlighting.
- Syntax highlighting support
- Copy-to-clipboard functionality
- Multiple programming language support
- Responsive design
- Customizable styling options
- Download the plugin zip file
- Go to WordPress Admin > Plugins > Add New
- Click "Upload Plugin" and select the downloaded zip file
- Click "Install Now" and then "Activate"
- Use the code below for a example:
[code-snippet language="bash" title="bash"] cd /var/www/html sudo curl -O https://wordpress.org/latest.tar.gz sudo tar -xvzf latest.tar.gz [/code-snippet]
Navigate to Code Snippets > Settings to:
- Change font
- Adding more fonts
- Customizable styling options
This project is licensed under the MIT License - see the LICENSE file for details.
- James Glover
- CursorAI used to generate the code for this plugin