9iron https://9iron.club/posts Ramblings of some dumb young admin guy en-us loadHTMLFile($postlocation)) { $xpath_section = new DOMXpath($dom); /* Get title */ $list = $dom->getElementsByTagName("title"); if ($list->length > 0) $title = $list->item(0)->textContent; /* Get summary */ $list = $xpath_section->query('//div[@class="section"]//p'); if ($list->length > 0) $summary = $list->item(0)->nodeValue; } /* Mark up the data */ $rssfeed .=' '.$title.' '.$summary.' https://www.9iron.club'.$posturl.' '.date('r', strtotime($postdate)).' '; } /* List it */ echo $rssfeed; ?>