Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Show posts in select_advanced dropdown ordered by name #7948
    clausgehrkeclausgehrke
    Participant

    Oh I found my mistake.
    I Used a string for the post_type setting.
    'post_type' => 'cpt',

    By Using an array everything is fine and options show up in correct order even without suppress_filters.

    'post_type' => array( 'cpt' ),

    Thanks a lot

    in reply to: Show posts in select_advanced dropdown ordered by name #7941
    clausgehrkeclausgehrke
    Participant

    You are right the WPML-Plugin is part of the installation.
    So would you recommend a custom Query to provide the data for options,
    or is there another way to work around?

    in reply to: Show posts in select_advanced dropdown ordered by name #7928
    clausgehrkeclausgehrke
    Participant

    Hi Anh Tran,
    Thanks for the fast reply.
    I tested this again. It is working with the default WordPress blog posts as you show in the screenshot.
    But there is a different order if you use a custom post type.

Viewing 3 posts - 1 through 3 (of 3 total)