Tagged Questions
0
votes
1answer
14 views
Custom admin columns for ALL custom post types
I have the following function which is working perfectly for my 'video' custom post type to display customized columns in the dashboard.
I have decided the way my plugin will work is to have custom ...
0
votes
1answer
35 views
custom field in admin columns
Im trying to understand how to get the custom field incr_number into admin columns. However im failing to understand and im googling but not finding a direct answer.
It cant be that hard surly?
...
2
votes
3answers
90 views
How to remove Gravatar from Username column
How to remove the Gravatar image from Username column in the All User admin page?
2
votes
1answer
99 views
Gallery Settings Change available Columns
Is there a filter hook which changes the number of available columns in gallery settings screen. I'm talking about the :
<label class="setting">
<span><?php _e('Columns'); ...
1
vote
1answer
213 views
Grabbing the first image attached to a post and use it with the admin columns
I'm currently using @kovshenin's tutorial here on adding a thumbnail (a featured image) to my post type admin columns.
Would it perhaps be possible ( and how :) ) to retrieve the first image attached ...
0
votes
1answer
380 views
How can I add buttons to a custom column in the taxonomy table?
I am working on an issue-based publishing system for a friend of mine. So far I have created a custom taxonomy called "Issue"; added several custom fields to the custom taxonomy (like "Issue number", ...
1
vote
1answer
607 views
How to show custom (checkbox) field value in admin post list?
I have a custom post type for products and a custom meta checkbox field for 'Sold'. How can I show the Sold status in a column on the Products edit list and make it sortable (so it would sort all the ...
1
vote
1answer
730 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 ...
1
vote
3answers
2k views
How to add custom columns to Custom Post Type admin screen
I have another dumb question, but I can't get one thing :)
I've found this very good article on creating custom post types:
http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/
...
2
votes
1answer
1k views
Custom post admin filtering by post meta (the date)
I've created a custom post type for events that uses a custom field to retrieve the date for the event. It works ok and I'm able to filter the displayed results using meta_compare to compare the date ...
1
vote
1answer
228 views
Are there any filters to add additional columns to the list table on edit-comments.php?
I'm trying to modify the display of the edit-comments.php admin page and I'm not seeing any filters in it comparable to manage_posts_columns etc.
Is there an easy way to do this? I'm thinking the ...