jigsaw
jigsaw copied to clipboard
Simple ways to make admin customizations for WordPress
It would be nice adding some example on how to add terms from custom taxonomy. There is one: Jigsaw::add_column($post_type, $column_label, function($post_id){ $term_list = wp_get_post_terms($post_id, $colum_slug, array("fields" => "all")); if(count($term_list) >...
Because it's prepending the theme directory to the request URL, it doesn't allow child-theme to use this helper.
Im trying to add a image preview on a custom post type, being the image itself provided by ACF. Locally on my machine it works as expected, although on the...
Would it be possible to add an option to pass a column width when adding columns to the admin lists?
How can I pass a CSS when using Jigsaw in a child theme? The function creates the file URL with the `get_template_directory_uri()` which always retrieves the parent theme location instead...