ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

DeMomentSomTres Display Posts Shortcode

აღწერა

Based on development by Bill Erickson (http://www.billerickson.net/shortcode-to-display-posts/). We have added support to multisite in order to be capable of reading any other blog in the network.

The DeMomentSomTres Display Posts Shortcode was written to allow users to easily display listings of posts without knowing PHP or editing template files and extendend to take the maximum profit from a network install with multiple blogs.

Usage

Add the shortcode in a post or page, and use the arguments to query based on tag, category, post type, and many other possibilities (see the Arguments). I’ve also added some extra options to display something more than just the title: include_date, include_excerpt, and image_size.

Add the parameter blog_id to change the network instance number.

See the WordPress Codex for information on using the arguments.

The parameter metaorderby allows to order based on a metafield or customfield value. The parameter metaorderbynum does the same but considering the values as numbers.

History & Raison d’être

A customer of us needed a multisite website to implement multiple languages and she was using DeMomentSomTres Language Plugin. Although they could have many blogs they didn’t want to keep 3 blogs informed. However they wanted to show the blog in all the subsites. So we build this plugin allowing to show blog content from other sites in the multisite installation.

დაყენება

This plugin can be installed as any other WordPress plugin.

Requirements

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“DeMomentSomTres Display Posts Shortcode” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ DeMomentSomTres Display Posts Shortcode თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

v.2.4.1

  • parameter imagenolink to show thumbnails without links. Video thumbnail compatibility issue.

v2.4

  • Parameter imageaftertitle if set to true

v2.3

  • Parameter excludecategory

v2.2

  • Parameter old
  • Parameter empty

v2.1.3

  • order_by parameter in shortcode acts exactly as orderby

v2.1.2

  • Multisite error on empty queries solved.

v2.1

  • Empty query message

v1.1

  • metaorderby attribute added
  • metaorderbynum attibute added
  • administration page
  • open using javascript

v1.0

  • Initial version based on 2.2 by Bill Erickson.
  • Network parameter added.