WordPress Posted Display

Plug-in Posted Display Widget & ShortCode Add. You can also save and display your browsing history to Cookie.
- Save your browsing history of the posts to Cookie, you can view the information in the widget and the short code.
- You can create a widget and a short code that can display the posts in any.
- You can view the information in the widget and the short code posts that belong to any category ID.(Multiple specified)
- You can view the information in the widget and the short code posts that belong to any tag ID.(Multiple specified)
- You can view the information in the widget and the short code posts that belong to any user ID.(Multiple specified)
- When the output type is category, tag or user, when ID is not specified, it is automatically acquired from information of post page.
In a Posts or Pages
You can use the short code in the Posts or Pages. It is possible to get a short code with the registered template list, use Copy.
You can specify the maximum number to be displayed by changing the value of the posts.
[ Example ]
<?php
if ( shortcode_exists( 'wp-posted-display' ) ) {
echo do_shortcode( '[wp-posted-display id="1" posts="5" sort="0"]' );
}
?>
ShortCode Params Sorted by
- sort=”0″: Input order
- sort=”1″: Date descending order
- sort=”2″: Date ascending order
- sort=”3″: Random
Contact
- email to foundationmeister[at]outlook.com
- twitter @miiitaka
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



