Title: DaveBarrack's Replies | WordPress.org

---

# DaveBarrack

  [  ](https://wordpress.org/support/users/davebarrack/)

 *   [Profile](https://wordpress.org/support/users/davebarrack/)
 *   [Topics Started](https://wordpress.org/support/users/davebarrack/topics/)
 *   [Replies Created](https://wordpress.org/support/users/davebarrack/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/davebarrack/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/davebarrack/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/davebarrack/engagements/)
 *   [Favorites](https://wordpress.org/support/users/davebarrack/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Share] [Plugin: Really simple Facebook Twitter share buttons] Pin It button Support for images hosted exter](https://wordpress.org/support/topic/plugin-really-simple-facebook-twitter-share-buttons-pin-it-button-support-for-images-hosted-externally/)
 *  [DaveBarrack](https://wordpress.org/support/users/davebarrack/)
 * (@davebarrack)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-really-simple-facebook-twitter-share-buttons-pin-it-button-support-for-images-hosted-externally/#post-2636739)
 * I’m running comicpress, I upload my images through that, but they’re not remotely
   hosted. I have 2.4.4 and the pinterest button isn’t showing up at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] [Plugin: WP-Paginate] Pagination above and below the content.](https://wordpress.org/support/topic/plugin-wp-paginate-pagination-above-and-below-the-content/)
 *  [DaveBarrack](https://wordpress.org/support/users/davebarrack/)
 * (@davebarrack)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-pagination-above-and-below-the-content/#post-2040771)
 * I’m using the ComicPress theme, what file do I edit to include this above the
   comments as well as below? I don’t see a loop file to edit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Paginate] Install question](https://wordpress.org/support/topic/plugin-wp-paginate-install-question/)
 *  Thread Starter [DaveBarrack](https://wordpress.org/support/users/davebarrack/)
 * (@davebarrack)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-install-question/#post-2356095)
 * Ah, great thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] Does not work](https://wordpress.org/support/topic/does-not-work-2/)
 *  [DaveBarrack](https://wordpress.org/support/users/davebarrack/)
 * (@davebarrack)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/does-not-work-2/#post-2045174)
 * When the instructions say “Replace your existing previous_comments_link() and
   next_comments_link() code block with the following:”
 * Does that mean replace:
 *     ```
       <div class="commentnav">
       				<div class="commentnav-right"><?php next_comments_link(__('Next Comments &uarr;','comicpress')) ?></div>
       				<div class="commentnav-left"><?php previous_comments_link(__('&darr; Previous Comments','comicpress')) ?></div>
       ```
   
 * So it looks like this:
 *     ```
       <div class="commentnav">
          <div class="commentnav-right"><?php if(function_exists('wp_paginate_comments')) {
           wp_paginate_comments();
       } ?></div>
          <div class="commentnav-left"><?php if(function_exists('wp_paginate_comments')) {
           wp_paginate_comments();
       } ?></div>
       ```
   
 * Or this:
 *     ```
       <div class="commentnav">
          <div class="commentnav-right"><?php if(function_exists('wp_paginate_comments')) {
           wp_paginate_comments();
       } ?></div>
       ```
   
 * I’m sorry if this is a dumb question but I know enough about php to know that
   a single comma or period in the wrong place can break everything. Seeing EXACTLY
   what the finished product should look like is the only way us non-programmers
   can be sure we’re doing it right.

Viewing 4 replies - 1 through 4 (of 4 total)