i put the code in single php.
<?php if (get_post_meta($post->ID, 'header_choice_select', true));{ get_header(get_post_meta($post->ID, 'header_choice_select', true)); } ?>
<div id="container_bg">
<?php if (get_option_tree('post_layout_sidebar', '')) { echo '<div id="content_full" >'; } else {echo '<div id="content" class="left">';} ?>
<?php get_post_meta($post->ID, 'ses', true); ?>
<?php echo get_post_meta($post->ID, 'ses', true); ?>
<?php
$header = get_post_meta($post->ID, 'header_choice_select', true);
if ($header=='post-slider' || $header =='orbit-slider' || $header=='offer-slider' || $header=='custom-element' || $header=='custom-element-bg'){ ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php } ?>
<?php get_template_part( 'loop', 'single' ); ?>
</div><!-- #content -->
<?php if (get_option_tree('post_layout_sidebar', '')) {} else {echo '<div id="sidebar_right">', get_sidebar() . '</div>';}?>
<div class="clear"></div>
</div><!-- #container -->
<?php get_footer(); ?>
but now the code is stands top of the page.
http://www.1907.net/ses-2/
when i put the code litte down. the link is not visible. and last question. i can only see the link as a text. how am i going see it as a player?
Posted 12 years ago on Wednesday June 13, 2012 |
Permalink