This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

HTML5 Widgets

توضیحات

With many HTML5 themes out now users will need more control over their widgets to take full advantage of the new HTML5 Semantics. This plugin allows you to change the DIV/Container element of each widget to one of the new HTML5 Semantic tags.

Tags Available

  • Aside
  • Section
  • Nav

If you like the plugin please rate it.

HTML5 Widgets – Info & Feature Discussion

Wizard Internet Solutions – Developers Site

To be notified of plugin updates, follow us on Twitter!

نصب

  1. Upload html5-widgets folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. On the Widgets page there will be a new box on each widget to allow you to choose its HTML5 Type.

سوالات متداول

Will this work on every theme?

Yes and no. This plugin will work modifying the containers, but themes like ‘TwentyTen’ use unordered lists ul to surround the widget areas and this will fail w3 validation since <ul> cannont contain elements other than <li>.

How do you fix the twentyten theme to work with this?

You can edit the sidebar.php file in the theme editor and remove <ul class="xoxo"> and </ul> for both the primary and secondary widget areas. Leave the <div>s and you should now validate.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“HTML5 Widgets” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “HTML5 Widgets” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

0.9.1

  • Fixed issue with replacement method.

0.9

  • Initial Release