اذهب إلى المحتوى

السؤال

Recommended Posts

  • 0
نشر (معدل)

الحلقة عبارة عن شيفرة "PHP" تستخدم لعرض المقالات في ووردبرس و تستخدم أيضاً في القوالب لعرض قائمة من المقالات.
مثال للحلقة الأساسية في "ووردبرس":

<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<h2 class="entry-title"><a href="<?php  the_permalink(); ?>" rel="bookmark">
<?php the_title(); ?></a></h2>
<div class="entry-meta">
<?php thw_date(); ?>
</div><!-- .entry-meta -->
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<?php endwhile;
endif; ?>
1
2
3
4
5
6
7
8
9
10
11
12
<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<h2 class="entry-title"><a href="<?php  the_permalink(); ?>" rel="bookmark">
<?php the_title(); ?></a></h2>
<div class="entry-meta">
<?php thw_date(); ?>
</div><!-- .entry-meta -->
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<?php endwhile;
 endif; ?>

في الشيفرة السابقة إستخدمنا التعليمة "have_post"  للتأكد من وجود مقالات وفي حالة تحقق ذلك سينفذ الشيفرة الى يلي تعليمة الـ"if" إلى أن يصل الى التعليمة "endif".

تم التعديل في بواسطة عزيز

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...