Title: ZK Advanced Feature Post
Author: vnzinki
Published: <strong>ഡിസംബർ 16, 2010</strong>
Last modified: ഓഗസ്റ്റ്‌ 20, 2011

---

Search plugins

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://s.w.org/plugins/geopattern-icon/zk-advanced-feature-post.svg)

# ZK Advanced Feature Post

 By [vnzinki](https://profiles.wordpress.org/vnzinki/)

[Download](https://downloads.wordpress.org/plugin/zk-advanced-feature-post.1.8.21.zip)

 * [Details](https://ml.wordpress.org/plugins/zk-advanced-feature-post/#description)
 * [Reviews](https://ml.wordpress.org/plugins/zk-advanced-feature-post/#reviews)
 *  [Installation](https://ml.wordpress.org/plugins/zk-advanced-feature-post/#installation)
 * [Development](https://ml.wordpress.org/plugins/zk-advanced-feature-post/#developers)

 [Support](https://wordpress.org/support/plugin/zk-advanced-feature-post/)

## Description

 1. AJAX function to manage your feature post.
 2. Widget to display your feature list (for custom category only).
 3. Function for developer that can insert feature list into anywhere you want.

If you have any questions or suggestions, please comment : [Plugin page](http://zinki.info/158-wordpress-plugin-zk-advanced-feature-post).

## Screenshots

 * [[
 * Select feature post in the Admin panel
 * [[
 * Widget display

## Installation

 1. Upload `zk-advanced-feature-post` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Read the readme.txt

## FAQ

  How to use zk_featured() function ?

Using this code
 $options = array( ‘method’ => ‘loop’, // ‘loop’,’array’ – default
= ‘loop’ ‘cat’ => ‘3,4,5’, // default = ‘all’ ‘count’ => 16, // default = 5 ‘orderby’
=> ‘rand’, // ‘author’,’date’,’title’,’modified’,’parent’,’id’,’rand’,’comment_count’‘
order’ => ‘DESC’ // ‘ASC’,’DESC’ );

    ```
    zk_featured($options);
    ```

  The difference between ‘loop’ and ‘array’ method ?

This is ‘loop’ method
 $options = array( ‘method’ => ‘loop’, ‘count’ => 16 ); zk_featured(
$options);

    ```
    while (have_posts()) : the_post();
        //Do something
    endwhile;
    ```

And this is ‘array’ method
 $options = array( ‘method’ => ‘array’, ‘count’ => 16);
$result = zk_featured($options); echo ‘

    ```
    ';
            print_r($result);
            echo '
    ```

‘;

You can try to know how it works.

## Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## Contributors & Developers

“ZK Advanced Feature Post” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “ZK Advanced Feature Post” into your language.](https://translate.wordpress.org/projects/wp-plugins/zk-advanced-feature-post)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/zk-advanced-feature-post/),
check out the [SVN repository](https://plugins.svn.wordpress.org/zk-advanced-feature-post/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/zk-advanced-feature-post/)
by [RSS](https://plugins.trac.wordpress.org/log/zk-advanced-feature-post/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.8.21

 * Add option to get thumbnail from featured image
 * Add option to set excerpt lenght

#### 1.4.11

 * Revert to default wordpress query after sidebar call

#### 0.12.30

 * Fix class name error

#### 0.12.25

 * Fix CSS
 * Fix thumb display if there’s no image in post

#### 0.12.16

 * Change folder structure

#### 0.12.15

 * First version

## Meta

 *  Version **1.8.21**
 *  Last updated **15 വര്‍ഷങ്ങള്‍ ago**
 *  Active installations **10+**
 *  WordPress version ** 2.8.4 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/zk-advanced-feature-post/)
 * Tags
 * [featured](https://ml.wordpress.org/plugins/tags/featured/)[featured posts](https://ml.wordpress.org/plugins/tags/featured-posts/)
   [Highlight](https://ml.wordpress.org/plugins/tags/highlight/)[star](https://ml.wordpress.org/plugins/tags/star/)
   [starred](https://ml.wordpress.org/plugins/tags/starred/)
 *  [Advanced View](https://ml.wordpress.org/plugins/zk-advanced-feature-post/advanced/)

## Ratings

 5ൽ 3 നക്ഷത്രങ്ങൾ.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/zk-advanced-feature-post/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/zk-advanced-feature-post/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8YCWP2CL9XU4N&lc=VN&item_name=Wordpress%20Plugins&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)