• lim2me

    (@lim2me)


    I’ll use the Post List element as an example but this applies across the board.

    By default, the Post List element displays only published posts. I want display published and scheduled posts together. There is no option to include scheduled posts in the Post List via the Elementor Builder in the admin nor does the underlying code provide filters for me to edit the settings before they are passed to eae_get_post_data() to retrieve the posts.

    Something like:

    $posts = eae_get_post_data( apply_filter(‘post_list_args’, $post_args) );

    would be very helpful

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

    (@webtechstreet)

    Hi @lim2me

    Thanks for the suggestion. We will think about providing more control over the post query.

    Sample code you have provided is good but it has to be more advanced as a simple filter like this can affect all implementation of Post List widget used on your site. We will try to enhance it using widget’s control so that you can customize it for that specific instance of that widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request: Add filters to settings’ is closed to new replies.