Wow, just got it to work. Must say I’m very thankful now I can get some sleep and still make the deadline. Just spend a whole work day trying to make this work 🙂
If others need this, here my code, I change a FALSE to a 0 as well:
$showPost = get('slide_id',1,1,0,$post->ID);
$args = array(
'category_name' => 'slideshow',
'post__in' => explode(',', $showPost),
'showposts'=> -1,
'order' => 'date'
);
Once again, thank you both.
By the way check out http://magicfields.org for the plugin.
Thanks, I’ll try that, but I’m all most cretin that I have tried that. But I’ll give it another go.
Thanks