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

Infinite Timeline

الوصف

The shortcode displays posts on vertical timeline, and it will read the next page by Infinite scroll.

Features

  • The shortcode displays posts on vertical timeline.
  • Automatically it will read the next page by Infinite scroll.
  • When clicked the post on timeline, browse to single page.
  • In addition to the post, use the page or custom post type, and can be set category, tag.
  • It’s compatible with responsive web design.
  • infinite-scroll.pkgd.js the jQuery plugin is licensed under the MIT license.
  • lazysizes.js the javascript library is licensed under the MIT license.

Usage

  1. Please write shortcode [infinite-timeline] in the content.
  2. You can set option.
    post_type: post or page or custom post type (default: post)
    category_name: category slug (default: none)
    tag: tag name (default: none)
    posts_per_page: number of posts you want to show on one page (default: Reading Settings at dashboard)
    example. [infinite-timeline category_name=”news” posts_per_page=”20″]

لقطات الشاشة

  • example 1
  • example 2

التنصيب

  1. Upload the entire “Infinite Timeline” folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

المراجعات

3 سبتمبر، 2016 1 reply
Hello there! Is there a way to change the language of the dates - that appear in english?
إقرأ جميع المراجعات 6

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

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

المساهمون

لقد تم ترجمة ”Infinite Timeline“ إلى لغة واحدة. شكراً إلى جميع المُترجمين لمُساهماتهم.

ترجمة ”Infinite Timeline“ إلى لغتك.

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

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

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

1.1

  • fix WordPress Version 5.2.
  • cntering loading image.
  • used lazysizes.js for show images.
  • change loop by WP_Query.
  • ignore sticky posts.

1.0

  • Hello, world!