In rot sind die Stellen markiert. Du hattest übrigens schon ein Beispiel (grün markiert) in Deinem Code. Hättest genau schauen müssen.
PHP
<?php get_header(); ?>
<div id="container">
<?php if (get_option('studioblue_728_enable') == 'on') include(TEMPLATEPATH . '/includes/leader.php'); ?>
<div id="left-div">
<div id="left-inside">
<?php the_post(); ?>
<div class="post-wrapper">
<div style="clear: both;"></div>
<?php if (get_option('studioblue_thumbnails') == 'on') { ?>
<?php $thumb = '';
$width = 90;
$height = 90;
$classtext = 'no_border';
$titletext = get_the_title();
$thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext,true);
$thumb = $thumbnail["thumb"];
if($thumb != '') { ?>
<div class="thumbnail-div">
<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext ,
$width, $height, $classtext); ?>
</div>
<?php }; ?>
<?php }; ?>
<h1 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent
Link to %s','StudioBlue'), get_the_title()) ?>">
<?php the_title(); ?>
</a></h1>
<br>
<div style="clear: both;"></div>
</p>
</center><?php
[COLOR=Red]if(!empty(meta('Stream1'))) { meta('Stream1'); }
if(!empty(meta('Stream2'))) { meta('stream2'); }
echo '<br>';
if(!empty(meta('Stream3'))) { meta('stream3'); } [/COLOR]
?><br>
---
<a href="<?php [COLOR=Red]if(!empty(meta('dlrs'))) {[/COLOR] meta('dlrs'); [COLOR=Red]}[/COLOR]?> <?php [COLOR=SeaGreen]if(!empty($dlrs)) { echo $dlrs; } [/COLOR]?>"><img src="http://www.abload.de/img/divxggtv.png"></a>
---
</center>
<?php the_content();?>
<?php wp_link_pages(array('before' => '<p><strong>'.__('Pages','StudioBlue').':</strong> ', 'after' => '</p>',
'next_or_number' => 'number')); ?>
<?php edit_post_link(__('Edit this page','StudioBlue')); ?>
<?php if (get_option('studioblue_integration_single_bottom') <> '' && get_option
('studioblue_integrate_singlebottom_enable') == 'on') echo(get_option('studioblue_integration_single_bottom')); ?>
<div style="clear: both;"></div>
<?php if (get_option('studioblue_posttabs') == 'on') include(TEMPLATEPATH . '/includes/post-tabs.php'); ?>
<div style="clear: both;"></div>
<?php if (get_option('studioblue_468_enable') == 'on') { ?>
<div style="clear: both;"></div>
<?php if(get_option('studioblue_468_adsense') <> '') echo(get_option('studioblue_468_adsense'));
else { ?>
<a href="<?php echo(get_option('studioblue_468_url')); ?>" class="foursixeight_link"><img
src="<?php echo(get_option('studioblue_468_image')); ?>" alt="468 ad" class="foursixeight" /></a>
<?php } ?>
<?php } ?>
<div style="clear: both; margin-bottom: 10px;"></div>
<?php if (get_option('studioblue_show_postcomments') == 'on') { ?>
<?php comments_template(); ?>
<?php }; ?>
</div>
</div>
</div>
<!--Begin Sidebar-->
<?php get_sidebar(); ?>
<!--End Sidebar-->
<!--Begin Footer-->
<?php get_footer(); ?>
<!--End Footer-->
</body>
</html>
Alles anzeigen