Support

Account

Home Forums Backend Issues (wp-admin) Post Object: Query by page-template issue? Reply To: Post Object: Query by page-template issue?

  • I come to give the solution for people who have the same problem.
    I was coming to overwrite the arguments instead of adding them to the array.

    It is necessary to do as follows:
    $args['my_parameter'] = 'my_value';