>
Download This Plugin | |
Download Elegant Themes | |
Name | Get Post Content Shortcode |
Version | 0.2 |
Author | Eric King |
Rating | 100 |
Last updated | 2014-05-20 02:26:00 |
Downloads |
264
|
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%
Get Post Content Shortcode plugin added 13 bytes of resources to the Home page and 30 bytes of resources to the sample Post page.
Get Post Content Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Get Post Content Shortcode plugin ads no tables to your Wordpress blog database.This plugin provides a shortcode to get the content of a post based on ID number. The content will be passed through wpautop and do_shortcode unless you tell it not to.
Examples:
[post-content id="42"]
This gets the content of post 42.
[post-content id="42" autop="false"]
This gets the content of post 42 and does not call wpautop on the content.
[post-content id="42" shortcode="false"]
This gets the content of post 42 and does not call do_shortcode on the content.
[post-content id="42" autop="false" shortcode="false"]
This gets the content of post 42 and does not call wpautop or do_shortcode on the content.
Note: The containing post may still have wpautop called on it's content.