
Flexible Recent Posts (FRP) plugin gives you possibility to add widget to your blog with recent posts using user-defined template.
The main features are:
title, featured image, excerpt, date, permalink, author, comments.Useful links:
Translators:
Licenses
Plugin template system supports 5 shortcodes related to current widget post, that you can use in your template:
Title [frp_title]
Displays post title.
Example: <h4>[frp_title]</h4>
Excerpt [frp_excerpt length=””]
Displays post excerpt using get_the_excerpt function.
You can specify excerpt length using length attribute. If not specified – default WordPress excerpt length used.
Example: <div class="excerpt">[frp_excerpt]</div>, [frp_excerpt length="15"]
Date [frp_date format=”F j, Y” time_since=”0″]
Displays post date. You can add format shortcode parameter to change date format. Read about format value here.
Add time_since parameter with 1 as value to display amount of elapsed time: 30 seconds ago, 5 minutes ago, 12 hours ago, 3 Jun.
Example: <div class="date">[frp_date format="Y/m/d g:i:s A"]</div>, <div class="elapsed">[frp_date time_since="1"]</div>
Link [frp_link]
Displays post permalink.
Example: <a href="[frp_link]">read more</a>
Featured image [frp_thumbnail size=”32×32″]
Displays featured post image. Add size shortcode parameter to change image size. You can define size using WIDTHxHEIGHT as value or size name (built-in or defined in theme).
Examples: [frp_thumbnail], [frp_thumbnail size="thumbnail"], [frp_thumbnail size="128x128"], [frp_thumbnail size="full"]
Author [frp_author link=”1″]
Displays name of the post’s author. Set link parameter to 0 if you want to disable link (author’s site) from author name.
Examples: [frp_author], [frp_author link="1"], [frp_author link="0"]
Comments [frp_comments no_text=”1″]
Displays the number of comments. Set no_text parameter to 1 if you want to disable comment text (just “23” instead of “23 Comments”).
Examples: [frp_comments], [frp_comments no_text="1"], [frp_comments no_text="0"]
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.