აღწერა
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
- Please write shortcode [infinite-timeline] in the content.
- 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″]
ეკრანული სურათები
დაყენება
- Upload the entire “Infinite Timeline” folder to the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
მიმოხილვები
13.08.2019
Thank you for this wonderful plugin on wordpress
03.09.2016
simple and easy to use ! Good job !
03.09.2016
1 reply
Hello there!
Is there a way to change the language of the dates – that appear in english?
03.09.2016
This plugin works great out of the box. And I see myself easily make adjustments because the code is easy to understand.
Thank you very much 🙂
მონაწილეები & დეველოპერები
“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!