توضیحات
This plugin will automatically generate a page-specific widget area that replaces the content of the page when selecting the ‘Widgetized Page’ template. Requires the Genesis Framework.
You can add support for Genesis structural wraps when using the ‘Widgetized Page’ template along with the full-width Genesis page layout option. The following example shows how you can implement this on your theme:
// Add structural wrap to page widget area section
add_theme_support( 'genesis-structural-wraps', array( 'header', 'footer-widgets', 'footer', 'site-inner', 'page-widget-area' ) );
عکسهای صفحه
نصب
Using The WordPress Dashboard
- Navigate to the ‘Add New’ Plugin Dashboard
- Click on ‘Upload Plugin’ and select
widgetized-page-template.zip
from your computer - Click on ‘Install Now’
- Activate the plugin on the WordPress Plugins Dashboard
Using FTP
- Extract
widgetized-page-template.zip
to your computer - Upload the
widgetized-page-template
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins Dashboard
نقد و بررسیها
توسعه دهندگان و همکاران
“Widgetized Page Template” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“Widgetized Page Template” به 2 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمکهایشان.
ترجمه “Widgetized Page Template” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
1.1.0
- The page widget area output is now automatically saved to
post_content
in the database for improved indexing and site search. - Code and syntax fixes to ensure compatibility with latest WordPress version.
- Added Spanish translations.
1.0.5
- Fixed bug where page template was breaking search results and prevented them from displaying correctly.
1.0.4
- Added a live edit button to the page editor screen that automatically redirects to the page widget area section in the Customizer.
1.0.3
- Removed previous version’s compatibility issue fix (no longer needed with Genesis v2.5.2).
1.0.2
- Fixed compatibility issue with Genesis v2.5.1.
1.0.1
- Added support for WordPress v4.7 and above.
1.0.0
- Initial release.