Pagination Comments Doesn’t Show

I don’t think you’re passing arguments correctly to paginate_comments_links(). The function is basically a wrapper for paginate_links(), and accepts the same array of arguments. Here are the defaults: <?php $args = array( ‘base’ => ‘%_%’, ‘format’ => ‘?page=%#%’, ‘total’ => 1, ‘current’ => 0, ‘show_all’ => False, ‘end_size’ => 1, ‘mid_size’ => 2, ‘prev_next’ => … Read more

Comments vs. Pingbacks next page issue

Since you’re listing pings separately from comments, you probably need to filter get_comments_number to exclude pings. Here’s how I do it: <?php function oenology_comment_count( $count ) { // Only filter the comments number // in the front-end display if ( // WordPress conditional that returns true if // the current page is in the WP-Admin … Read more

Comments feed – Undefined named entity: ndash

This issue may be the same over here: http://core.trac.wordpress.org/ticket/17767 Its currently submitted as a bug and hasn’t been fixed yet. You can give the supplied attachment a go to see if it fixes the issue for you. <description>Ou mettre des &ndash; à la place des – Mais oui la solution de rcommande fonctionne bien :)</description> … Read more

Disabling archives, search results, comments, etc?

Two separate parts to consider: comments / trackbacks and archive pages. If you don’t enable comments and trackbacks, no links will exist for them, thus a 404 or redirect won’t be necessary. You can’t link to something that isn’t there 🙂 As for the archive pages, WP will create those whether you want them or … Read more

How to configure WordPress + plugins to support these commenting features

1+2. what about the janrain engage plugin: http://wordpress.org/extend/plugins/rpx/ 3. subscribe to comments plugin mentioned by @chip bennet 4. chris pearson discusses flat, but referenced comments : http://www.pearsonified.com/2007/11/professional_stylish_comments_for_blogs.php i’m not aware of any automated way to implement this, but i think it is a great idea 5. unsure

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)