# feedwordpress/trunk/syndication.php

FeedWordPress, version trunk. 6 lines.

- Page: https://pluginprobe.com/plugins/feedwordpress/trunk/code/syndication.php
- Raw: https://pluginprobe.com/plugins/feedwordpress/trunk/raw/syndication.php
- Modified: 2024-04-29T10:56:00+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/trunk/code/syndication.php#L10-L20`.

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

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

```
