• Resolved entumas

    (@entumas)


    Hi Michael!

    How could I modify the admin posts/pages/cpt tables so that the TSF column is always the last?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    How are you modifying them now? I’m curious if they render in the order that the array is served. For example, you could slice out an index from the middle, and then append it to the end of the array and that’s the order that they get displayed in. Or if you were to run it through array_reverse() and return that result and suddenly they’re in reverse order.

    Thread Starter entumas

    (@entumas)

    Hi Michael!

    I have tried in different ways, for example the one that describes this article:
    https://www.isitwp.com/change-wordpress-admin-post-columns-order
    But although I can reorder all the columns, that of TSF always stays in the same place.

    Thanks

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Dunno what to tell ya at the exact moment. What’s providing this TSF column? Some CMB2 config code that you have done up? Custom code in conjunction with your CMB2 usage? Some 3rd party plugin? Perhaps one that has shipped with CMB2 in it?

    Thread Starter entumas

    (@entumas)

    Oh! Excuse me Michael!
    I’m wrong forum! I’m working with both plugins and I’ve read a lot of documentation about CMB2 today. I have crossed the wires
    Sorry!

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    No worries. Have a good weekend.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin post tables’ is closed to new replies.