Chris Reynolds

Results 99 comments of Chris Reynolds

That’s actually a rather complex question. This should get you close: http://www.wpbeginner.com/wp-tutorials/display-subcategories-on-category-pages-in-wordpress/ The difference is that you’re not working with categories but a custom taxonomy. So you’d be using taxonomy_exists...

Can combine Awards Image box with Awards to make a single new Awards meta box, #28

maybe we can do something where the awards image needs to have a class or a file name (or a name?) that matches the award and then check with php...

need to deal with the front-end aspect of associating an image with an award by name, but we'll run the image title or file name through `sanitize_title` and see if...

It's not something that can be added quickly with a shortcode or a button because it has to do with user roles and permissions. However, I love this idea and...

use CMB for front-end submission? https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/wiki/Create-New-Posts-Post-Type-Entries-Using-A-Front-End-Form

All the public functions are currently in https://github.com/jazzsequence/book-review-library/blob/master/inc/func.php

get_illustrator() is in that file as well.

That's a weird issue I haven't seen before. Generally, what's happening is we're using the `the_content`filter to insert the various bits of Book Review meta data (like reading level, genre,...

Thanks for checking and reporting the issue. I am currently trying to rewrite the entire plugin and also ultimately add unit tests, so I _will_ get to it but it...