چۈشەندۈرۈش
- AJAX function to manage your feature post.
- Widget to display your feature list (for custom category only).
- Function for developer that can insert feature list into anywhere you want.
If you have any questions or suggestions, please comment : Plugin page.
ئورنىتىش
- Upload
zk-advanced-feature-postto the/wp-content/plugins/directory - Activate the plugin through the ›Plugins‹ menu in WordPress
- 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.
باھالاشلار
بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.
تۆھپىكار ۋە ئىجادكار
«ZK Advanced Feature Post» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.
تۆھپىكار«ZK Advanced Feature Post» نى تىلىڭىزغا تەرجىمە قىلىڭ
ئىجادىيەتكە قىزىقامسىز؟
كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.
ئۆزگىرىش خاتىرىسى
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

