السلام عليكم
المشكلة هيا ظهور جزء من الموضوع بجانب الصورة البارزة المشكلة هيا ظهور الموضوع بلكامل
انا اريد ظهور جزء من الموضوع مثلا اول سطرين فقط
وفى مشكلة اخر هو عند الضغط على اسم الموضوع لاينقلني الى الصفحة الخاصة بلموضوع مع اني عامل كل شي تمام ؟؟
صورة للموقع كامل
<?php the\_content("");?>
</div>
</div>
<!-- end content-->
<div id="footer\_list">
<ul>
<li><img src=""<?php" />/icons/1393444367\_article.png" /><a href=""#""> <?php the\_category(','); ?> </a>
</li><li><img src=""<?php" />/icons/1393445770\_user\_male.png" /><a href=""#""> <?php the\_author\_posts\_link(); ?></a>
</li><li><img src=""<?php" />/icons/1393445367\_date.png"/><a href=""#""> <?php the\_time('Y m d'); ?> </a>
</li><li><img src=""<?php" />/icons/1393445555\_comment\_alt1\_fill.png"/><a href=""<?php">"><?php comments\_number('0', '1', '%'); ?> تعليق </a>
</li></ul>
<h1 class="read"><a href="""">+</a></h1>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<div class="no\_res">
<p>المعذرة, ما تبحث عته غير متوفر هنا</p>
</div>
<?php endif; ?>
</div><!--المحتوي اليمين-->
</div><!--نهاية المحتوي--->
<?php get\_footer(); ?>
\[/code\]
كود صفحة function.php
\[code\]
<?php
if ( function\_exists('add\_theme\_support') )
add\_theme\_support('post-thumbnails');
if(function\_exists('register\_sidebar'))
register\_sidebar(array('name' => 'sidebar',
'before\_widget' => '',
'after\_widget' => '',
'before\_title' => '<h1>',
'after\_title' => '</h1>'
));
?>
\[/code\]