ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Must Read!

وضاحت

This plugin allows you to mark any of your articles as a “Must Read” to display them anywhere in a pretty convenient way.

There are three possible ways to display the list.

Widget

Just go to the Widgets screen and find the “Must Read!” widget. You can place it in any sidebar and adjust the settings.

Shortcode

[mustread number=5 image=above_title date=1 author=1 excerpt=1]

All supported params and their values are available in the FAQ section.

PHP function

mustread( array(
    'posts_number'    => 5,     // integer
    'display_image'   => false, // false|above_title|below_title
    'display_date'    => false, // true|false
    'display_author'  => false, // true|false
    'display_excerpt' => false, // true|false
), true );

The last parameter controls the output of the function. If you provide a false there, the function will return list HTML.

تصوير

  • Widget with the list
  • Must Read setting on post edit screen
  • Widget settings

انسٽاليشن

Go to your WordPress wp-admin. Plugins -> Add New. Search for “Must Read!” and install it.

FAQ

Installation Instructions

Go to your WordPress wp-admin. Plugins -> Add New. Search for “Must Read!” and install it.

Is there a post number limit on the list?

By default, it’s 5, but you can control this in the widget settings or shortcode/function parameters.

What are the shortcode parameters?

Supported shortcode params are:

  • number – integer – number of posts to display
  • image – 0|above_title|below_title – if display the image and where
  • date – 1|0 – if display the post date
  • author – 1|0 – if display the post author
  • excerpt – 1|0 – if display the post excerpt

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“Must Read!” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Must Read!” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.0.0

Initial release