這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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″]

螢幕截圖

安裝

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

評價

2016年9月3日 1 reply
Hello there! Is there a way to change the language of the dates – that appear in english?
閱讀全部6個評價

貢獻者及開發者

“Infinite Timeline” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Infinite Timeline 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 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!