are there built-in functions to build a modern HTML grid (as in grid control, not css grid layout) in WordPress? for example, one that is page-able and sortable.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
There are many different approaches to grid layouts and WordPress doesn't say which one you should use. So no, it is up to the theme developer to implement one. |
|||
|
|
|
There are no built-in functions to build grids, this is a design element, and you should use CSS frameworks.
Modern HTML grids are built using DIV elements, styled in CSS. |
|||||||||||||
|
WP_List_Tableclass, andWP_Posts_List_Tableas an example of how to use this. – TheDeadMedic Mar 14 '11 at 19:16