Questions tagged [columns]
WordPress displays different information about posts, pages, users and other content in a vertical format in each of the above screens, called columns. Visibility of each column can be toggled in the Screen Options.
241 questions
0 votes
1 answer
33 views
Query 'orderby' when there are multiple values for the same meta_key
I'm trying to create a custom sortable admin column for a custom post type that contains a "repeater" field. The plugin I'm using for this field saves the values as separate entries in the ...
0 votes
0 answers
29 views
display two things in one admin panel column list
See the attached screenshot of my WordPress admin panel. I want to merge these 2 columns into one column to save the space of width. Is it possible to do this?
0 votes
1 answer
43 views
Default Editor - columns not printing [closed]
I am using the default Wordpress editor to create a layout with 2 columns. These display as columns on screen as expected. However when I got to print, the columns appear vertically, effectively as ...
0 votes
1 answer
55 views
How to sort a non-meta field in the User Admin Panel?
I'm stuck, and haven't been able to find an answer after much searching. I need to modify the User Admin Panel showing the list of users and the number of posts. I have custom posts (type = 'articles')...
0 votes
1 answer
46 views
How is better to store at DB 1-side relationsip from CPT to many Taxonomies Terms ID's?
Wordpress (with plugin for Custom Fields stored at DB Custom table like Pods/MetaBox/JetEngine/etc) Logic: Custom Post Type (CPT) witch data will be stored at database Custom Table. Custom Taxonomy ...
0 votes
1 answer
887 views
I want to horizontally align items in multiple parallel columns under one column block
I have set up a cover block. Inside the cover block, I have created four columns. Each of those four columns contains a cover block inside them too. In these cover blocks, each has a title, a text ...
0 votes
1 answer
55 views
column values not showing after merging two custom post types
So i have 2 post types 'loads' and 'invoices'. Invoices is also used to show loads posts. I need not Invoices posts at all. What I have Done: I used this code to show loads posts on Invoice page. ...
0 votes
1 answer
113 views
the_modified_author() returning blank
I'm attempting to display custom columns that return the last modified date and the author that updated it. function rh_custom_page_columns( $columns ) { $columns['last_modified'] = 'Last modified'...
0 votes
0 answers
212 views
Make a column full width in an inner section
What I want to achieve is to make a template element of a column and its content. Since I cannot make a global template of a column I have put it into an inner section, and made the inner section the ...
0 votes
1 answer
138 views
Last Logged In Sortable Column
I've added the code found here and slightly modified it so that the "Last Logged In" column is sortable but it doesn't sort the column correctly when I click it, can anyone see anything ...
0 votes
1 answer
303 views
Sorting Users page admin column with ACF field
I have a CPT called Companies. I created an ACF relationship field called user_company that gets displayed in the Users profile page. When a user registers, I have to go in and assign them to a ...
0 votes
1 answer
595 views
How to sort custom sortable column by custom table value
I have a custom table with data in it that I am showing in a column. I would like to make this column sortable. Lets say that the custom table has three values for the sake of simplicity. row_id, ...
0 votes
1 answer
35 views
orderby property of query on pre_get_posts returns incorrect value
I am attempting to implement some custom sorting logic for a column but are facing issues in the pre_get_posts hook. The value of the orderby property on the query is not returning the value ...
0 votes
0 answers
40 views
Is there a way to create multiple columns of text with alphabetical ordering going down each column not across the columns
My developer says that in wordpress, when creating multiple columns of text (which are all hyperlinked), it is NOT possible to do the alphabetical order vertically, ie in alphabetical order as one ...
0 votes
1 answer
122 views
How to get blocks with same heigh in columns?
I put 3 paragraph blocks in a 3 columns block. I'd like the paragraph to have the same size (and ideally to have the vertically centered). Is there a way to achieve this with Gutenberg? I tried using ...