locusta
Forum Replies Created
-
Forum: Plugins
In reply to: [Mooberry Book Manager] New/Edit Book Missing Genre, Tag, & Series SectionsIt’s all good now. Thank you very much!
Thank you. I just updated that, but the problem remains. The tagline is still being duplicated as part of my excerpt text.
Anyone? Is there a better place for me to be asking Sociable specific questions?
Forum: Fixing WordPress
In reply to: Colors inverted when uploading imageProblem resolved itself. Still don’t know what was going wrong.
Forum: Themes and Templates
In reply to: Template Selection based on Date?I seem to have shaken out the bugs and gotten this to work. Thank you for your help.
Forum: Themes and Templates
In reply to: Template Selection based on Date?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
In reply to: Template Selection based on Date?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
In reply to: Template Selection based on Date?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
In reply to: Template Selection based on Date?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
In reply to: Strange Bug in my Left SidebarThat 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
In reply to: Strange Bug in my Left SidebarSmall update. This problem seems to be only when I use WordPress’ built-in Recent Posts widget.
Forum: Themes and Templates
In reply to: Trouble with a Whiteboard-based custom themeGot it working. I ended up converting my CSS over to wp-template instead of whiteboard. Thank you for your help.
Forum: Themes and Templates
In reply to: Trouble with a Whiteboard-based custom themeCSS 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
In reply to: Trouble with a Whiteboard-based custom themeI’d like it to use http://fallenkitten.com.
Forum: Themes and Templates
In reply to: Trouble with a Whiteboard-based custom themeA subfolder.