Title: locusta's Replies | WordPress.org

---

# locusta

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/locusta/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/locusta/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mooberry Book Manager] New/Edit Book Missing Genre, Tag, & Series Sections](https://wordpress.org/support/topic/new-edit-book-missing-genre-tag-series-sections/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/new-edit-book-missing-genre-tag-series-sections/#post-14246600)
 * It’s all good now. Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sociable] [Plugin: Sociable] Prevent Tagline text from showing on Blog Excerpt](https://wordpress.org/support/topic/plugin-sociable-prevent-tagline-text-from-showing-on-blog-excerpt/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-sociable-prevent-tagline-text-from-showing-on-blog-excerpt/#post-1557563)
 * Thank you. I just updated that, but the problem remains. The tagline is still
   being duplicated as part of my excerpt text.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sociable] [Plugin: Sociable] Prevent Tagline text from showing on Blog Excerpt](https://wordpress.org/support/topic/plugin-sociable-prevent-tagline-text-from-showing-on-blog-excerpt/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-sociable-prevent-tagline-text-from-showing-on-blog-excerpt/#post-1557553)
 * Anyone? Is there a better place for me to be asking Sociable specific questions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Colors inverted when uploading image](https://wordpress.org/support/topic/colors-inverted-when-uploading-image/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/colors-inverted-when-uploading-image/#post-1559054)
 * Problem resolved itself. Still don’t know what was going wrong.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template Selection based on Date?](https://wordpress.org/support/topic/template-selection-based-on-date/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/template-selection-based-on-date/#post-1511955)
 * I seem to have shaken out the bugs and gotten this to work. Thank you for your
   help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template Selection based on Date?](https://wordpress.org/support/topic/template-selection-based-on-date/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/template-selection-based-on-date/#post-1511952)
 * It’s by request from my client, but essentially we want readers to be able to
   comment on the current page, but not be able to comment or see comments on past
   pages. My understanding is that to comment on an “post”, WordPress routes the
   reader to the single.php page to do the commenting, etc. But that would leave
   the comic pages in the archive with comments visible on them.
 * If there is a more elegant solution, I’d be all for it. Just turning off comments
   after a set time isn’t really sufficient.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template Selection based on Date?](https://wordpress.org/support/topic/template-selection-based-on-date/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/template-selection-based-on-date/#post-1511938)
 * Ok, I was able to get a redirect back to the index page after commenting by editing
   the wp-comment-post file (not my favorite thing to messing with but…). So I’m
   not being redirected to the single.php page anymore. Also commented out the comment
   template on the single.php pages.
 * I am, however, getting a 404 when I try to click through the archive to the most
   recent page. Could something I did with this comment adjusting have done that
   or have I screwed something else up?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template Selection based on Date?](https://wordpress.org/support/topic/template-selection-based-on-date/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/template-selection-based-on-date/#post-1511936)
 * Quick update, I did figure out how to get comments to display on the homepage
   after some more digging on the forums here. The following code will call the 
   comment template:
 *     ```
       <?php  $withcomments = "1";
         comments_template('', true); ?>
       ```
   
 * Now I have a bunch of tweaking to try and keep the comments from routing me to
   the single.php page after leaving a comment. :-/ Which is probably easier said
   than done…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template Selection based on Date?](https://wordpress.org/support/topic/template-selection-based-on-date/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/template-selection-based-on-date/#post-1511935)
 * Honestly no. Not within the WordPress system, although it seems to me that I 
   should be able to call a comments template to the homepage. That’s why I was 
   wondering if this is even possible or what a reasonable work around would be.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Strange Bug in my Left Sidebar](https://wordpress.org/support/topic/strange-bug-in-my-left-sidebar/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [16 years ago](https://wordpress.org/support/topic/strange-bug-in-my-left-sidebar/#post-1496352)
 * That doesn’t seem to be working, but I don’t know if I’m getting it right. This
   is what my sidebar code looks like:
 *     ```
       <div class= "sidebar-one">
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 1') ) { ?>
       <?php } wp_reset_query(); ?>
       </div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Strange Bug in my Left Sidebar](https://wordpress.org/support/topic/strange-bug-in-my-left-sidebar/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [16 years ago](https://wordpress.org/support/topic/strange-bug-in-my-left-sidebar/#post-1496341)
 * Small update. This problem seems to be only when I use WordPress’ built-in Recent
   Posts widget.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trouble with a Whiteboard-based custom theme](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/#post-1428254)
 * Got it working. I ended up converting my CSS over to wp-template instead of whiteboard.
   Thank you for your help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trouble with a Whiteboard-based custom theme](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/#post-1428251)
 * CSS from my own theme still isn’t working but it does look like other themes 
   are functioning now, so I guess the problem here is me.
 * Thank you for the help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trouble with a Whiteboard-based custom theme](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/#post-1428201)
 * I’d like it to use [http://fallenkitten.com](http://fallenkitten.com).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trouble with a Whiteboard-based custom theme](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/)
 *  Thread Starter [locusta](https://wordpress.org/support/users/locusta/)
 * (@locusta)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/trouble-with-a-whiteboard-based-custom-theme/#post-1428183)
 * A subfolder.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/locusta/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/locusta/replies/page/2/?output_format=md)