Skip to content

Commit

Permalink
Last touches to readme file, fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 26, 2013
1 parent 2c2655d commit ccf516d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,18 @@ When using List Category Posts whithout a category id, name or slug, it will pos
==Pagination==

To use pagination, you need to set the following parameters:

* **pagination** set it to yes.

* **instance** a number or name to identify the instance where you are using pagination. Since you can use the shortcode several times in the same page or post, you need to identify the instance so that you paginate only that instance.

Posts per page are set with the **numberposts** parameter.

Example:

`[catlist id=3 numberposts=2 pagination=yes instance=1]`
`[catlist id=3 numberposts=5 pagination=yes instance=1]`

`[catlist id=5 numberposts=4 pagination=yes instance=2]`
`[catlist id=5 numberposts=15 pagination=yes instance=2]`

==Changing the pagination CSS==

Expand Down

0 comments on commit ccf516d

Please sign in to comment.