Title: [Plugin: Network Latest Posts] using the plugin as a php include
Last modified: August 20, 2016

---

# [Plugin: Network Latest Posts] using the plugin as a php include

 *  Resolved [Aircut](https://wordpress.org/support/users/aircut/)
 * (@aircut)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-using-the-plugin-as-a-php-include/)
 * how do you use the plugin to generate a feed as part of a theme with a php include
   as opposed to a widget or a shortcode?
 * [http://wordpress.org/extend/plugins/network-latest-posts/](http://wordpress.org/extend/plugins/network-latest-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-using-the-plugin-as-a-php-include/#post-3069518)
 * Hello,
 * Just verify the function exists, then set the parameters if you want (they’re
   optional) and display it where you want:
 *     ```
       if( function_exists('network_latest_posts') ) {
       	$parameters = array(
                     'title'=>'Testing NLPosts as a Function'
               );
       	network_latest_posts($parameters);
       }
       ```
   
 * You can find the list of parameters here: [Other Notes](http://wordpress.org/extend/plugins/network-latest-posts/other_notes/)
 * Cheers.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Network Latest Posts] using the plugin as a php include’ is 
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-network-latest-posts-using-the-plugin-as-a-php-include/#post-3069518)
 * Status: resolved