
Widget setting.
Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
Use the following:
>
【blog_name ?>】
Sorry, there is no post.
Display with default.
[wponw_recent_post_list]
Arguments, can be used the same as wponw::render_post_archive_to_string.
Use your template file, includes 3 post types
[wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme]
NOTICE: DON’T include the file extension in TemplateFileNameInYourTheme.
If you want to use your own rendering function.
[wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction]
To create an archive page with a page.
You create the new page, and write the below shortcode in the post content.
[wponw_recent_post_list post_type=post exclude_blog_ids=1 affect_wp_query=true]
@yuka2py on twitter