با سلام برای اینکه در انتشار اخبار یک سرتیتر داشته باشم در قسمت زمینه دلخواه یک کلید به نام maintitle سا خته ام و در یکی از پستها برای نمونه مقدار برای کلید تعریف کرده و کدهای لازم را در قالب گذاشته ام ولی متاسفانه نمایش نمی دهد. برای روشن شدن موضوع کد قسمت اخبار در پوسته که تگهای زمینه دلخواه را به آن افزوده ام اینجا می گذارم. دوستانی که به کدنویسی وارد هستند بررسی کنند و مشکل ما را حل کنند.
<a href="<?php bloginfo('url'); ?>/category/topnews/" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/top-news.gif" style=" border: 0px; width:335;"></a>
<div class="clearfloat">
<?php $my_query = new WP_Query('category_name=topnews&showposts=1'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?>
<?php $values = get_post_custom_values("maintitle"); if (isset($values[0])) { ?>
<?php $values = get_post_custom_values("maintitle"); echo $values[0]; ?>
<?php $values = get_post_custom_values("Lead"); if (isset($values[0])) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/files/<?php $values = get_post_custom_values("Lead"); echo $values[0]; ?>" width=250px style="float: left; margin-right: 3px; border: 1px solid #E9EAFF; padding: 3px"></a>
<?php } ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>" class="title"><?php the_title(); ?></a><br>
<?php the_time('l j F Y') ?><br><?php $values = get_post_custom_values("Story"); echo $values[0]; ?>
<?php the_content_rss('', TRUE, '', 130); ?><br>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">ادامه خبر»</a>
<?php endwhile; ?>
</div><br>
<?php $my_query = new WP_Query('cat=-296,-617,-297,-616,-300,-298,-385&showposts=30'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?>
<div class="clearfloat">
<?php $values = get_post_custom_values("Image"); if (isset($values[0])) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/files/<?php $values = get_post_custom_values("Image"); echo $values[0]; ?>"></a>
<?php } ?>
کد خبر: <?php the_ID(); ?> | <?php the_time('l j F Y') ?><br>
<?php $values = get_post_custom_values("Story"); echo $values[0]; ?>
<a href="<?php the_permalink() ?>" rel="bookmark" class="title"><?php the_title(); ?>»</a><br>
<?php the_content_rss('', TRUE, '', 100); ?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">ادامه خبر»</a>
</div>
<?php endwhile; ?>