该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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″]

屏幕截图

  • 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.

评价

2016 年 9 月 3 日 1 回复
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!