Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
As of April 2026, WP Over Network is a WordPress Blogs plugin with 90 active installations and a 5/5 rating from 2 reviews. It has been downloaded 6.3K+ times in total. Requires WordPress 3.5+ and PHP false+. Available on WordPress.org since 2013. Last updated 12 years ago — may have compatibility concerns. Top alternative: Ultra Companion – Companion plugin for….
Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
Use the following:
<?php
get_header();
the_post();
?>
<section id="content-primary">
<header id="page-header">
<h1><?php the_title() ?></h1>
</header>
<?php
// Getting recent posts the page and post, minus the host blog.
// Specify the "affect_wp_query = true", for using the wp_pagenavi.
$posts = wponw::get_posts('exclude_blog_ids=1&post_type=post,page&affect_wp_query=true');
wp_pagenavi();
?>
<?php if ( ! empty ( $posts ) ) : ?>
<section class="post-list">
<?php
foreach ( $posts as $post ) :
wponw::setup_blog_and_postdat…| WordPress | 3.5+ requiredTested up to 3.5.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.