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.

Multisite Featured Blog

توضیحات

This plugin helps to create a widget and shortcode to create featured blogs.

Following are the things done

A settings page created for featured.
You can enter the blog id in the blog id: text box in the settings page and click on get blog details button .
This will fetch( by AJAX ) get the blog name , blog link , and blog Avatar ( based on the avatars plugin ).
It will also add two buttons
Add this blog -> Which will add this blog to the featured blog list
Can -> it will not add the blog to the featured blog list.
Then saving the settings will save it. The settings are saved different for each blog .
Then the user can use the widget as follows .
Drag the widget on a widgetize area.
Enter the blogids in the widget , then those blogs will be used as featured blogs.
If nothing is entered in the bloglist the blog list from the settings will be taken.
The user can use the short code as follows

The user can specify the blog list in short code argument. For e.g:- [multisite_featured_blogs blogids=”3,2″].The those blogs will be displayed in the featured blog list.
If the user passes no argument then in case the featured blog list will be taken from the settings. For e.g:- [multisite_featured_blogs]

This plugin was done as a part of some work done for http://premium.wpmudev.org/ , but was later not released.
Thanks for all the help for this plugin from WPMU Dev

نصب

  1. Upload Folder ‘multisitefeaturedblog’ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You are Ready 🙂

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

What does this plug in do ?

This plugin helps to create a widget and shortcode to create featured blogs.

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

خواندن تمامی 2 نقد و بررسی‌

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

“Multisite Featured Blog” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

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

ترجمه “Multisite Featured Blog” به زبان شما.

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

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

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

1.0

  • First Version of the plugin