Do the following things:
- Go to Editor on leftside menu of Dashboard of Wordpress admin panel.
- Look for functions.php on right side, open it.
// Add Pages to RSS Feeds
function myfeed_request($qv) {
if (isset($qv['feed']) && !isset($qv['post_type']))
$qv['post_type'] = array('post', 'page');
return $qv;
}
Done.
No comments:
Post a Comment