هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Fixed Adjacent Post

الوصف

Usage:

  • get_fixed_previous_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of get_previous_post()
  • get_fixed_next_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of get_next_post()
  • get_fixed_adjacent_post( $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )

    • instead of get_adjacent_post()
  • get_fixed_adjacent_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )

    • instead of get_adjacent_post_rel_link()
  • fixed_adjacent_posts_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of adjacent_posts_rel_link()
  • fixed_adjacent_posts_rel_link_wp_head()

    • instead of adjacent_posts_rel_link_wp_head()
  • fixed_next_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of next_post_rel_link()
  • fixed_prev_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of prev_post_rel_link()
  • get_fixed_previous_post_link( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of get_previous_post_link()
  • fixed_previous_post_link( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of previous_post_link()
  • get_fixed_next_post_link( $format = '%link »', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of get_next_post_link()
  • fixed_next_post_link( $format = '%link »', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )

    • instead of next_post_link()
  • get_fixed_adjacent_post_link( $format, $link, $in_same_cat = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )

    • instead of get_adjacent_post_link()
  • fixed_adjacent_post_link( $format, $link, $in_same_cat = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )

    • instead of adjacent_post_link()

التنصيب

  1. Upload the fixed-adjacent-post folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Then you can use the above functions in your themes.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Fixed Adjacent Post” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Fixed Adjacent Post“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0

  • The first version.