I am trying to sort my custom post type columns in the admin area. There’s two ways I found to do this: At first this was my way to...
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/ I’m not sure how Step...
This question is a follow up on that answer I wrote. Let’s say I want to add something to the quick edit box for the Posts post type list...
I have created a number of ‘views’ column in the admin area of my posts. There are several tutorials for this and I did in fact use a number...
I’m trying to get info into my network sites page in a column. Below works great to grab the network site ID for each site. How can I make...
Is it possible to modify the values in the author column in the edit-comments.php section of the backend? A hook? I want to change the mailto field for the...
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...
Currently I use the “Admin Columns Pro” plugin for WordPress to modify some of the columns in the backend. The plugin contains functionality to display the post (or in...
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...
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...