• Resolved Navjot Singh

    (@navjotjsingh)


    No matter what post type you select, it shows default posts only. That’s because on line 45 the code is

    $args = 'numberposts=' . $number . '&offset' . $offset . '&post_type' . $posttype . '&cat=' . $cat;

    whereas it should be

    $args = 'numberposts=' . $number . '&offset=' . $offset . '&post_type=' . $posttype . '&cat=' . $cat;

    Also Want to give a suggestion. Default Recent posts widget does not show dates but this one shows. I don’t want to show dates in it so please include option to remove the dates or remove them by default.

Viewing 1 replies (of 1 total)
  • Plugin Author Pippin Williamson

    (@mordauk)

    I’ve updated it to fix the post type problem. I probably won’t add the date on/off option, simply because I have a Pro version of this widget available from Code Canyon.net that has advanced features such as this.

Viewing 1 replies (of 1 total)
  • The topic ‘Post Type Doesn't work’ is closed to new replies.