
Awesome Featured Post Widget helps you to display Latest Featured Posts with thumbnails, post excerpt,
slider, and much more.
| Author: | Accrete InfoSolution Technologies LLP (profile at wordpress.org) |
| WordPress version required: | |
| WordPress version tested: | |
| Plugin version: | 1.2 |
| Added to WordPress repository: | 19-09-2016 |
| Last updated: | 14-03-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 100 |
| Rated by: | 3 |
| Plugin URI: | |
| Total downloads: | 2 755 |
| Active installs: | 10+ |

Click to start download
|
Screenshots

Custom Post settings

Screen Settings - select posts according to category, tag or taxonomy.

Screen Settings - select particular posts.

Slider Setting

Display date of post and excerpt

Display post image size

Display Posts Vertically

Display Posts Horizontally in Slider
FAQ
Installation Instructions
Through Dashboard
- Log in to your WordPress admin panel and go to Plugins -> Add New -> Upload Plugin
- Type
Awesome Featured Post Widget in the search box and click on search button
- Find
Awesome Featured Post Widget plugin
- Then click on Install Now after that activate the plugin
- Go to the widgets page Appearance -> Widgets
- Find and Drag the plugin from
Available widget area, place it and customize your widgets
Installing Via FTP
- Download the plugin to your harddisk
- Log in to your WordPress admin panel and go to Plugins -> Add New -> Upload Plugin
- Select zip file of plugin -> Install Now
- Then select
Activate the plugin
- Go to the widgets page Appearance -> Widgets
- Find and Drag the plugin from
Available widget area, place it and customize your widgets
Some parts of plugins are not working
Please check whether the plugin is already present in Inactive widget area or not? If yes, then you
better clear Inactive widget and Refresh page.
Display of Posts is not in a format as shown
There is a possibility of another plugin’s css applied over this plugin’s css.
How to add custom style?
The plugin comes with a very basic style, if you want to add custom style please do wp_dequeue_style
to remove the default stylesheet. Place the code below in your theme functions.php.
function prefix_remove_mfpw_style() {
wp_dequeue_style( 'mfpw-style' );
}
add_action( 'wp_enqueue_scripts', 'prefix_remove_mfpw_style', 10 );
Then you can add your custom style using Custom CSS plugin or in your theme style.css.
ChangeLog
1.0
Initial Release
1.1
Updated Release