Support » Plugin: Events Maker by dFactory » Events in News Feed?

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    No, but we could create an option like that.

    For now you can just paste this into funtions.php of your theme:

    function df_myfeed_request($feeds) {
    	if (isset($feeds['feed']) && !isset($feeds['post_type']))
    		$feeds['post_type'] = array('post', 'event');
    	return $feeds;
    }
    add_filter('request', 'df_myfeed_request');
Viewing 1 replies (of 1 total)
  • The topic ‘Events in News Feed?’ is closed to new replies.