Noble Directory Feeds

July 26th, 2007

< ?php _e('Noble Directory Blog Feed'); ?>

< ?php // Get RSS Feed(s)
include_once(ABSPATH . WPINC . '/rss.php');
$rss = fetch_rss('http://www.nobledirectory.com/directory-owners/feed/');
$maxitems = 5;
$items = array_slice($rss->items, 0, $maxitems);
?>

< ?php if (empty($items)) echo '

  • No items’;
    else
    foreach ( $items as $item ) : ?>
    ‘>

    < ?php echo $item['title']; ?>


    < ?php echo $item['description']; ?>
    < ?php endforeach; ?>

    < ?php _e('Latest Links at Noble Directory'); ?>

    Read the rest of this entry »

    AwfulPoorAverageGoodExcellent (No Ratings Yet)
    Loading ... Loading ...
  • Posted in Directory Feeds | 1 Comment »

    PHP TEST

    July 26th, 2007

    Read the rest of this entry »

    AwfulPoorAverageGoodExcellent (No Ratings Yet)
    Loading ... Loading ...

    Posted in News | 2 Comments »

    Directory Evaluation Method

    July 12th, 2007

    We would like to inform all our visitors, and directory owners that we are working on an evaluation method for directories reviewed here. We will be awarding points to them according to how they perform on several points. I will not say any more now, as we will have to work on it, to make it absolutely objective. All directories presented until the release of this “point system” will be updated.

    Join the “Get Reviewed Program” if you want us to review your directory.

    AwfulPoorAverageGoodExcellent (1 votes, average: 5.00 out of 5)
    Loading ... Loading ...

    Posted in News | 1 Comment »