-
Kristarella Studios
- Sydney, Australia
- www.kristarella.com
Pinned Loading
-
-
Function to add your custom taxonomy...
Function to add your custom taxonomy as a column in the All Posts view of a custom post type (where "location" is the custom post type and "state" is the taxonomy). 1<?php23add_filter('manage_location_posts_columns' , 'add_post_columns');
4add_action( 'manage_location_posts_custom_column' , 'state_column', 10, 2 );
5 -
Automatically assign featured images...
Automatically assign featured images to WordPress posts from the attached images. 1<?php23function auto_featured_image() {
4global $post;
5if (!has_post_thumbnail($post->ID)) {
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

