Insert Pages
By Paul Ryan
Description
Insert Pages lets you embed any WordPress content, such as pages, posts, and custom post types, into other WordPress content using the Shortcode API. It also includes a widget for inserting pages into any widget area.
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 abstract away common data types into their own custom post types and show those pieces of content within your normal pages and posts by inserting them as a shortcode.
For example, if you teach a course and need to refer to an assignment due date, you can create a custom post type called Due Date. By using Insert Pages, you can easily update the due date in one location and have it reflected everywhere it is referenced.
This plugin is versatile and can be used in many scenarios, such as embedding video content with transcripts and other related information, ensuring that your content management remains clean and efficient.
Other Notable Features
Here are a few other notable features of this free Insert Pages plugin.
Screenshots
FAQ
A basic template would look like the following. This would be a file on your theme directory, e.g., your-custom-template.php:
<?php /** * Template Name: Name of your custom template */ ?> <div id="your-wrapper-div"> <?php while ( have_posts() ) : the_post(); ?> <div id="your-container-div-for-each-post"> <?php the_content(); ?> <?php the_post_thumbnail(); ?> </div> <?php endwhile; ?> </div> You can use whatever template tags that you’d like, check out the WordPress documentation.
Contributors and developers
“Insert Pages” is open source software. The following people have contributed to this plugin.
WPS
6.76
Average
Ratings
4.8 out of 5 | 71Version
3.11.3Last updated
2 weeks agoActive installations
40,000+WordPress version
6.9.4 or higherPHP version
or higherLanguages
6Tags
Embed,Insert,Pages,ShortcodeOther plugins you might like
Classic Editor
By WordPress.org
WPS
7.65
Very Good
1.2k+reviews
active installation
Tested with
6.9.4Yoast Duplicate Post
By Yoast
WPS
7.7
Very Good
529+reviews
active installation
Tested with
6.9.4Advanced Editor Tools
By Andrew Ozz
WPS
7.53
Very Good
353+reviews
active installation
Tested with
6.9.4Advanced Custom Fields (ACF®)
By WP Engine
WPS
7.55
Very Good
1.4k+reviews
active installation
Tested with
6.9.4Custom Post Type UI
By webdevstudios
WPS
7.68
Very Good
273+reviews
active installation
Tested with
6.9.4TablePress – Tables in WordPress made easy
By Tobias Bäthge
WPS
7.55
Very Good
4.6k+reviews
active installation
Tested with
7.0