Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mlbd/020ca66b50b49eefaeb2 to your computer and use it in GitHub Desktop.
Save mlbd/020ca66b50b49eefaeb2 to your computer and use it in GitHub Desktop.
function myfeed_request($qv) {
if (isset($qv['feed']) && !isset($qv['post_type']))
$qv['post_type'] = array('post', 'gadget', 'movies');
return $qv;
}
add_filter('request', 'myfeed_request');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment