Skip to content

Instantly share code, notes, and snippets.

View layoutph's full-sized avatar

Glenn Dasmarinas layoutph

View GitHub Profile
@layoutph
layoutph / WPRSS
Last active August 29, 2015 14:17
Insert RSS feed displaying 7 feed items
<?php
include_once(ABSPATH . WPINC . '/rss.php');
wp_rss('http://www.gl3nnx.net/feed/', 7 );
?>