Plugin Directory

Changeset 1243417


Ignore:
Timestamp:
09/11/2015 02:51:21 PM (11 years ago)
Author:
gabrielperezs
Message:

Update readme

Location:
ttt-loadmore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ttt-loadmore/tags/1.1.1/readme.txt

    r1243372 r1243417  
    11# TTT Loadmore
    22
    3 **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
     3* 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
    1010
    1111
     
    2222*This is the base html:*
    2323
    24 ```
     24`
    2525<a href="#" data-tttloadmore-do="archiveposts" data-tttloadmore-to="#main" data-tttloadmore-args="category:php;">
    2626    Load more content
    2727</a>
    28 ```
     28`
    2929
    3030* data-tttloadmore-do* is the action to load more content
     
    3434*Then, you have to create an action with the same name of the data-tttloadmore-do*
    3535
    36 ```
     36`
    3737<?php
    3838function loadmore_archiveposts( $page, $args = false ){
     
    6161add_action('ttt_loadmore_archiveposts','loadmore_archiveposts', 1, 2);
    6262?>
    63 ```
     63`
    6464
    6565## Changelog
  • ttt-loadmore/trunk/readme.txt

    r1243372 r1243417  
    11# TTT Loadmore
    22
    3 **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
     3* 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
    1010
    1111
     
    2222*This is the base html:*
    2323
    24 ```
     24`
    2525<a href="#" data-tttloadmore-do="archiveposts" data-tttloadmore-to="#main" data-tttloadmore-args="category:php;">
    2626    Load more content
    2727</a>
    28 ```
     28`
    2929
    3030* data-tttloadmore-do* is the action to load more content
     
    3434*Then, you have to create an action with the same name of the data-tttloadmore-do*
    3535
    36 ```
     36`
    3737<?php
    3838function loadmore_archiveposts( $page, $args = false ){
     
    6161add_action('ttt_loadmore_archiveposts','loadmore_archiveposts', 1, 2);
    6262?>
    63 ```
     63`
    6464
    6565## Changelog
Note: See TracChangeset for help on using the changeset viewer.