Title: Featured Posts Pro
Author: thapa.laxman
Published: <strong>अक्टोबर 3, 2016</strong>
Last modified: अप्रिल 4, 2019

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/featured-posts-pro/assets/banner-772x250.jpg?rev=1507123)

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://ps.w.org/featured-posts-pro/assets/icon-256x256.png?rev=1507123)

# Featured Posts Pro

 [thapa.laxman](https://profiles.wordpress.org/thapalaxman/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/featured-posts-pro.1.4.zip)

 * [विवरण](https://ne.wordpress.org/plugins/featured-posts-pro/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/featured-posts-pro/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/featured-posts-pro/#installation)
 * [विकास](https://ne.wordpress.org/plugins/featured-posts-pro/#developers)

 [सहायता](https://wordpress.org/support/plugin/featured-posts-pro/)

## विवरण

### Featured Posts Pro

allows administrator and editor an option to set posts, pages & custom posts as 
a featured posts very easily. Posts, pages & custom posts can be set as featured
posts using a checkbox on the posts list page or on the edit page of the post. Please
see screenshots to be more clear.

### Featured Posts Pro

also adds a widget that will list the recent featured posts. This is similar to 
the default recent posts widget except this widget displays recent featured posts
instead. The template for the **Featured Posts Pro Widget** can be customized with
your theme.

### How to use in the theme

You can to get the featured posts, you need to make a custom query as follows

### sample code to get the featured posts with orders

`$args = array(
 ‘post_type’ => ‘any’, ‘posts_per_page’ => 10, ‘no_found_rows’ =
> true, ‘post_status’ => ‘publish’, ‘ignore_sticky_posts’ => true, ‘meta_query’ 
=> array( array( ‘relation’ => ‘OR’, array( ‘key’ => ‘post_featured_position’, ‘
compare’ => ‘EXISTS’ ), array( ‘key’ => ‘post_featured_position’, ‘compare’ => ‘
NOT EXISTS’ ), ), array( ‘relation’ => ‘AND’, ‘key’ => ‘is_post_featured’, ‘compare’
=> ‘=’, ‘value’ => 1 ) ), ‘orderby’ => ‘meta_value_num’, ‘order’ => ‘ASC’, ) ;

$featuredPosts = new WP_Query( $args );`<h3>sample code to get the featured posts
without order</h3>`$args = array(
 ‘posts_per_page’ => 10, ‘no_found_rows’ => true,‘
post_status’ => ‘publish’, ‘ignore_sticky_posts’ => true, ‘meta_key’ => ‘is_post_featured’//
this is the meta key used for the featured posts ) ;

$featuredPosts = new WP_Query( $args );`

or if you simple want tp

### How to customize the widget

You can customize the widget template as follows:
 1. create a folder ‘featured_posts_pro_tpls’
inside your theme folder 2. create two php files named as ‘tpl_featured_posts_pro_large.
php’ & ‘tpl_featured_posts_pro_small.php’ in the ‘featured_posts_pro_tpls’ folder
you just created 3. template file ‘tpl_featured_posts_pro_large.php’ will be used
to render the widget when widget size is selected as large & similarly ‘tpl_featured_posts_pro_small.
php’ is for small widget size 3. copy and paste the content from plugin_fold er 
> featured-posts-pro > public > partials > featured_posts_pro-widget.php in the 
above two files 4. make the layout changes as you wish.

## स्क्रिनसटहरू

[⌊Posts list page with 'featured' option⌉⌊Posts list page with 'featured' option⌉[

Posts list page with ‘featured’ option

[⌊'Featured' option while creating or editing a new post⌉⌊'Featured' option while
creating or editing a new post⌉[

‘Featured’ option while creating or editing a new post

[⌊Featured Posts Pro as a widget⌉⌊Featured Posts Pro as a widget⌉[

Featured Posts Pro as a widget

[⌊Widget template customization⌉⌊Widget template customization⌉[

Widget template customization

[⌊Ability to use custom post types as well for the featured posts⌉⌊Ability to use
custom post types as well for the featured posts⌉[

Ability to use custom post types as well for the featured posts

[⌊Set ordering of the featured posts⌉⌊Set ordering of the featured posts⌉[

Set ordering of the featured posts

## स्थापना

 1. Install using the WordPress built-in Plugin installer, or Extract the zip file 
    and drop the contents in the `wp-content/plugins/` directory of your WordPress 
    installation.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. If you want to use the widget, then go to Apperance > Widgets > Featured Post Pro
 4. The options on the widget are self explained

## प्रश्नोत्तर

  How can I contact you?

You can contact me from http://www.lakshman.com.np/featured-posts-pro/

## समीक्षाहरू

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

### 󠀁[Great plugin that does what other plugins didn’t do!](https://wordpress.org/support/topic/great-plugin-that-does-what-other-plugins-didnt-do/)󠁿

 [SforSteph](https://profiles.wordpress.org/sforsteph/) जनवरी 16, 2017

Great plugin – and great plugin author who fixed a minor issue with the plugin for
me very quickly! Highly recommend!!

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

### 󠀁[perfect](https://wordpress.org/support/topic/perfect-1799/)󠁿

 [alina2002](https://profiles.wordpress.org/alina2002/) अक्टोबर 22, 2016

this is what i was looking. simple yet effective.

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

### 󠀁[FUnky image](https://wordpress.org/support/topic/funky-image/)󠁿

 [resepan](https://profiles.wordpress.org/resepan/) अक्टोबर 15, 2016 1 जवाफ

feature image looks so funky it’s vertical list https://postimg.org/image/7oroxkt9x/

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

### 󠀁[perfect](https://wordpress.org/support/topic/perfect-852/)󠁿

 [thapa.laxman](https://profiles.wordpress.org/thapalaxman/) अक्टोबर 7, 2016

perfect

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

### 󠀁[nice plugin](https://wordpress.org/support/topic/nice-plugin-393/)󠁿

 [Kabitaprocab](https://profiles.wordpress.org/kabitaprocab/) अक्टोबर 7, 2016

nice plugin

 [ सबै 4 समीक्षाहरू पढ्नुहोस् ](https://wordpress.org/support/plugin/featured-posts-pro/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Featured Posts Pro” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ thapa.laxman ](https://profiles.wordpress.org/thapalaxman/)

[“Featured Posts Pro” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/featured-posts-pro)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/featured-posts-pro/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/featured-posts-pro/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/featured-posts-pro/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/featured-posts-pro/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### 1.3.0

The ability to include custom post types for the featured posts. The featured post
can now be ordered.

#### 1.3.2

‘Posts’ post type is selected by default

#### 1.3.5

bug on ‘quick edit’ on posts page fixed

#### 1.3.8

bug fixes

#### 1.4

fixed bug that prevented the plugin to be used on child theme. Thx to Shane Bill
on identifying this issue.

## मेटा

 *  संस्करण **1.4**
 *  पछिल्लो अपडेट **7 वर्ष अघि**
 *  सक्रिय स्थापना **100+**
 *  वर्डप्रेस संस्करण ** 3.0.1 वा उच्च **
 *  जाँच गरिएको **5.1.24**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/featured-posts-pro/)
 * ट्यागहरू
 * [featured](https://ne.wordpress.org/plugins/tags/featured/)[featured post widget](https://ne.wordpress.org/plugins/tags/featured-post-widget/)
   [featured posts](https://ne.wordpress.org/plugins/tags/featured-posts/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/featured-posts-pro/advanced/)

## रेटिङ्गहरू

 ५ मा 4.2 तारा।

 *  [  4 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/featured-posts-pro/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/featured-posts-pro/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/featured-posts-pro/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/featured-posts-pro/reviews/?filter=2)
 *  [  1 1-तारा समीक्षा     ](https://wordpress.org/support/plugin/featured-posts-pro/reviews/?filter=1)

[तपाईँको समीक्षा](https://wordpress.org/support/plugin/featured-posts-pro/reviews/#new-post)

[सबै समीक्षाहरू हेर्नुहोस्](https://wordpress.org/support/plugin/featured-posts-pro/reviews/)

## योगदानकर्ताहरू

 *   [ thapa.laxman ](https://profiles.wordpress.org/thapalaxman/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/featured-posts-pro/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](http://www.lakshman.com.np/featured-posts-pro/)