هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Arbitrary Sidebars

الوصف

Arbitrary Sidebars allows you to add widget areas via an page in the WordPress admin area. What you do with those sidebars on the front end is up to you and your theme.

This plugin requires PHP 5.3+. Please check your server configuration before installing.

Some use case ideas:

  • The end user wants to associate sidebars with individual posts and pages. This plugin ould provide half that functionality: easily creating widget areas.
  • You need reusable content blocks and want to take advantage of the widget system.

لقطات الشاشة

  • View of the admin list table, where you see all the sidebars current registered with this plugin.
  • The form to add a new sidebar.

التنصيب

Install via the WP Admin installer. OR…

  1. Click the big button and grab the plugin zip file.
  2. Unzip it
  3. Upload the arbitrary-sidebars folder to your wp-content/plugins directory
  4. Activate the plugin via the admin area.

الأسئلة المتكررّة

How can I change the args paged to register_sidebar?

First off, the sidebar name and ID are defined in the admin screen.

There are a few filters you can hook into and use to modify other args.

Hook into arbitrary_sidebars_args to modify the the sidebar arguments for the entire plugin.

Hook into arbitrary_sidebars_single_args to modify the arguments for a single sidebar based on its ID.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Arbitrary Sidebars” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Arbitrary Sidebars“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0

  • First release
  • Allows user to add widget areas via an admin screen