Add extra custom fields to the wordpress posts


Please find below plugin to add magic fields to the posts or custom posts

https://wordpress.org/plugins/magic-fields-2/

<?php

/* Get custom fields */
$custom_fields = get_post_custom($post->ID);

/* Get “designation” single field */
echo $custom[‘designation’][0];

?>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s