Title: Awesome Featured Post Widget
Author: accreteinfosolution
Published: <strong>ಸೆಪ್ಟೆಂಬರ್ 19, 2016</strong>
Last modified: ಮಾರ್ಚ್ 14, 2017

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/awesome-featured-post-widget/assets/banner-772x250.png?rev=
1596283)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/awesome-featured-post-widget/assets/icon-256x256.png?rev=1596281)

# Awesome Featured Post Widget

 ‍[accreteinfosolution](https://profiles.wordpress.org/accreteinfosolution/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/awesome-featured-post-widget.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/awesome-featured-post-widget/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/awesome-featured-post-widget/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/awesome-featured-post-widget/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/awesome-featured-post-widget/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/awesome-featured-post-widget/)

## ವಿವರಣೆ

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

 1.  Allows to display Featured Posts in two ways:
      a. **Simple List View** b. **Using
     Slider**
 2.  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_
 3.  Allows to display posts in slider by just **Turn On/Off Show Posts In Slider**
 4.  Allows you to display featured posts from **specific category / tag** or **multiple
     categories /
      tags
 5.  Slider options such as _AutoPlay, Pagination, Stop on Hover, Time Interval, Sliding
     Speed_
 6.  Allows to set Title
 7.  Allows to assign text Before/After Post
 8.  Supports Post, Page post type
 9.  Supports Offset field
 10. Allows to set number of Posts to display
 11. Order by Date, ID, Parent, Comment Count, Random
 12. Turn On/Off Post Meta field, _eg: [post\_categories] [post\_tags]_
 13. Display excerpt, with customizable length and `read more...` text
 14. Display post date / post modified date / Relative Date. eg: 5 days ago of Post
 15. Display thumbnails, with customizable size and alignment
 16. Choose pages to display posts
 17. Allows to add Custom css to display Featured Posts

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊Custom Post settings⌉⌊Custom Post settings⌉[

Custom Post settings

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

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

[⌊Screen Settings - select particular posts.⌉⌊Screen Settings - select particular
posts.⌉[

Screen Settings – select particular posts.

[⌊Slider Setting⌉⌊Slider Setting⌉[

Slider Setting

[⌊Display date of post and excerpt⌉⌊Display date of post and excerpt⌉[

Display date of post and excerpt

[⌊Display post image size⌉⌊Display post image size⌉[

Display post image size

[⌊Display Posts Vertically⌉⌊Display Posts Vertically⌉[

Display Posts Vertically

[⌊Display Posts Horizontally in Slider⌉⌊Display Posts Horizontally in Slider⌉[

Display Posts Horizontally in Slider

## ಸ್ಥಾಪನೆ

**Through Dashboard**

 1. Log in to your WordPress admin panel and go to Plugins -> Add New -> Upload Plugin
 2. Type `Awesome Featured Post Widget` in the search box and click on search button
 3. Find `Awesome Featured Post Widget` plugin
 4. Then click on Install Now after that activate the plugin
 5. Go to the widgets page Appearance -> Widgets
 6. Find and Drag the plugin from `Available widget` area, place it and customize your
    widgets

**Installing Via FTP**

 1. Download the plugin to your harddisk
 2. Log in to your WordPress admin panel and go to Plugins -> Add New -> Upload Plugin
 3. Select zip file of plugin -> Install Now
 4. Then select `Activate the plugin`
 5. Go to the widgets page Appearance -> Widgets
 6. Find and Drag the plugin from `Available widget` area, place it and customize your
    widgets

## FAQ

  Installation Instructions

**Through Dashboard**

 1. Log in to your WordPress admin panel and go to Plugins -> Add New -> Upload Plugin
 2. Type `Awesome Featured Post Widget` in the search box and click on search button
 3. Find `Awesome Featured Post Widget` plugin
 4. Then click on Install Now after that activate the plugin
 5. Go to the widgets page Appearance -> Widgets
 6. Find and Drag the plugin from `Available widget` area, place it and customize your
    widgets

**Installing Via FTP**

 1. Download the plugin to your harddisk
 2. Log in to your WordPress admin panel and go to Plugins -> Add New -> Upload Plugin
 3. Select zip file of plugin -> Install Now
 4. Then select `Activate the plugin`
 5. Go to the widgets page Appearance -> Widgets
 6. 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`.

## ‍ವಿಮರ್ಶೆಗಳು‍

![](https://secure.gravatar.com/avatar/fd0836c893f39c43bedf19d56cbb48df39439001d1015d88a4755dd94be16c3d?
s=60&d=retro&r=g)

### 󠀁[The best by far!](https://wordpress.org/support/topic/the-best-by-far-8/)󠁿

 [tanviraghanchi](https://profiles.wordpress.org/tanviraghanchi/) ಫೆಬ್ರವರಿ 15, 2017

This plugin has given us exactly what we were looking for.We have saved so much 
time, no manual entries for us in scheduling our appointments.This plugin works 
like a charm.

![](https://secure.gravatar.com/avatar/c661e381700576e84b376d85d65104999760895318f3f0442cd3111d3b0076b9?
s=60&d=retro&r=g)

### 󠀁[Featured Posts](https://wordpress.org/support/topic/featured-posts-27/)󠁿

 [dimpalsuthar](https://profiles.wordpress.org/dimpalsuthar/) ಫೆಬ್ರವರಿ 13, 2017

Great features.. Allows to view latest posts in slider …one of the best plugins 
i have ever used with Slider options with AutoPlay, Pagination, Stop on Hover, Time
Interval, Sliding Speed….

![](https://secure.gravatar.com/avatar/c10cfd013aabaebdae888f7e783c61a2b228bf44e0633127cce82d59f7a4b23d?
s=60&d=retro&r=g)

### 󠀁[Latest Posts display in Slider](https://wordpress.org/support/topic/latest-posts-display-in-slider/)󠁿

 [sarthakshah](https://profiles.wordpress.org/sarthakshah/) ಸೆಪ್ಟೆಂಬರ್ 27, 2016

Great Plugin with filter option to display latest Posts and slider option.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/)

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Awesome Featured Post Widget” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ
ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

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

[“Awesome Featured Post Widget” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/awesome-featured-post-widget)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/awesome-featured-post-widget/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/awesome-featured-post-widget/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/awesome-featured-post-widget/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/awesome-featured-post-widget/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0

_Initial Release_

#### 1.1

_Updated Release_

## ಮೆಟಾ

 *  Version **1.2**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **9 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10+**
 *  Language
 * [English (US)](https://wordpress.org/plugins/awesome-featured-post-widget/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [category](https://kn.wordpress.org/plugins/tags/category/)[featured posts](https://kn.wordpress.org/plugins/tags/featured-posts/)
   [tags](https://kn.wordpress.org/plugins/tags/tags/)[thumbnails](https://kn.wordpress.org/plugins/tags/thumbnails/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/awesome-featured-post-widget/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/awesome-featured-post-widget/reviews/)

## ಕೊಡುಗೆದಾರರು

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

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/awesome-featured-post-widget/)