{"id":49939,"date":"2016-08-01T01:23:11","date_gmt":"2016-08-01T01:23:11","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/post-loop-ajax\/"},"modified":"2018-04-21T04:58:51","modified_gmt":"2018-04-21T04:58:51","slug":"post-loop-ajax","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/post-loop-ajax\/","author":4641038,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.60","stable_tag":"1.60","tested":"4.9.29","requires":"4.1","requires_php":"","requires_plugins":"","header_name":"Post Loop Ajax","header_author":"AI.Takeuchi","header_description":"","assets_banners_color":"","last_updated":"2018-04-21 04:58:51","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=P8LCVREFDKWFW","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/post-loop-ajax\/","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":20,"downloads":5581,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"4"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1467505","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1467505","resolution":"256x256","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.10","1.11","1.12","1.13","1.14","1.15","1.16","1.17","1.18","1.19","1.20","1.21","1.22","1.23","1.24","1.25","1.26","1.27","1.28","1.29","1.30","1.31","1.32","1.33","1.34","1.35","1.36","1.37","1.38","1.39","1.40","1.41","1.42","1.43","1.44","1.45","1.46","1.47","1.48","1.49","1.5","1.50","1.51","1.52","1.53","1.54","1.55","1.56","1.57","1.58","1.59","1.60","1.7","1.8","1.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1470721","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1471194","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1480292","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1471194","resolution":"4","location":"assets"}},"screenshots":{"1":"Screenshot","2":"Placement, Widget back-end by Page Builder SiteOrigin","3":"Setting Screen","4":"Template Editor"}},"plugin_section":[],"plugin_tags":[130200,89,900,3490,162],"plugin_category":[43],"plugin_contributors":[89508],"plugin_business_model":[],"class_list":["post-49939","plugin","type-plugin","status-closed","hentry","plugin_tags-auto-page-feed","plugin_tags-category","plugin_tags-pagination","plugin_tags-post-loop","plugin_tags-widget","plugin_category-customization","plugin_contributors-aitakeuchi","plugin_committers-aitakeuchi"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/post-loop-ajax.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/post-loop-ajax\/assets\/screenshot-1.png?rev=1470721","caption":"Screenshot"},{"src":"https:\/\/ps.w.org\/post-loop-ajax\/assets\/screenshot-2.png?rev=1471194","caption":"Placement, Widget back-end by Page Builder SiteOrigin"},{"src":"https:\/\/ps.w.org\/post-loop-ajax\/assets\/screenshot-3.png?rev=1480292","caption":"Setting Screen"},{"src":"https:\/\/ps.w.org\/post-loop-ajax\/assets\/screenshot-4.png?rev=1471194","caption":"Template Editor"}],"raw_content":"<!--section=description-->\n<p>Post Loop and Pagination Widget. Multiple Posts Loop placement. Auto page feed and at random.\nIt works inside Page Builder by SiteOrigin.\nPage Builder by SiteOrigin is great plugin.<\/p>\n\n<h3>Settings<\/h3>\n\n<h4>system<\/h4>\n\n<ul>\n<li>unique id<\/li>\n<\/ul>\n\n<p>Normally enter default.\nChecked and enter unique value, if doesn't work.\nWill be destroyed this value when copied widget.<\/p>\n\n<ul>\n<li>remember page number until cookie expires<\/li>\n<\/ul>\n\n<p>Default: 7 days<\/p>\n\n<ul>\n<li>remove the shortcode when not work<\/li>\n<\/ul>\n\n<h4>title<\/h4>\n\n<p>Enter widget title or empty. Checkbox: display or not.<\/p>\n\n<h4>put before and after widget<\/h4>\n\n<h4>need reload page<\/h4>\n\n<p>If checked then set page number to cookie then reload page, not use ajax call.<\/p>\n\n<h4>scroll to content top after reloaded<\/h4>\n\n<h4>class<\/h4>\n\n<p>Specify widget block class.<\/p>\n\n<p>Default:<\/p>\n\n<pre><code>post-loop-ajax-use-default-css\n<\/code><\/pre>\n\n<h4>display posts<\/h4>\n\n<ul>\n<li>post type name, separated by comma:<\/li>\n<\/ul>\n\n<p>Enter Post Type name, also including Custom Post Type.\nDefault: post<\/p>\n\n<ul>\n<li><p>category name, separated by comma:<\/p><\/li>\n<li><p>without category name, separated by comma:<\/p><\/li>\n<li><p>additional (key=value&amp;key2=value2...):<\/p><\/li>\n<\/ul>\n\n<p>See: https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query<\/p>\n\n<ul>\n<li>to result in (query after assembly):<\/li>\n<\/ul>\n\n<p>Display query after assembly.<\/p>\n\n<p>Doesn't work if use this query as argument of WP_Query function.<\/p>\n\n<p>e.g.<\/p>\n\n<pre><code>post_type=(post,topic)&amp;cat=-1,-3\n<\/code><\/pre>\n\n<p>The expansion of this formula, WP_Query function accept this array.<\/p>\n\n<pre><code>Array(\n    ['post_type'] =&gt; Array (\n        [0] =&gt; 'post'\n        [1] =&gt; 'topic'\n    )\n    ['cat'] =&gt; '-1,-3'\n)\n<\/code><\/pre>\n\n<ul>\n<li>Can enter query code by json string format. This field is prioritize than above.<\/li>\n<\/ul>\n\n<p>e.g.<\/p>\n\n<pre><code>{\n\"post_type\":\"products\",\n\"orderby\":\"date\",\n\"order\":\"ASC\"\n}\n<\/code><\/pre>\n\n<p>e.g.<\/p>\n\n<pre><code>{\n\"post_type\": \"post\",\n\"posts_per_page\": 2,\n\"orderby\":\"date\",\n\"order\":\"DESC\",\n\"date_query\":[{\"after\": \"12 month ago\"}]\n}\n<\/code><\/pre>\n\n<p>Don't use single quote.\nThis string is convert to PHP Array by 'json_decode' function.<\/p>\n\n<h4>posts per page<\/h4>\n\n<p>Default: 10<\/p>\n\n<h4>max page number<\/h4>\n\n<p>Default: 0 (0: disabled)<\/p>\n\n<h4>excerpt char length<\/h4>\n\n<p>Default: 140<\/p>\n\n<h4>excerpt ellipsis<\/h4>\n\n<p>Default: \"...\"<\/p>\n\n<h4>excerpt more<\/h4>\n\n<p>Default: Read More<\/p>\n\n<h4>date time format<\/h4>\n\n<p>Default:<\/p>\n\n<pre><code>F jS, Y\n<\/code><\/pre>\n\n<h4>pagination type<\/h4>\n\n<pre><code>nothing\nnormal\nlite\nprev and next only\nfull\nmulti (for responsive design, see: css\/post-loop-ajax.css)\n<\/code><\/pre>\n\n<h4>hide prev and next button<\/h4>\n\n<h4>pagination previous string<\/h4>\n\n<p>Enter previous navigation button string or empty(default button).<\/p>\n\n<h4>pagination next string<\/h4>\n\n<p>Enter next navigation button string or empty(default button).<\/p>\n\n<h4>scroll to content top after rewrite content by ajax, without while loop enabled<\/h4>\n\n<ul>\n<li>scroll speed (-1: disabled)<\/li>\n<\/ul>\n\n<p>Default: 200 (msec)<\/p>\n\n<ul>\n<li>scroll offset top<\/li>\n<\/ul>\n\n<p>Default: -150 (px)<\/p>\n\n<ul>\n<li>scroll offset top margin<\/li>\n<\/ul>\n\n<p>Default: 20 (px)<\/p>\n\n<h4>auto loop contents<\/h4>\n\n<ul>\n<li>loop interval time (0: disabled)<\/li>\n<\/ul>\n\n<p>Default: 0<\/p>\n\n<ul>\n<li>time until changed contents<\/li>\n<\/ul>\n\n<p>Default: 500 (msec)<\/p>\n\n<ul>\n<li>page at random<\/li>\n<\/ul>\n\n<h4>effects<\/h4>\n\n<p>Using jQuery UI Effects.<\/p>\n\n<ul>\n<li><p>don't display loading image.<\/p><\/li>\n<li><p>front<\/p><\/li>\n<\/ul>\n\n<p>select front effect types<\/p>\n\n<ul>\n<li>end<\/li>\n<\/ul>\n\n<p>select end effect types<\/p>\n\n<h4>template<\/h4>\n\n<p>Enter or select template.<\/p>\n\n<p>That have 5th blocks, split by <code>&lt;!--split--&gt;<\/code> tag.<\/p>\n\n<p>Default:<\/p>\n\n<pre><code>        &lt;!--header--&gt;\n        &lt;div&gt;\n            &lt;!-- &lt;div style=\"overflow-y:auto; height:500px;\"&gt; --&gt;\n                &lt;!--split--&gt;\n                &lt;!--article--&gt;\n                &lt;article id=\"post-%post_id%\" %post_class%&gt;\n                    &lt;header class=\"entry-header\"&gt;\n                        &lt;h2 class=\"entry-title\"&gt;&lt;a href=\"%permalink%\" rel=\"bookmark\"&gt;%title%&lt;\/a&gt;&lt;\/h2&gt;\n                    &lt;\/header&gt;&lt;!-- .entry-header --&gt;\n                    &lt;div class=\"entry-content\"&gt;\n                        &lt;!--\n                        %first_image(medium,%permalink%)%\n                        %excerpt%\n                        --&gt;\n                        %content%\n                    &lt;\/div&gt;&lt;!-- .entry-content --&gt;\n                    &lt;footer class=\"entry-footer\"&gt;\n                        &lt;div&gt;Posted by &lt;a href=\"%author_posts_link%\"&gt;%author%&lt;\/a&gt; \/ %time%&lt;\/div&gt;\n                        &lt;div&gt;Category: %category_links%&lt;\/div&gt;\n                    &lt;\/footer&gt;&lt;!-- .entry-footer --&gt;\n                &lt;\/article&gt;\n                &lt;!--split--&gt;\n                &lt;!--no article--&gt;\n                &lt;article id=\"post-%post_id%\" %post_class%&gt;\n                    &lt;header class=\"entry-header\"&gt;\n                        &lt;h2 class=\"entry-title\"&gt;Not Found&lt;\/h2&gt;\n                    &lt;\/header&gt;&lt;!-- .entry-header --&gt;\n                    &lt;div class=\"entry-content\"&gt;\n                        &lt;p&gt;Content not found.&lt;\/p&gt;\n                    &lt;\/div&gt;&lt;!-- .entry-content --&gt;\n                    &lt;footer class=\"entry-footer\"&gt;\n                    &lt;\/footer&gt;&lt;!-- .entry-footer --&gt;\n                &lt;\/article&gt;\n                &lt;!--split--&gt;\n                &lt;!--footer--&gt;\n            &lt;!-- &lt;\/div&gt; --&gt;\n            &lt;div&gt;Page: %paged% \/ %max_number_of_pages% (%number_of_posts% posts)&lt;\/div&gt;\n            %pagination%\n        &lt;\/div&gt;\n                &lt;!--split--&gt;\n                &lt;!--no article footer--&gt;\n            &lt;!-- &lt;\/div&gt; --&gt;\n        &lt;\/div&gt;\n<\/code><\/pre>\n\n<p>Keyword:<\/p>\n\n<pre><code>%widget_number%\n%post_id%\n%post_class%\n%permalink%\n%title%\n%content%\n%excerpt%\n%category_links%\n%time%\n%author%\n%author_posts_link%\n%pagination%\n%paged%\n%max_number_of_pages%\n%number_of_posts%\n%loop_interval%\n%first_image()%\n%custom_field()%\n%avatar_image()%\n%featured_image_url()%&lt;h3&gt;keyword: \"%custom_field(type,name,index,size)%\"&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>Replaced this keyword to custom field value.<\/p>\n\n<ul>\n<li><p>type : data type<\/p>\n\n<p>file, text, image, image_tag, image_url, image_width, image_height or image_is_resized<\/p><\/li>\n<li><p>name : custom field name<\/p><\/li>\n<li>index: index of custom field name<\/li>\n<li><p>size : image size<\/p>\n\n<p>thumbnail, medium, large or user defined<\/p><\/li>\n<\/ul>\n\n<p>e.g.<\/p>\n\n<pre><code>%custom_field(image,img1,0,large)%\n%custom_field(text,customer_name,0)%\n%custom_field(file,file,0)%\n%custom_field(file,file,0,)%\n%custom_field(file,file,1,download)%&lt;h3&gt;keyword: \"%featured_image_url(size)%\"&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>Replaced this keyword to featured image url.<\/p>\n\n<ul>\n<li>size is pixel or word (thumbnail, medium, large, full, ...).<\/li>\n<\/ul>\n\n<p>e.g.<\/p>\n\n<pre><code>    &lt;img src=\"%featured_image_url(32,32)%\" \/&gt; \n\n    &lt;img src=\"%featured_image_url(thumbnail)%\" \/&gt;\n\n    &lt;img src=\"%featured_image_url(large)%\" \/&gt;&lt;h3&gt;keyword: \"%avatar_image(size,link)%\"&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>Replaced this keyword to avatar image \/ image with link.<\/p>\n\n<ul>\n<li>size is pixel size. max 512px.<\/li>\n<\/ul>\n\n<p>e.g.<\/p>\n\n<pre><code>keyword: %avatar_image()%\n\nput avatar img tag. use Default size 96px.\n\nkeyword: %avatar_image(32)%\n\nput avatar img tag. size 32px.\n\nkeyword: %avatar_image(32,)%\n\nput avatar image url.\n\nkeyword: %avatar_image(32,http:\/\/example.com)%\n\nput avatar image with link to `http:\/\/example.com`. size 32px.\n\ne.g. `&lt;a class=\"postloopajax-avatar-image-link postloopajax-avatar-image-link-??\" href=\"link\"&gt;&lt;img src=\"avatar\"\/&gt;&lt;\/a&gt;`\n\n?? is author id&lt;h3&gt;keyword: \"%first_image(size name,link,remove,html)%\"&lt;\/h3&gt;\n<\/code><\/pre>\n\n<p>Replaced this keyword to image url \/ image tag \/ image tag with link.\nthis function used class 'wp-image-??', ?? is image id.<\/p>\n\n<p>e.g.<\/p>\n\n<pre><code>keyword: %first_image(thumbnail)%\n\nput thumbnail image tag.\n\nkeyword: %first_image(thumbnail,)%\n\nput thumbnail image url.\n\nkeyword: %first_image(thumbnail, %first_image(large,)%)%\n\nput thumbnail image tag with link to large image url.\n\ne.g. `&lt;a class=\"postloopajax-image-link\" href=\"large image url\"&gt;&lt;img src=\"thumbnail image url\" class=\"wp-image-??\"\/&gt;&lt;\/a&gt;`\n\nkeyword: %first_image(medium, %permalink%, remove,&lt;div class=\"f-img\"&gt;_REPLACE_&lt;\/div&gt;)%\n\nput medium image tag with link to permalink.\n\ne.g. `&lt;a class=\"postloopajax-image-link\" href=\"permalink\"&gt;&lt;img src=\"medium image url\" class=\"wp-image-??\"\/&gt;&lt;\/a&gt;`\n\n* Remove first image from content if specified 'remove' option. There are failed cases if contain complicated tags around image tag.\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Install plugin and activate.<\/li>\n<li>Placement at widget area.<\/li>\n<\/ol>\n\n<h4>How to make Image Slider has layer for text<\/h4>\n\n<ol>\n<li>Define Custom Field, data type is Image and Name is 'postloopajax_slider_image'.<\/li>\n<li>Define Category or Custom Post Type.<\/li>\n<li>Add new Post or Custom Post.\n\n<ol>\n<li>Select Category if case in Post.<\/li>\n<li>Set Image to Custom Field.<\/li>\n<li>Write Content.<\/li>\n<\/ol><\/li>\n<li>Open Settings Screen and select Post Loop Ajax.\n\n<ol>\n<li>Select 'IMAGE SLIDER' or 'IMAGE SLIDER OBJECT-FIT' of Templates.<\/li>\n<li>Edit Template, size and color and more.<\/li>\n<\/ol><\/li>\n<li>Placement this Widget and settings.\n\n<ol>\n<li>Enter fields 'post type name' and 'category name'.<\/li>\n<li>Enter 1 to 'posts per page'.<\/li>\n<li>Select 'full' of 'pagination type'.<\/li>\n<li>Check 'hide prev and next button'.<\/li>\n<li>Enter 'loop interval time'.<\/li>\n<li>Select 'IMAGE SLIDER' or 'IMAGE SLIDER OBJECT-FIT' of Templates.<\/li>\n<\/ol><\/li>\n<li>Fix height and layout of Slider Block by CSS.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Install plugin and activate.<\/li>\n<li>Placement at widget area.<\/li>\n<\/ol>\n\n<h4>How to make Image Slider has layer for text<\/h4>\n\n<ol>\n<li>Define Custom Field, data type is Image and Name is 'postloopajax_slider_image'.<\/li>\n<li>Define Category or Custom Post Type.<\/li>\n<li>Add new Post or Custom Post.\n\n<ol>\n<li>Select Category if case in Post.<\/li>\n<li>Set Image to Custom Field.<\/li>\n<li>Write Content.<\/li>\n<\/ol><\/li>\n<li>Open Settings Screen and select Post Loop Ajax.\n\n<ol>\n<li>Select 'IMAGE SLIDER' or 'IMAGE SLIDER OBJECT-FIT' of Templates.<\/li>\n<li>Edit Template, size and color and more.<\/li>\n<\/ol><\/li>\n<li>Placement this Widget and settings.\n\n<ol>\n<li>Enter fields 'post type name' and 'category name'.<\/li>\n<li>Enter 1 to 'posts per page'.<\/li>\n<li>Select 'full' of 'pagination type'.<\/li>\n<li>Check 'hide prev and next button'.<\/li>\n<li>Enter 'loop interval time'.<\/li>\n<li>Select 'IMAGE SLIDER' or 'IMAGE SLIDER OBJECT-FIT' of Templates.<\/li>\n<\/ol><\/li>\n<li>Fix height and layout of Slider Block by CSS.<\/li>\n<\/ol><\/dd>\n<dt>How to include bbPress topics in it?<\/dt>\n<dd><p>Enter \"topic\" to post type field.<\/p>\n\n<p>see: https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.60<\/h4>\n\n<ul>\n<li>will remove words after to '#' from reload url, if checked option 'need reload page'.<\/li>\n<\/ul>\n\n<h4>1.59<\/h4>\n\n<ul>\n<li>stopped use magic constant <code>__DIR__<\/code>. The magic constant <code>__DIR__<\/code> is only available as of PHP v.5.3.0.<\/li>\n<\/ul>\n\n<h4>1.58<\/h4>\n\n<ul>\n<li>stopped use magic constant <code>__DIR__<\/code>. The magic constant <code>__DIR__<\/code> is only available as of PHP v.5.3.0.<\/li>\n<\/ul>\n\n<h4>1.57<\/h4>\n\n<ul>\n<li>Can now specify html tag to \"first_image\" function.<\/li>\n<\/ul>\n\n<h4>1.56<\/h4>\n\n<ul>\n<li>Add \"remove\" option to \"first_image\" function.<\/li>\n<\/ul>\n\n<h4>1.55<\/h4>\n\n<ul>\n<li>\"featured_image_url\" keyword addition.<\/li>\n<\/ul>\n\n<h4>1.54<\/h4>\n\n<ul>\n<li>Can now specify maximum number of pages.<\/li>\n<\/ul>\n\n<h4>1.53<\/h4>\n\n<p>Disabled reload post at first load page if random and disabled loop.\nIt is need restore the post when come back widget placement page.\nBut widget not know is it is if came back. has not way, now.\nIt was working too if random and disabled loop.<\/p>\n\n<h4>1.52<\/h4>\n\n<ul>\n<li>The following html tags can now be used in title: <code>&lt;br&gt; &lt;strong&gt; &lt;i&gt; &lt;b&gt; &lt;span&gt; &lt;div&gt; &lt;font&gt;<\/code><\/li>\n<\/ul>\n\n<h4>1.51<\/h4>\n\n<ul>\n<li>Fix, Losing part of article class on change.<\/li>\n<\/ul>\n\n<h4>1.50<\/h4>\n\n<ul>\n<li>Fix issues.<\/li>\n<\/ul>\n\n<h4>1.49<\/h4>\n\n<ul>\n<li>Can enter query code by json string format.<\/li>\n<li>Changed way to create widget id.<\/li>\n<li>Fix issues.<\/li>\n<\/ul>\n\n<h4>1.48<\/h4>\n\n<ul>\n<li>Fix issues.<\/li>\n<\/ul>\n\n<h4>1.47<\/h4>\n\n<ul>\n<li>Fix issues.<\/li>\n<\/ul>\n\n<h4>1.46<\/h4>\n\n<ul>\n<li>Fix issues.<\/li>\n<\/ul>\n\n<h4>1.45<\/h4>\n\n<ul>\n<li>Fix CSS Color Code.<\/li>\n<\/ul>\n\n<h4>1.44<\/h4>\n\n<ul>\n<li>Added Template 'IMAGE SLIDER OBJECT-FIT'.<\/li>\n<\/ul>\n\n<h4>1.43<\/h4>\n\n<ul>\n<li>Update language file.<\/li>\n<\/ul>\n\n<h4>1.42<\/h4>\n\n<ul>\n<li>Fixed: of the display widget title.<\/li>\n<li>Modify function: restore ajax contents when click back-button on web browser.<\/li>\n<li>Support Custom Field Value.<\/li>\n<li>Added Pagination type 'full'.<\/li>\n<li>Added Template 'IMAGE SLIDER'.<\/li>\n<li>Changed Keyword and Templates.<\/li>\n<li>Additional function: remove the shortcode when not work.<\/li>\n<\/ul>\n\n<h4>1.41<\/h4>\n\n<ul>\n<li>Modify timing display loading image.<\/li>\n<\/ul>\n\n<h4>1.40<\/h4>\n\n<ul>\n<li>Restore ajax contents when click back-button on web browser.<\/li>\n<li>Fixed Pagination.<\/li>\n<\/ul>\n\n<h4>1.39<\/h4>\n\n<ul>\n<li>Modify: way to checking for null.<\/li>\n<\/ul>\n\n<h4>1.38<\/h4>\n\n<ul>\n<li>Modify: way to checking for null.<\/li>\n<\/ul>\n\n<h4>1.37<\/h4>\n\n<ul>\n<li>Modify function: scroll to content top after reloaded.<\/li>\n<\/ul>\n\n<h4>1.36<\/h4>\n\n<ul>\n<li>Modify function: scroll to content top after reloaded.<\/li>\n<\/ul>\n\n<h4>1.35<\/h4>\n\n<ul>\n<li>Additional function: scroll to content top after reloaded.<\/li>\n<\/ul>\n\n<h4>1.34<\/h4>\n\n<ul>\n<li>preg_split instead of split function.<\/li>\n<\/ul>\n\n<h4>1.33<\/h4>\n\n<ul>\n<li>Fixed ajax timeout and error.<\/li>\n<\/ul>\n\n<h4>1.32<\/h4>\n\n<ul>\n<li>Fixed Templates<\/li>\n<\/ul>\n\n<h4>1.31<\/h4>\n\n<ul>\n<li>Fixed of the Effects.<\/li>\n<li>Update readme.txt<\/li>\n<\/ul>\n\n<h4>1.30<\/h4>\n\n<ul>\n<li>Modify, display loading image to suitable Y position.<\/li>\n<li>Can select effects type at while rewrite contents.<\/li>\n<li>\"avatar_image_size\" keyword addition.<\/li>\n<li>Some fix.<\/li>\n<\/ul>\n\n<h4>1.29<\/h4>\n\n<ul>\n<li>Fixed, missing get_magic_quotes_gpc and stripslashes.<\/li>\n<\/ul>\n\n<h4>1.28<\/h4>\n\n<ul>\n<li>Changed the criteria of scroll coordinate.<\/li>\n<\/ul>\n\n<h4>1.27<\/h4>\n\n<ul>\n<li>Fixed of the scroll speed.<\/li>\n<\/ul>\n\n<h4>1.26<\/h4>\n\n<ul>\n<li>Update internationalization.<\/li>\n<\/ul>\n\n<h4>1.25<\/h4>\n\n<ul>\n<li>Additional function: scroll to content top after rewrite content by ajax, without while loop enabled.<\/li>\n<\/ul>\n\n<h4>1.24<\/h4>\n\n<ul>\n<li>Internationalization and some fixed.<\/li>\n<\/ul>\n\n<h4>1.23<\/h4>\n\n<ul>\n<li>Bug fixed of Template Editor.<\/li>\n<\/ul>\n\n<h4>1.22<\/h4>\n\n<ul>\n<li>Template Editor addition.<\/li>\n<\/ul>\n\n<h4>1.21<\/h4>\n\n<ul>\n<li>Fixed css.<\/li>\n<li>Update template html.<\/li>\n<\/ul>\n\n<h4>1.20<\/h4>\n\n<ul>\n<li>Fixed, display twice same page when loop at first time.<\/li>\n<li>Of the excerpt.<\/li>\n<li>Change way to assemble query.<\/li>\n<li>\"first_image_sizename\" keyword addition.<\/li>\n<\/ul>\n\n<h4>1.19<\/h4>\n\n<ul>\n<li>Fixed css.<\/li>\n<\/ul>\n\n<h4>1.18<\/h4>\n\n<ul>\n<li>Change way to enter query string.<\/li>\n<\/ul>\n\n<h4>1.17<\/h4>\n\n<ul>\n<li>Fixed excerpt permalink.<\/li>\n<\/ul>\n\n<h4>1.16<\/h4>\n\n<ul>\n<li>Change way to enter query string.<\/li>\n<\/ul>\n\n<h4>1.15<\/h4>\n\n<ul>\n<li>Fixed the_content filter.<\/li>\n<\/ul>\n\n<h4>1.14<\/h4>\n\n<ul>\n<li>Update html template.<\/li>\n<\/ul>\n\n<h4>1.13<\/h4>\n\n<ul>\n<li>Fixed page at random function.<\/li>\n<\/ul>\n\n<h4>1.12<\/h4>\n\n<ul>\n<li>Page at random function addition.<\/li>\n<\/ul>\n\n<h4>1.11<\/h4>\n\n<ul>\n<li>Fixed wp-query.<\/li>\n<\/ul>\n\n<h4>1.10<\/h4>\n\n<ul>\n<li>Internationalization.<\/li>\n<\/ul>\n\n<h4>1.9<\/h4>\n\n<ul>\n<li>Added css file.<\/li>\n<\/ul>\n\n<h4>1.8<\/h4>\n\n<ul>\n<li>Function addition.<\/li>\n<\/ul>\n\n<h4>1.7<\/h4>\n\n<ul>\n<li>Fixed input tag.<\/li>\n<\/ul>\n\n<h4>1.6<\/h4>\n\n<ul>\n<li>Published.<\/li>\n<\/ul>","raw_excerpt":"Post Loop and Pagination Widget. Multiple Posts Loop placement. Auto page feed and at random.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/49939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=49939"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/aitakeuchi"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=49939"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=49939"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=49939"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=49939"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=49939"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=49939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}