>
Download This Plugin | |
Download Elegant Themes | |
Name | Insert Pages |
Version | 2.0 |
Author | Paul Ryan |
Rating | 92 |
Last updated | 2015-02-24 01:55:00 |
Downloads |
11309
|
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%
Insert Pages plugin added 4 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
Insert Pages plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Insert Pages plugin ads no tables to your Wordpress blog database.Insert Pages lets you embed any WordPress content (e.g., pages, posts, custom post types) into other WordPress content using the Shortcode API.
The real power of Insert Pages comes when you start creating custom post types, either programmatically in your theme, or using another plugin like Custom Post Type UI. You can then abstract away common data types (like videos, quizzes, due dates) into their own custom post types, and then show those pieces of content within your normal pages and posts by Inserting them as a shortcode.
Here are two quick example use cases:
Say you teach a course and you're constantly referring to an assignment due date in your course website. The next semester the due date changes, and you have to go change all of the locations you referred to it. Instead, you'd rather just change the date once! With Insert Pages, you can do the following:
[insert page='assignment-1-due-date' display='content']
Say your site has a lot of video content, and you want to include video transcripts and video lengths along with the videos wherever you show them. You could just paste the transcripts into the page content under the video, but then you'd have to do this on every page the video showed on. (It's also just a bad idea, architecturally!) With Insert Pages, you can use a custom post type and create a custom theme template to display your videos+transcripts+lengths just the way you want!
[insert page='my-awesome-video' display='video-with-transcript.php']
The possibilities are endless!