Апісанне
How to use?
It have it’s own shotcode. You can use the shortcode in any page, content, post, whereever you want.
For page, post, custom post type:
[wlmp_loadmore_nav taxonomy=”category”]
- Loads category list . use taxonomy = “taxonomy used in post type” by default it’s “category”
[wlmp_loadmore_template post_type=”piper”]
- Loads template container and ajax scripts
[wlmp_loadmore_button]
- show load more button is post page is more that one.
And for PHP template :
<?php echo do_shortcode(‘[wlmp_loadmore_nav taxonomy=”category”]’); ?>
<?php echo do_shortcode(‘[wlmp_loadmore_template post_type=”piper”]’); ?>
<?php echo do_shortcode(‘[wlmp_loadmore_button]’); ?>
Load more will show when you post is more than 10.
Ўсталёўка
- Upload the plugin files to the
/wp-content/plugins/woocod-load-more-postdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Follow the steps from description tab
Часта задаваныя пытанні
- Can i use it for custom post type ?
-
Yes you can use it for custom post type too. Just replace the “piper” from shortcode [wplmp_loadmore_template post_type=”woocod-post-type”] with your custom post type.
- Can i use custom taxonomy filter
-
Yes you can use it for custom category filter. Just replace the “category” to custom taxonomy slug [wlmp_loadmore_nav taxonomy=”category-or-custom-taxonomy-releated-post”].
- About load more button
-
If the post is more then 10 then it will automatically show load more button.
- Want load more button, category nav to hide
-
Just remove shortcode from editor or php file where you past or do_shortcode. It will remove.
Водгукі
На гэты плагін няма водгукаў.
Удзельнікі і распрацоўшчыкі
“Woocod load more post” з’яўляецца праграмным забеспячэннем з адкрытым зыходным кодам. Наступныя людзі ўнеслі свой уклад у гэты плагін.
УдзельнікіПеракласці “Woocod load more post” на вашу мову.
Зацікаўлены ў распрацоўцы?
Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.
Журнал змяненняў
1.0
First version of plugin.
