douglemoine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archive list sorting by year, then list by monthHmm. I’m actually trying to do this, too, and I’m looking around for answers.
Anyone got any ideas?
Forum: Fixing WordPress
In reply to: Posts_nav_link just displays the same page over and overAnyone?
I’ve been combing through the codex and the support archives, and while it seems that many people have had issues with the paginating of posts, no one seems to have had this particular problem.
My code is outside the loop, and other pagination seems to work — i.e., I can navigate to previous pages in my admin area. Don’t know if this is related or not, though.
Thanks for any suggestions anyone can offer.
Forum: Fixing WordPress
In reply to: Posts in IE are wrapping weirdlyHmm. I guess I don’t understand your suggestion. I have a file — index.php — which contains all of the wordpress php stuff, and all of my formatting.
I don’t know if this is the right way to do it, or what “other” file you’re seeing …
I tried to validate it and came up with a bunch of errors, but I don’t even know where to start with them …
Sorry for the really basic nature of this comment, but I’m wondering if anyone has any basic insight …
Thanks.
Forum: Plugins
In reply to: MMS directly to WordPressDisregard the above question. Wow. It actually works.
Now here’s my next question … How would one attach styles to these posts? For instance, if I want a different class to apply to these thumbs than to others, where would I insert this in the code?
Thanks.
Forum: Plugins
In reply to: MMS directly to WordPressOkay, I’ve changed the server name on my MMS-enabled phone, so I now connect to https://www.douglemoine.com/diary/wp-mms.php instead of the standard Cingular server.
Here’s my question, when I send the MMS, what do I put in the To: field? It doesn’t seem like it would matter, but I figured I’d ask because I can’t get it to work.
Forum: Fixing WordPress
In reply to: Another permalink problem: blank pages, even when I reset.Okay, so I pieced my single.php back together, bit by bit, and it seems to work now, though it’s really fragile. Basically, the page doesn’t show up unless this link is in it:
<?php } edit_post_link(‘Edit’,”,”); ?>
Which seems weird to me because I removed that thing ages ago, and the whole thing seemed to work until I changed the permalink format. Disappointing.
I don’t know if anyone’s willing to slog through this, but here’s the working code:
Forum: Fixing WordPress
In reply to: Another permalink problem: blank pages, even when I reset.Dude, my bad:
Forum: Fixing WordPress
In reply to: Another permalink problem: blank pages, even when I reset.In regard to your suggestions, Macmanx:
As far as I can tell, I don’t have any plug-ins activated, and I could not revert back to the old permalink style.
Thanks for your feedback, though.
Forum: Fixing WordPress
In reply to: Another permalink problem: blank pages, even when I reset.Thanks, alphaoide.
I just posted the code there … Let me know if you have any ideas.
Forum: Fixing WordPress
In reply to: Another permalink problem: blank pages, even when I reset.UPDATE: The problem seems to be with the Post Template (single.php) … I don’t see anything weird in the code, but I’d be happy to post it here if someone thinks it’s necessary.
Forum: Fixing WordPress
In reply to: Another permalink problem: blank pages, even when I reset.I tried the theme switch, and the “classic” theme worked. Nice idea. Unfortunately, I then tried to switch back to my custom theme, and it still didn’t work.
So my first question is: What’s the deal? The themes were working before I tried the fancy permalinks. Were they corrupted? If so, how?
Anyway, solution-wise, I assume that I should create a new theme, and import all of my styles and pages into it?
Let me know if anyone has any insight or better ideas.