Loading...
banner plugin Image
woo-image

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.

check-fill
Embed
check-fill
Insert
check-fill
Pages
check-fill
Shortcode

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
Exclamation-Image

6.82

Average

Star-Image

Ratings

4.8 out of 5 | 71
History-Image

Version

3.11.3
calendar-Image

Last updated

1 month ago
Star-Image

Active installations

40,000+
Star-Image

WordPress version

6.9.4 or higher
php-Image

PHP version

or higher
translate-Image

Languages

6

Tags

Embed,Insert,Pages,Shortcode