0
votes
0answers
52 views

Update Post Meta Data during post display processing

I have some relatively complex and costly code which extracts details of images from a JAlbum album, and displays that info with relevant posts. This currently runs every time the post is displayed, ...
0
votes
2answers
424 views

Custom Post Type, Saving Multiple Checkboxes

For a custom post type, I'm pulling in a list of another custom post types that I need to select for saving ... <input type="checkbox" name="32"> My CPT <br> <input type="checkbox" ...
0
votes
1answer
316 views

Having trouble with custom post type / meta box

I've been working on a custom post type meta-box implementation that allows me to change the post_date to match the value in my "date" meta-box. The function works perfectly except when I try to add ...