I'm having difficulty getting MU Multisite Tags to copy/include the custom fields I'm using within my posts. I see that there is a field for adding "Post Meta" within SWT settings, but I'm not sure how I should enter the desired custom fields there?
I'm also using the Custom Field Template plugin, and calling the custom fields individually (and conditionally) within my theme files (ex: single.php). For example:
<p><?php $institution_values = get_post_meta($post->ID, 'institution', true);
if ($institution_values == '')
{ ?>
<?php } else { ?>
<?php echo $institution_values; ?>
<?php } ?></p>
Note: With SWT plugins now installed, any information I enter into the custom fields within the write panel does not save either... in other words it goes away as soon as I publish or update the post. I'm guessing this is related to the abovementioned need to add these to the SWT settings?
Any help here would be MUCH appreciated! Thanks in advance!
http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/