Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8838151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:55:02+00:00 2026-06-14T09:55:02+00:00

i heve the following loop: $argsvs = array( ‘post_type’ => ‘imovel-para-venda’, ‘meta_key’ => ‘wpcf-imovel-preco’,

  • 0

i heve the following loop:

$argsvs = array( 
                'post_type' => 'imovel-para-venda', 
                'meta_key' => 'wpcf-imovel-preco',
                'posts_per_page' => 0,
                 'oderby' => 'meta_value',
                 'order' => 'DESC'
                 );

$loop = new WP_Query( $argsvs );
while ( $loop->have_posts() ) : $loop->the_post();
…..
well, the thing is that it isnt working! The meta_key ‘wpfc-imovel-preco’ is a custom field creating using the plugin Types. It is filled with numbers and text sometimes. Well, the code above simply doesnt sort anything 🙁 Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:55:03+00:00Added an answer on June 14, 2026 at 9:55 am

    The problem is that you have oderby instead of orderby – you missed the r in there.

    I tested your code and it’s otherwise working. There is only one thing to keep in mind though – number meta values will be ordered separately from string meta values, here is an example:

    I have 5 pages with the following values for their custom fields: abc, acb, dcb, 3, 5. When I order them in ascending fashion, they are ordered as follows:

    1. 3
    2. 5
    3. abc
    4. acb
    5. dcb

    If you switch back to descending, you get:

    1. dcb
    2. acb
    3. abc
    4. 5
    5. 3
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very basic doubt. Suppose we heve two after insert trigger TR1
After my previous question I heve this one, that might be better. I need
I heve two UIScrollViews, they are on top of each other. UIView | --------------------------
I heve designed a website in which every pages are given connection with SQL
Here's the scenario. We use Visual C++ 9. There's a C++ library intended to
I have a list of textareas. Each textarea is in a separate div: 1.
I have setup a simplesaml installation and configured my sources, I made themes for
I have a cell with fixed height and I want the font size of
Question is about Google GWT Designer. GWT Designer can work with .java files without
I need a js script show / hide with only shown one div at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.