=== Post Loop Ajax === Contributors: AI.Takeuchi Description: Post Loop and Pagination Widget. Auto page feed. Use Javascript and Cookie. Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P8LCVREFDKWFW Tags: plugin, widget, post loop, category, pagination, auto page feed Requires at least: 4.1 Tested up to: 4.5.3 Stable tag: 1.7 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Post Loop and Pagination Widget. Auto page feed. Use Javascript and Cookie. == Installation == 1. Install plugin and activate. 2. Placement at widget area. == Settings == = title = Enter widget title or empty. = class = Specify widget block class. Default: post-loop-ajax-use-default-css = category slug or wp-query = Enter Category Slug or Query. Query e.g.: empty or, cat=-2,9 category_name=animals&cat=-2,3 = posts per page = = date time format = = remember page number until cookie expires = = pagination type = Enter 0, 1, 2 or 3 0: nothing 1: normal 2: lite 3: prev and next only = pagination previous string = Enter previous navigation button string or empty(defalt button). = pagination next string = Enter next navigation button string or empty(defalt button). = loop timer (0: disabled) = Enter interval time(sec) to update contents. = fade time (0: disabled) = Enter time(msec), use the time while swap contents by fade effect. = put before and after widget = = need reload page = If checked then set page number to cookie then reload page, not use ajax call. = article = That have 5th blocks, split by `` tag. Default: `

%title%

%content%
posted by %author% / %time%
category: %category_links%

Content not found.

page: %paged% / %max_number_of_pages% (%number_of_posts% posts)
%pagination%
` Keyword: %permalink% %title% %content% %category_links% %time% %author% %author_posts_link% %pagination% %paged% %max_number_of_pages% %number_of_posts% %loop_interval% == Changelog == = 1.7 = * Fix input tag. = 1.6 = * Published.