Thank you for your work on this plugin Mike! Much much much appreciated!
After using this for so long and seeing how many updates you push on a regular basis, I now encourage others to use it and donate 🙂
thanks, you helped me a lot actually with your post – could not find this information anywhere!
Thread Starter
eritt
(@eritt)
thank you. That was all I needed to help me research it….
This works!:
case “my_field”:
$customdropbox = get_post_custom_values(‘my_field’);
$customdropbox = unserialize($customdropbox[0]);
echo current($customdropbox);
break;
I don’t know anything about that theme, but it sounds like it doesn’t support it. You’d have to use either an excerpt ( <?php the_excerpt(); ?> ) or you could cut off the post at a certain length and have a read more link…