• Hello friend. Please tell me:
    I created a custom post type using the “Custom Post Type UI” plugin
    How can I display posts in the “On This Day (by Room 34)” widget only from the custom post type?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author room34

    (@room34)

    The queries in the plugin don’t actually specify a post type, but I think because they’re using the date_query parameter, it’s probably defaulting to post only.

    I could modify the plugin to specify any for the post_type parameter, or I could add checkboxes to the widget configuration box to let you decide which existing post types (including CPTs) should be queried. I’ll have to give this a bit of thought to determine which is best (just using any would be a lot quicker to implement), but I should be able to push out an update in the next day or two.

    Thread Starter madinfinity

    (@madinfinity)

    Thank you. I will be grateful for any solution to my problem. But flags in widget configuration – that would be ideal

    Plugin Author room34

    (@room34)

    This is now added in version 3.3.0 which will be available momentarily.

    Thread Starter madinfinity

    (@madinfinity)

    Thank you!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.