The columns tag has no wiki summary.
1
vote
1answer
729 views
Custom column for changing post status via ajax
I'm currently trying to implent a new custom column at the page manage screen that will let me change the status (published/pending) of the different pages via an easy toggle link.
From what I've ...
0
votes
1answer
133 views
Wordpress pagination with wp_query_columns
I'm using the code from here to split my loop up in to columns. The columns work. I have 7 posts in the databese and showposts set to 6. I cannot get nextpage link to show? I have a $paged variable in ...
7
votes
1answer
3k views
Adding Category/Tag/Taxonomy Support to Images/Media
I've been trying to add category, tag, or custom taxonomy support to images (or all media, though I'm only concerned with Images). I've got it part-way figured out with:
add_action('init', ...
10
votes
3answers
5k views
Adding 'menu order' column to custom post type admin screen
I want to use the menu order attribute to control ordering for a custom post type that's going to be used for a specific purpose.
It's easy enough to add this to the CPT via supports => ...
0
votes
4answers
768 views
Display Custom Taxonomy in Sidebar in Two Columns
I have a custom post type (photos) with a custom taxonomy (categories) and I'd like to display the taxonomy list in my sidebar in two columns. I have a modified snippet that I found elsewhere to do ...
5
votes
3answers
877 views
sortable custom column in media library
trying to make a custom column sortable in the media library. Found lots of examples for posts, and users but can't get them to work on the media library page.
function wpse_hook_isv_columns() {
...
3
votes
3answers
2k views
Custom columns on edit-tags.php main page
I am trying to add custom columns to edit-tags.php for a custom taxonomy that I have created. This custom taxonomy is called equipment-types and it only applies to one custom post type called ...
3
votes
1answer
1k views
Sortable admin columns, when data isn't coming from post_meta
I have a custom post type that uses a custom taxonomy. I'm imposing a limit of a single term to each post (using a custom meta box drop down on the edit post screen for the CPT). The term for the ...
2
votes
1answer
979 views
Custom sortable columns ordered by meta-value?
I have no idea why my sortable function does not sort my "events" my a custom post-meta. I have a custom-post-type named wr_event… I have my custom columns set up and my post-meta is shown in the ...
1
vote
1answer
259 views
How to show posts of an columnized different categories on the same line or row?
I use a custom query retrieving the two categories of the post type, each column show only 6 posts of the category, if was more use pagination.
Than I like to do is to show each post on each column ...
0
votes
0answers
143 views
Three Column Wordpress with different section [closed]
I have this thing i want to build using wordpress
It's quite simple (at least when i imagine it)
I like to have this (mini) site which contains 3 sections (in 3 different area/box/table)
The first ...
0
votes
2answers
911 views
Split columns into three+ divs?
I got this code (source)
// split content at the more tag and return an array
function split_content() {
global $more;
$more = true;
$content = preg_split('/<span ...
0
votes
2answers
455 views
Custom Post Type, Two categories, Two columns with Pagination
I searching a lot to found a way solves that and no luck at least.
Sorry for my unpulish english, I do my best explaining my issue.
I have a Custom Post Type called 'Events' this have two categories ...