Wp job manager custom fields
-
Hi,
I’m using the plugin WP Job Manager – Custom Fields from Remi Corson. I’m trying to get some output from custom fields in the sidebar from a single job, but it won’t work.
I’m using this code:
<?php _e( 'Inzet:', 'job_manager_admin_notification' ); ?> <?php echo get_post_meta( $args[0]->ID, '_inzet', true ); ?>This works with admin notification….
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Wp job manager custom fields’ is closed to new replies.