描述
The Awesome featured posts is a light weight WordPress plugin. It enables custom, flexible and
featured posts. User can see Latest Featured Posts in Simple List View/Slider View. User can
display posts from specific category / tag or multiple categories / tags. User can style the
widget individually.It allows you to display a list of featured posts with/without thumbnail, excerpt,
post date and much more. You can set the size for the thumbnail or just take the standard from your
options. You can also show the excerpt with first 3 or more words and with/without Read More
text
option. It allows user to choose where to display posts in website.
Features
- Allows to display Featured Posts in two ways:
a. Simple List View
b. Using Slider - Most useful feature of this plugin is user can see Latest Featured Posts by setting number of
months field eg: 2 months / 5 months old posts - Allows to display posts in slider by just Turn On/Off Show Posts In Slider
- Allows you to display featured posts from specific category / tag or multiple categories /
tags - Slider options such as AutoPlay, Pagination, Stop on Hover, Time Interval, Sliding Speed
- Allows to set Title
- Allows to assign text Before/After Post
- Supports Post, Page post type
- Supports Offset field
- Allows to set number of Posts to display
- Order by Date, ID, Parent, Comment Count, Random
- Turn On/Off Post Meta field, eg: [post_categories] [post_tags]
- Display excerpt, with customizable length and
read more...
text - Display post date / post modified date / Relative Date. eg: 5 days ago of Post
- Display thumbnails, with customizable size and alignment
- Choose pages to display posts
- Allows to add Custom css to display Featured Posts
螢幕截圖
安裝
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
常見問題
- 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 youbetter 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
.
評價
貢獻者及開發者
修改日誌
1.0
Initial Release
1.1
Updated Release