Title: nitetalker's Replies | WordPress.org

---

# nitetalker

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: eShop] PayPal return URL?](https://wordpress.org/support/topic/plugin-eshop/)
 *  Thread Starter [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-eshop/#post-959444)
 * So if I’ve previously set the return URL in my PayPal account (in an attempt 
   to work with another plugin) should I blank it out? Or does it not make any difference
   because eShop overrides it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: eShop] PayPal return URL?](https://wordpress.org/support/topic/plugin-eshop/)
 *  Thread Starter [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-eshop/#post-959246)
 * Damn. Sorry about posting this in the wrong forum …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Are PayPal] I found a bug in the latest version](https://wordpress.org/support/topic/plugin-are-paypal-i-found-a-bug-in-the-latest-version/)
 *  [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-are-paypal-i-found-a-bug-in-the-latest-version/#post-717612)
 * I want to use this with WordPress MU (WPMU) as well. No luck so far.
 * In the Post Prices panel, I see “No Posts Found” but the blog on which I’ve activated
   the Are_PayPal does have posts.
 * At the bottom of the Are_PayPal panel, the URLTEXT link target is [http://<domain.tld>/wpmu/<blogname>/wp-admin/URL](http://<domain.tld>/wpmu/<blogname>/wp-admin/URL).
   That is not a valid URL.
 * Where are the instructions for using the templates?
 * My guess is this plugin is not compatible with WPMU but I don’t have the technical
   expertise to isolate the incompatibility.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Comments – First Page](https://wordpress.org/support/topic/comments-first-page/)
 *  [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/comments-first-page/#post-938078)
 * Joe, this is happening because of these lines in wp-includes\comment-template.
   php:
 *     ```
       if ( ! (is_single() || is_page() || $withcomments) )
          return;
       ```
   
 * They’re in the function comments_template. The source code comments for that 
   function give the explanation.
 * To get the effect you want, replace the first of those two lines to
 * `if ( ! (is_single() || is_page() || $withcomments) || is_home() )`
 * Of course, it’s desirable to avoid hacks. If I can find a plug-in toaccomplish
   this , I’ll try to remember to post a link to it here.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Comments – First Page](https://wordpress.org/support/topic/comments-first-page/)
 *  [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/comments-first-page/#post-938077)
 * Joe, this is happening because of these lines in wp-includes\comment-template.
   php:
 * `
    if ( ! (is_single() || is_page() || $withcomments) ) return;
 * They’re in the function comments_template. The source code comments for that 
   function give the explanation.
 * To get the effect you want, replace the first of those two lines to
 * `
    if ( ! (is_single() || is_page() || $withcomments) || is_home() )
 * Of course, it’s desirable to avoid hacks. If I can find a plug-in toaccomplish
   this , I’ll try to remember to post a link to it here.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Clean, modern theme for WordPress beginner modification](https://wordpress.org/support/topic/clean-modern-theme-for-wordpress-beginner-modification/)
 *  [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [18 years ago](https://wordpress.org/support/topic/clean-modern-theme-for-wordpress-beginner-modification/#post-585062)
 * The info and downloads at this link may be helpful.
    [http://designadaptations.com/notebook/rapid-development-toolset-for-wordpress-theming/](http://designadaptations.com/notebook/rapid-development-toolset-for-wordpress-theming/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [seeking plugin: alternate content for logged in users](https://wordpress.org/support/topic/seeking-plugin-alternate-content-for-logged-in-users/)
 *  [nitetalker](https://wordpress.org/support/users/nitetalker/)
 * (@nitetalker)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/seeking-plugin-alternate-content-for-logged-in-users/#post-665975)
 * You could try Sniplets by John Godley.
 * [http://urbangiraffe.com/plugins/sniplets/](http://urbangiraffe.com/plugins/sniplets/)

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