Pages In Widgets is a simple plugin that allows you to insert a the content of a page created in the normal WordPress pages interface into a widget.
Pages In Widgets is a plugin that allows you to insert a the content of a page created in the normal WordPress pages interface into a widget.
This most helpful on theme where the from page is a serious of widget areas. By using this widget it allows you to edit widgets areas using the visual editor build into WordPress.
This plugin is open source (GPLv3), any changes can be contributed at https://github.com/JaydenMajor/Pages-In-Widgets
I developed this plugin because i found that i was writing HTML in text widgets and the sites needed to be edited by non technical people and inserting a page into a widget was the easiest way.
Yes. There are two filters for each posts and pages output. For content postsinwidgets_content
and pagesinwidgets_content
as well as pagesinwidgets_image
and postsinwidgets_image
for filtering images.
Release Data: March 6, 2020
* Feature – Include the option to sho private posts in the posts in pages widget
Release Date: December 17, 2019
* Bug Fix – Fixed an issue were the output of the post title would be an h4 even when configured otherwise. – This bug weas only posts and not for pages.
Release Date: December 13, 2019
* Bug Fix – Fixed an issue were the image output wasn’t being output.
Release Date: December 12, 2019
* Hot Fix – Bug that would have required to open the widget and save. Re saveing widgets no longer required.
Release Date: December 12, 2019
* Added Filters for both content and images.
* Thanks to @kzeni for provideing this update.
Release Date: July 31, 2019
* Added ability to change heading Type.
* Fixed some activation issues after updateing.
Release Date: May 03, 2016
* Added Widget to allow inserting of posts into widgets areas
* Changed plugin structure to better support the above changes
* Changed the way the plugin queries for pages and posts – Should help with some peoples problems with the plugin
Release Date: Dec 29, 2015
* Added Output Type Selection
* By Default keep html page formatting i.e. previous version just removed some html tags
Release Date: Dec 06, 2015
* i18n: Use translate.wordpress.org to translate the plugin.
* i18n: Update textdomain, same as the plugin slug.
* Add phpDocs.
Release Date: Nov 18, 2015
* Added Custom class opton.
Release Date: Oct 16, 2015
* Security: Prevent direct access to php files.
* Security: Prevent direct access to directory.
* i18n: Add translation functions.
Release Date: Aug 11, 2015
* Bug Fix: Move away from using PHP 4 style constrictors – Needed for wordpress 4.3.
Release Date: May 13, 2015
* Bug Fix: Fixed issue were widget appeared to loose preferences. (No preferences were lost this was just a display error).
Release Date: May 12, 2015
* Initial release.