WP-CommentNavi

Mô tả

Example: Pages 1 of 20: [1] 2 3 4 ... Last

General Usage

  1. Open wp-content/themes/<YOUR THEME NAME>/comments.php
  2. Add: <?php if(function_exists('wp_commentnavi')) { wp_commentnavi(); } ?>
  3. Go to WP-Admin -> Settings-> CommentNavi to configure WP-CommentNavi
  • If you need to configure the CSS style of WP-CommentNavi, open and edit: commentnavi-css.css
  • WP-CommentNavi will load commentnavi-css.css from your theme’s directory if it exists.
  • 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

Development

Translations

Credits

Donations

  • I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

Ảnh màn hình

  • Admin - CommentNavi Options
  • Default CommentNavi Style

Hỏi đáp

  1. Open wp-content/themes/<YOUR THEME NAME>/comments.php
  2. Add:

* The first value you pass in is the “View All Comments” link text
* Default: wp_commentnavi_all_comments_link('View all comments');

Đánh giá

28 Tháng Chín, 2016
I have 5 Comment Pages with 5 comments on each page.So by default,newest comments goes to 5th page. How to get newest comments on 1st page? How to reverse wordpress comments pagination? please help the people to solve this problem.thanks
Đọc tất cả 2 đánh giá

Người đóng góp & Lập trình viên

“WP-CommentNavi” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“WP-CommentNavi” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “WP-CommentNavi” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

Version 1.12.2

  • FIXED: XSS. esc_attr() on form values

Version 1.12.1

  • FIXED: XSS

Version 1.12

  • FIXED: commentnavi_textdomain instead of polls_textdomain. Props slightlydifferent.

Version 1.11

  • NEW: Supports WordPress Mutisite Network Activation
  • NEW: Uses WordPress native uninstall.php

Version 1.10 (01-06-2009)

  • NEW: Works For WordPress 2.8
  • NEW: Added “View All Comments” Link Function
  • NEW: Added “first”, “page” and “last” CSS Name To Link
  • NEW: Use _n() Instead Of __ngettext() And _n_noop() Instead Of __ngettext_noop()
  • FIXED: Removed “ ” Entity

Version 1.00 (12-12-2008)

  • NEW: Initial Release