WP Over Network
Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4539 days ago • 2 reviews
Is WP Over Network abandoned?
Possibly abandoned (last update 4539 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
Use the following:
In template
>
【blog_name ?>】
Sorry, there is no post.
Using as Shortcode
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]
Contact
@yuka2py on twitter
Installation
- Upload
wp_orver_networkto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- using in your template or shortcode or widget.
Frequently Asked Questions
None currently.
Review feed
Changelog
0.4.4
- Fixed a bugs on the child site.
0.4.3
- Added the shortcode of
wponw_reset_queryandwponw_post_list. - Deprecated the
wponw_recent_post_list. Please use thewponw_post_listinstead.
0.4.2
- Added settings to widget
- Bug fix
0.3.1.x
- Update document. and Fixed a mistake in the readme.
0.3.0.0
- Supports internationalization.
0.2.1.1
- Fixed bugs on shortcode.
0.2.1.0
- Shortcode added. and fixed bugs.
0.1.13.0
- Widget added. Fixed a problem of the use of Transient API. Change the class names.

