
Veja descrição em portugues em: http://onespace.com.br/lastpost/
This plugin provides you with a shortcode that returns the latest posts from specifics categories or post_types, you can choose how many posts is to be show or what kind of information you can get from posts.
Arguments:
Info printing arguments:
More about date:
Date format uses php default formating symbols, here goes some of then;
d: day of month
m: month
y: year
it has some limitations, you can’t use escape chars (yet).
check the manual to see the complete list: http://php.net/manual/en/function.date.php
A few examples:
[os_lastpost id=”x,y,z” num=2 info=”title,date:d/m/y,thumb:130,excerpt:120: … veja mais”]
returns the latest 2 posts from post categories x, y and z, printing the date on Day/Month/Year, featured image 130 px of width, 120 chars from post content (html stripped) and a custom text ” … veja mais” at the end.
[os_lastpost post_type=”custom_post_type” num=5 info=”title,excerpt”]
returns the latest 5 posts from a custom post type, printing title, and the first 60 chars from the post content and a default text ” … read more”
[os_lastpost post_type=”post” num=5 info=”title,content”]
returns the latest 5 posts from all your categories, printing title, and full content
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.