Title: Display Last Post(s)
Author: fbarret
Published: <strong>Mayo 27, 2010</strong>
Last modified: Mayo 28, 2010

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://s.w.org/plugins/geopattern-icon/display-last-posts.svg)

# Display Last Post(s)

 Ni [fbarret](https://profiles.wordpress.org/fbarret/)

[I-download](https://downloads.wordpress.org/plugin/display-last-posts.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/display-last-posts/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/display-last-posts/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/display-last-posts/#installation)
 * [Development](https://tl.wordpress.org/plugins/display-last-posts/#developers)

 [Suporta](https://wordpress.org/support/plugin/display-last-posts/)

## Deskripsyon

**Display Last Posts** is a plugin that allows you to display the last post(s) (
by default, the last one only) anywhere on your blog.

Official page and french translation : http://www.fb-graphic.com/bonus/display-last-
posts-wordpress-plugin

Two ways are available: using a shortcode in posts or pages, within the CMS, or 
putting a small PHP code in a template of your theme.

**shortcode** : [last-posts] or [last-posts nb=”5″ cont=”excerpt”]

**code PHP** : < ?php lastPosts(”,”); ?> or < ?php lastPosts(5,’excerpt’); ?> (suppress
space between < and ?)

The shortcode is: **[last-posts]**
 By default, only the last post is displayed,
with its whole content. Optional arguments, ex.: **[last-posts nb=”5″ cont=”excerpt”]**–
with [nb] you specify the quantity of posts you want to display (always newest first),
and with [cont=”excerpt”] you specify that only the excerpt of the posts will be
displayed.

The PHP code for templates is: **< ?php lastPosts(”,”); ?>**
 By default, only the
last post is displayed, with its whole content. Optional arguments, ex.: **< ?php
lastPosts(5,’extrait’); ?>** – the first argument specify the number of posts to
display (always newest first), and the second one specify that only the excerpt 
must be displayed.

**Display Last Post(s)** is widely inspired by the sc_liste() function given here:

http://www.webinventif.fr/wordpress-creation-de-shortcode-avance/

### CSS styling

The code produced is included in a

<

div> with class=”display-last-post” (

<

div class=”display-last-posts”>). You can then easily apply a remote CSS.

### Bug Reports / Suggestions

You can contact me here: http://www.fb-graphic.com/fb-contact.php
 Thanks to specify[
Display Last Post ] in the title.

### Donate Link

If you wish to donate, please go there: http://www.fb-graphic.com/dons/
 Thanks!

### License

copyright (c) 2010 Francois Barret < www.fb-graphic.com >

The free distribution, use and modification of this source are permitted provided
they meet the following clauses:

 * This entire notice and the entire license must be preserved.
 * The name and internet references (web adresses) of the author must stay visible
   whatever the mode of distribution and modification of the source.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(
INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

## Pag-install

Realised under WordPress 2.9.2 – at least valid for this version.

Download and unzip “display-last-post.zip” – place the “display-last-post” folder
in the wp-content/plugins folder. Then activate Display Last Post(s) form the Plugins
panel.

## FAQ

/

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Display Last Post(s)” ay open source software. Ang mga sumusunod na tao ay 
nag-ambag sa plugin na ito.

Mga Contributor

 *   [ fbarret ](https://profiles.wordpress.org/fbarret/)

[Isalin ang “Display Last Post(s)” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/display-last-posts)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/display-last-posts/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/display-last-posts/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/display-last-posts/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/display-last-posts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

/

## Meta

 *  Bersyon **1.0**
 *  Huling na-update **16 taon ang nakalipas**
 *  Mga aktibong installation **70+**
 *  Bersyon ng WordPress ** 1.5 o mas bago **
 *  Sinubukan hanggang **2.9.2**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/display-last-posts/)
 * Mga Tag
 * [last](https://tl.wordpress.org/plugins/tags/last/)[page](https://tl.wordpress.org/plugins/tags/page/)
   [post](https://tl.wordpress.org/plugins/tags/post/)[posts](https://tl.wordpress.org/plugins/tags/posts/)
   [shortcode](https://tl.wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://tl.wordpress.org/plugins/display-last-posts/advanced/)

## Mga Rating

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/display-last-posts/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/display-last-posts/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/display-last-posts/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/display-last-posts/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/display-last-posts/reviews/?filter=1)

[Ang iyong review](https://wordpress.org/support/plugin/display-last-posts/reviews/#new-post)

[Tingnan lahat ng mga review](https://wordpress.org/support/plugin/display-last-posts/reviews/)

## Mga Contributor

 *   [ fbarret ](https://profiles.wordpress.org/fbarret/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/display-last-posts/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](http://www.fb-graphic.com/dons/)