How Do I Add Rows and Columns in WordPress?

When adding rows and columns in WordPress, you will likely want to use the Twenty Seventeen theme’s built-in column and row functions. To add a column to a row, use the column_new() function, and to add a row to a column, use the row_new() function. To add a column to the entire content area of a page, use the column_set_size() function. To add a row to the entire content area of a page, use the row_set_size() function.

To add a row or column to a specific location in the content area of a page, use the column_set_pos() function and the row_set_pos() function, respectively. To remove a row or column from a page, use the row_delete() and column_delete() functions, respectively. To move a row or column up or down in the content area of a page, use the row_move() and column_move() functions, respectively. To move a row or column to a specific location in the content area of a page, use the row_move_up() and row_move_down() functions, respectively.