# feedwordpress/2011.0721/syndication.php

FeedWordPress, version 2011.0721. 7 lines.

- Page: https://pluginprobe.com/plugins/feedwordpress/2011.0721/code/syndication.php
- Raw: https://pluginprobe.com/plugins/feedwordpress/2011.0721/raw/syndication.php
- Modified: 2010-08-24T14:48:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/feedwordpress/2011.0721/code/syndication.php#L10-L20`.

```php
<?php
	require_once(dirname(__FILE__).'/feedwordpresssyndicationpage.class.php');

	$syndicationPage = new FeedWordPressSyndicationPage(__FILE__);
	$syndicationPage->display();


```
