Doraemon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: php get_links_list(); QuestionHi, same problem as previously stated here, but on a newer version of WordPress. I tried using your solution, and defining my parameters based on the Codex documentation when that didn’t work, but whenever I add parameters to that function it returns a MySQL database error… So perhaps that bit of code is dated? At any rate, I need someone to help me with this because I don’t know where to go from here. Thanks in advance. ^.^
Forum: Fixing WordPress
In reply to: Missing First PostThanks! Works like a charm. ^.-
I’d help too so long as I knew it was for a good honest cause, and not just some lamer looking for free bandwidth so they can host their illicit files.
Forum: Fixing WordPress
In reply to: Missing First Postfpost.php: http://pastebin.com/312219
index.php: http://pastebin.com/312218
post.php: http://pastebin.com/312217Forum: Fixing WordPress
In reply to: Missing First PostAbsolutely, give me five minutes.
Sorry, but I’ll have to see it before I believe it. 😛 I don’t see what’s to hit anyways… Seems rather bland to me.
Hmm, somehow I’m just not buying your story. Sorry man, but your site is running just fine, and I see not evidence of extreme usage. *edit* What’s WordPress’s policy on advertising on these forums..?
Forum: Fixing WordPress
In reply to: Missing First PostThis is the content of post.php: http://pastebin.com/312213
Forum: Fixing WordPress
In reply to: Missing First PostOkay, I think I’ve confused you as I’m not the only one working on this, the file was updated since I’ve talked to you and it turns out both files are not the same, which makes no sense to me. At any rate, if I remove those tags, this is what happens:
Now the first post is showing… Buuut, as you can see..
Forum: Fixing WordPress
In reply to: Missing First PostSo my question remains: why isn’t my code showing the first post after it’s parsed..?
Forum: Fixing WordPress
In reply to: Missing First PostI’m not sure I understand what you mean…? The code is working just fine, other than the fact that the first post is not displaying. The code you see in the files, was that code that previously in the index.php. I was only using *one* loop then. Now all I’ve done is extract the formatting portion of the post and put that into a separate file. ( One for the first post, one for the rest of the posts. ) I haven’t really touched the loop at all, thus there shouldn’t be a second loop. 😉
Forum: Fixing WordPress
In reply to: Missing First PostIt’s quite simple really, I’ve put the code that holds the formatting of my posts into two different files. As you can see the PHP says, if this is the first post, use this file for the post or if this is any post but the first post, use this file to format the post. Make sense? There’s actually only one loop.
Forum: Fixing WordPress
In reply to: adding a line of MyBlogLog.com (stats) code… where?Edit index.php: there should be no .html, your .php files replace the need.
Forum: Fixing WordPress
In reply to: Missing First PostBoth files are currently the same: http://pastebin.com/312165
Forum: Fixing WordPress
In reply to: Formatting the most recent post differentlyThank you Kafkaesqui! Most appreciated. ^^