Changeset 1243417
- Timestamp:
- 09/11/2015 02:51:21 PM (11 years ago)
- Location:
- ttt-loadmore
- Files:
-
- 2 edited
-
tags/1.1.1/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ttt-loadmore/tags/1.1.1/readme.txt
r1243372 r1243417 1 1 # TTT Loadmore 2 2 3 * *Contributors:**33themes, gabrielperezs, lonchbox, tomasog, 11bits4 * *Tags:**loadmore, pagination, posts pagination, core pagination, vertical pagination, posts per page, pagination animation5 * *Requires at least:**3.76 * *Tested up to:**4.37 * *Stable tag:**1.1.18 * *License:**GPLv29 * *License URI:**http://www.gnu.org/licenses/gpl-2.0.html3 * Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits 4 * Tags: loadmore, pagination, posts pagination, core pagination, vertical pagination, posts per page, pagination animation 5 * Requires at least: 3.7 6 * Tested up to: 4.3 7 * Stable tag: 1.1.1 8 * License: GPLv2 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 11 … … 22 22 *This is the base html:* 23 23 24 ` ``24 ` 25 25 <a href="#" data-tttloadmore-do="archiveposts" data-tttloadmore-to="#main" data-tttloadmore-args="category:php;"> 26 26 Load more content 27 27 </a> 28 ` ``28 ` 29 29 30 30 * data-tttloadmore-do* is the action to load more content … … 34 34 *Then, you have to create an action with the same name of the data-tttloadmore-do* 35 35 36 ` ``36 ` 37 37 <?php 38 38 function loadmore_archiveposts( $page, $args = false ){ … … 61 61 add_action('ttt_loadmore_archiveposts','loadmore_archiveposts', 1, 2); 62 62 ?> 63 ` ``63 ` 64 64 65 65 ## Changelog -
ttt-loadmore/trunk/readme.txt
r1243372 r1243417 1 1 # TTT Loadmore 2 2 3 * *Contributors:**33themes, gabrielperezs, lonchbox, tomasog, 11bits4 * *Tags:**loadmore, pagination, posts pagination, core pagination, vertical pagination, posts per page, pagination animation5 * *Requires at least:**3.76 * *Tested up to:**4.37 * *Stable tag:**1.1.18 * *License:**GPLv29 * *License URI:**http://www.gnu.org/licenses/gpl-2.0.html3 * Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits 4 * Tags: loadmore, pagination, posts pagination, core pagination, vertical pagination, posts per page, pagination animation 5 * Requires at least: 3.7 6 * Tested up to: 4.3 7 * Stable tag: 1.1.1 8 * License: GPLv2 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 11 … … 22 22 *This is the base html:* 23 23 24 ` ``24 ` 25 25 <a href="#" data-tttloadmore-do="archiveposts" data-tttloadmore-to="#main" data-tttloadmore-args="category:php;"> 26 26 Load more content 27 27 </a> 28 ` ``28 ` 29 29 30 30 * data-tttloadmore-do* is the action to load more content … … 34 34 *Then, you have to create an action with the same name of the data-tttloadmore-do* 35 35 36 ` ``36 ` 37 37 <?php 38 38 function loadmore_archiveposts( $page, $args = false ){ … … 61 61 add_action('ttt_loadmore_archiveposts','loadmore_archiveposts', 1, 2); 62 62 ?> 63 ` ``63 ` 64 64 65 65 ## Changelog
Note: See TracChangeset
for help on using the changeset viewer.