Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterchan committed Mar 31, 2017
1 parent 2e43f72 commit 1e3277b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,9 +11,6 @@ Adds a more advanced paging navigation for your comments to your WordPress blog.
## Description
Example: `Pages 1 of 20: [1] 2 3 4 ... Last`

### Build Status
[![Build Status](https://travis-ci.org/lesterchan/wp-commentnavi.svg?branch=master)](https://travis-ci.org/lesterchan/wp-commentnavi)

### General Usage
1. Open `wp-content/themes/<YOUR THEME NAME>/comments.php`
2. Add: `<?php if(function_exists('wp_commentnavi')) { wp_commentnavi(); } ?>`
Expand All @@ -24,6 +21,9 @@ Example: `Pages 1 of 20: [1] 2 3 4 ... Last`
* If it doesn't exists, it will just load the default 'commentnavi-css.css' that comes with WP-CommentNavi.
* This will allow you to upgrade WP-CommentNavi without worrying about overwriting your page navigation styles that you have create

### Build Status
[![Build Status](https://travis-ci.org/lesterchan/wp-commentnavi.svg?branch=master)](https://travis-ci.org/lesterchan/wp-commentnavi)

### Development
* [https://github.com/lesterchan/wp-commentnavi](https://github.com/lesterchan/wp-commentnavi "https://github.com/lesterchan/wp-commentnavi")

Expand Down

0 comments on commit 1e3277b

Please sign in to comment.