Coder Social home page Coder Social logo

Sorting not working about posttypes HOT 4 CLOSED

jjgrainger avatar jjgrainger commented on June 3, 2024
Sorting not working

from posttypes.

Comments (4)

jjgrainger avatar jjgrainger commented on June 3, 2024

Hi @seldimi,

WordPress uses the values stored in the database to set the sort order. So for the client column, it won't use the $client[0]->post_title to order it.

I imagine you are using an ACF relationship field for the client_related field. If so, the value will be saved in the database as a serialized array, which cannot be sorted (as far as I'm aware).

I'll do some research myself, but if you come across a solutions I'll be interested to know.

As for the sort_order column, I've noticed WordPress will struggle to order items that don't have the meta field saved against the post. So if any of your posts do not have a sort_order meta associated with it, the ordering can look wrong.

I hope that helps,

Thanks :)

from posttypes.

seldimi avatar seldimi commented on June 3, 2024

Yes its a relation field... so you tell me that wordpress sees something like {3:5} so it cannot sort it correctly?

As for the sort_order, I did not get it.. I have set sort_order to every custom post type, but still doesn't work well. But it does read its value, isnt it ?

from posttypes.

jjgrainger avatar jjgrainger commented on June 3, 2024

Yes @seldimi, that is correct.

WordPress will see the serialized value like {"3":"123"} so it cannot be sorted correctly.

As for the sort_order I would have thought it would work. Could you provide me with the full code and let me know what type of field you are using for the sort_order meta. Then I'll take a look and see if I can work out what's happening.

Thanks :)

from posttypes.

jjgrainger avatar jjgrainger commented on June 3, 2024

Closing this issue out as it's now stale.

from posttypes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.