I’ve changed it a bit and now it works:
<?php if ( function_exists( 'get_option_tree') ) :
if( get_option_tree( 'file_upload') ) : ?>
<img src="<?php get_option_tree( 'file_upload', '', 'true' ); ?>" />
<?php else : ?>
<h1> No Options, Man!</h1>
<?php
endif;
endif; ?>
But is that correct? 🙂
Okay, I found it!!! 🙂
This plugin makes all I need!
Thank you for your reply.
Yes, I know it works on pages. But it’s not exactly what I asked about.
I need child pages which are appeared (in post format) from parent page to be automatically limited with “read more” link!