يرفع الموظوع للاهمية
وهنا شرح الاظافة
http://www.press75.com/documentation...s-setup-usage/
وهدا ملف الاندكس الدي ارغب في التعديل عليه
كود PHP:
<?php get_header(); ?>
<div id="wrapper">
<div id="mainbody">
<div id="content">
<div style="margin: 0 0 10px 0 ; text-align:right ; background:#FFFFE0;
border:1px solid #E6DB55; color: #ff0000 ; -moz-border-radius: 9px ; padding: 10px 10px 10px 0px ; ">
<font color="#ff0000"> اخر الحلقات </font>
<marquee scrollAmount=1 scrollDelay=15 trueSpeed
direction="right" onmouseover=this.stop();
onmouseout=this.start(); width="770">
<? get_archives('postbypost', '10', 'custom', '',
' «» '); ?>
</marquee>
</div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="window">
<div class="postb_bottom">
<div class="posti_inside">
<div class="paneleft">
<?php print_video_thumb($post) ?>
</div>
<div class="paneright">
<h2 class="indextitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<br />
<div class="postfeedback">
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<?php comments_popup_link(__('Comments'), __('Comment (1)'), __('Comments (%)'), 'commentslink', __('Comments off')); ?>
<br/>
<?php if(function_exists('the_views')) { the_views(); } ?>
<br />
Published:
<?php the_time('F j, Y') ?>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>
</div>
<?php endwhile; ?>
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
<?php else : ?>
<h2>Your search <strong>- <?php echo get_search_query(); ?> -</strong> did not match any documents.</h2>
<h3>Suggestions:</h3>
<ul>
<li>Make sure all words are spelled correctly.</li>
<li>Try different keywords.</li>
<li>Try more general keywords.</li>
<li>Go to our <a href="<?php bloginfo('url'); ?>/" >Home page</a></li>
</ul>
<?php include (TEMPLATEPATH . '/adsense/ad_search.php'); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>