• Resolved Aleksandr

    (@sshurick)


    If you’ll change line 165 of custom-simple-rss.php from
    'post_type' => $csrp_post_type,
    to
    'post_type' => explode(',', preg_replace('/\s/', '', $csrp_post_type)),
    it will be possible lo use more than one ‘default post type’ in settings or pass them in a http query string separated by comma.
    Done this on my installation already, but I think it could be useful to other users.

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

    (@danikoo)

    hi Aleksandr and very very sorry for the late reply
    i will introduce a new version with this fix and several others
    later this week

    best regards
    Danny

Viewing 1 replies (of 1 total)

The topic ‘Feature request: multiply default post types’ is closed to new replies.