ຄຳອະທິບາຍ
The Page in Widget widget lets you display a page content inside a widget. This way you have more control how the content is displayed, and it’s much easier than hacking your own HTML.
The output is filtered through the_content-filter which means that paragraph tags are added, just as any other post or page.
ການຕິດຕັ້ງ
- Upload the zipfile to the
/wp-content/plugins/directory - Extract and remove it
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.
ຄຳຖາມທີ່ພົບເລື້ອຍ
- Installation Instructions
-
- Upload the zipfile to the
/wp-content/plugins/directory - Extract and remove it
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.
- Upload the zipfile to the
ການຣີວິວ
ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ
“Page in Widget” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.
ຜູ້ຮ່ວມພັດທະນາແປ “Page in Widget” ເປັນພາສາຂອງເຈົ້າ.
ສົນໃຈຮ່ວມພັດທະນາບໍ່?
ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.
ບັນທຶກການປ່ຽນແປງ
1.3
- New author: airspray. Big thanks to original author carlfredrik.hero
- Added support for WordPress 4.5
1.2
- Added support for WPML translation (thanks to altert)
1.1.1
- Added missing
echo $before_widget;
1.1
- The plugin now consider the
<!--more-->tag - Added option to show/hide the more link
- Added proper filtering to output
1.0
- Initial release