Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

L7 Display Posts

Beschrijving

Use a shortcode to display your posts. Display them by tag, number of posts, order (asc, desc), orderby (date, time created, none, ID, author, title, parent, rand), pagination (pages), and display the results in one column or two.

Intended to be used with object caching (memcache) for maximum efficiency.

[Display Posts tag=’a tag’ pages=’true’ posts=’7′ order=’desc’ orderby=’date’]

cat

  • Category name. Add multiple categories separated by commas. (Note: Using cat and tag will increase query load dramatically)

Tag

  • Tag name. Add mulitiple tags separated by commas.

pagina’s

  • True or false. Display the posts with pagination or all on one page.

berichten

  • Number of posts to display. If pages is true it is the number of posts per page.

order

  • Display the posts in descending or ascending order.

orderby (There are many options including)

  • Datum
  • time created
  • geen
  • ID
  • Auteur
  • Titel
  • hoofd
  • rand

Requires PHP version 5.3.0 or greater.

Installatie

Admin Panel

  1. Search for l7 Display Posts.
  2. Install plugin.
  3. Activate plugin.

Handmatige installatie

  1. Upload the entire /l7-display-posts directory to the /wp-content/plugins/ directory.
  2. Activate Primary Tag Plugin through the ‘Plugins’ menu in WordPress.

FAQ

How do I utilize the object caching feature for maximum speed and efficiency?

To maximize this plugins object caching features it is recommended that a caching plugin be installed. There are many free caching plugins available. It order to utilize memcache you may have to contact your hosting provider.

Beoordelingen

3 september 2016
This plugin is very efficient. Updates object cache when post is saved or updated so user never hits an empty cache. Great for sites with huge numbers of posts and high traffic.
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“L7 Display Posts” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “L7 Display Posts” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1.0

  • First release