Beskrivelse
Sider i widgeter er en enkel utvidelse som lar deg sette inn innholdet av en side laget i det vanlige WordPress-grensesnittet inn i en widget.
Dette er veldig nyttig med tema hvor forsiden er en serie widgetområder. Ved å bruke denne widgeten lar det deg redigere widgetinnhold ved bruke redigeringsverktøyet innebygget i WordPress.
This plugin is open source (GPLv3), any changes can be contributed at https://github.com/JaydenMajor/Pages-In-Widgets
Skjermskudd
Installasjon
Install From WordPress Repository
- Find and Install & activate Pages In Widgets
- To use go to widgets and drag & drop the Pages In Widgets widget to the selected section
- The widget will ask you to select a page and if you want to display the page title
- Save the content for the selected page will now be included in the widget section
Install Via Upload
- Download the Pages In Widgets plugin from either wordpress.org of jaydenmajor.com/plugins
- Upload, Install & activate Pages In Widgets
- To use go to widgets and drag & drop the Pages In Widgets widget to the selected section
- The widget will ask you to select a page and if you want to display the page title
- Save the content for the selected page will now be included in the widget sectiion
FAQ
- Why did you developed this plugin?
-
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.
- Can i use filters to change the plugin output?
-
Yes. There are two filters for each posts and pages output. For content
postsinwidgets_content
andpagesinwidgets_content
as well aspagesinwidgets_image
andpostsinwidgets_image
for filtering images.
Vurderinger
Bidragsytere og utviklere
“Sider i widgeter” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
Bidragsytere“Sider i widgeter” har blitt oversatt til 7 språk. Takk til oversetterne for deres bidrag.
Oversett “Sider i widgeter” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.9.4
Release Data: March 6, 2020
* Feature – Include the option to sho private posts in the posts in pages widget
1.9.3
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.
1.9.2
Release Date: December 13, 2019
* Bug Fix – Fixed an issue were the image output wasn’t being output.
1.9.1
Release Date: December 12, 2019
* Hot Fix – Bug that would have required to open the widget and save. Re saveing widgets no longer required.
1.9
Release Date: December 12, 2019
* Added Filters for both content and images.
* Thanks to @kzeni for provideing this update.
1.8
Release Date: July 31, 2019
* Added ability to change heading Type.
* Fixed some activation issues after updateing.
1.7
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
1.6.1
- Updated Widget to add adisional checks.
- Changed the way the plugin outputs data to display the page.
1.6
Release Date: Dec 29, 2015
* Added Output Type Selection
* By Default keep html page formatting i.e. previous version just removed some html tags
1.5
Release Date: Dec 06, 2015
* i18n: Use translate.wordpress.org to translate the plugin.
* i18n: Update textdomain, same as the plugin slug.
* Add phpDocs.
1.4
Release Date: Nov 18, 2015
* Added Custom class opton.
1.3
Release Date: Oct 16, 2015
* Security: Prevent direct access to php files.
* Security: Prevent direct access to directory.
* i18n: Add translation functions.
1.2.1
- Changed widget title form Page Widget -> Pages In Widget.
1.2
Release Date: Aug 11, 2015
* Bug Fix: Move away from using PHP 4 style constrictors – Needed for wordpress 4.3.
1.1
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).
1.0
Release Date: May 12, 2015
* Initial release.