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

Anywhere List Shortcode

الوصف

List the article 🙂

This plugin published on GitHub.

Fetures

  • WordPress post retrieve and list.
  • Purpose to be output by the number specified latest posts mainly is suitable.

You can simply put a “[list]” short code, to list the title of the latest article (link with) and the front page of your blog, sidebar, footer. Set category and custom post type, taxonomy also other it is also possible.

Parameters

Main parameters, refer to the get_posts of Codex.

  • post_type: WordPress post type. Default is post.(Default: post)
  • cat_name: Category slug.( Default: ” )
  • num: Number: The number of posts you want to output. ( Default: 10 )
  • class: Unorderd list’s class name. maybe easy controllable 🙂 ( Default: ” )
  • orderby: Post’s order. ( Default: post_date )
  • order: Ascending Descending. ( Default: DESC )
  • length: If you want to adjust the length of post title.( Default: empty )
  • taxonomy: If you want to output by specifying a custom taxonomy. ( Default: empty )
  • term: Required for ‘taxonomy’. ( Default: empty )
  • more: read more link text.( Default: … )
  • post_format: post format
  • thumbnail: Display post thumbnail.( Default: on )
  • slider_mode: If ‘on’, display only image.( Default: empty )

Example

  • [list] most simple.
  • [list post_type=post cat_name=news num=5 class=newslist] at visual editor.
  • <?php echo do_shortcode( '[list]' ); ?> at template.

Other

It can also be used in widget 🙂

Contact

Twitter: @marushu
email: shuhei.nishimura[at]gmail.com

التنصيب

  • A plug-in installation screen is displayed on the WordPress admin panel.
  • It installs it in wp-content/plugins.
  • The plug-in is made effective.

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

Installation Instructions
  • A plug-in installation screen is displayed on the WordPress admin panel.
  • It installs it in wp-content/plugins.
  • The plug-in is made effective.

المراجعات

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

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

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

المساهمون

ترجمة ”Anywhere List Shortcode“ إلى لغتك.

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

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

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

0.4

  • bug fix

0.3

  • add post thumbnail
  • remove unnecessary code(add filter etc)

0.2

  • add filter
  • no_filter option

0.1

  • First release 🙂