>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Snippets |
Version | 150201 |
Author | WebSharks, Inc. (Jason Caldwell) |
Rating | 100 |
Last updated | 2015-02-03 02:05:00 |
Downloads |
3895
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Snippets plugin added 5 bytes of resources to the Home page and 9 bytes of resources to the sample Post page.
WP Snippets plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Snippets plugin ads no tables to your Wordpress blog database.This WordPress plugin is VERY simple; NO configuration options necessary.
This plugin adds a new Post Type. This plugin makes it SUPER easy to reuse fragments of content (i.e. Snippets). Snippets can be included in other Posts/Pages/Widgets via Shortcodes. This is a very lightweight plugin for WordPress!
After installing this plugin, create a new Snippet (find menu item on the left in your WordPress Dashboard). Give your Snippet a Slug (i.e. under the title of your Snippet). Once you have a Snippet and a Slug, you can include your Snippet anywhere you like — in other Posts/Pages/Widgets (and even inside PHP/WordPress template files).
Using a Snippet that you've created in the WordPress Editor. Follow this simple Shortcode syntax.
[snippet slug="my-cool-snippet" /]
Using a Snippet that you've created inside a PHP template file.
<?php echo do_shortcode('[snippet slug="my-cool-snippet" /]'); ?>