saturnine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Previous/Next Post links broken after move from WordPress.comI did as you said, and wow, it’s fixed! Thanks so much, Trent, moshu. I appreciate the real-time advice and your help. Thanks again. Can’t believe it’s just an hour since I started this topic.
Forum: Fixing WordPress
In reply to: Previous/Next Post links broken after move from WordPress.commoshu: So I should remove that ‘true’ part to fix the problem? Otherwise I can’t really infer the solution from what you said back there. It’s all Greek to me.
Forum: Fixing WordPress
In reply to: Previous/Next Post links broken after move from WordPress.com<p class="navigation"> <span class="alignleft"><?php previous_post_link('« %link','%title',true) ?></span> <span class="alignright"><?php next_post_link('%link »') ?></span> </p>Those are the closest matches. From single.php.
Forum: Fixing WordPress
In reply to: Previous/Next Post links broken after move from WordPress.comI changed the blog theme to WordPress Default 1.6, and it’s working fine, so I’m guessing it’s a theme problem we’re dealing with here?
That being said and done, I have no idea how to look for next and previous calls, although I did find post.php; maybe you could instruct me on that.
Forum: Fixing WordPress
In reply to: Previous/Next Post links broken after move from WordPress.comI was referring to the Previous and Next post links after a post, ugh, not the main page links. My apologies if I wasn’t clear enough on that matter, but I thought I was.
Here’s a specific example: my latest post http://sorenara.ikimashou.net/2007/07/12/claymore-as-rurouni-kenshins-spiritual-successor/ links to http://sorenara.ikimashou.net/2007/06/21/re-reading-rurouni-kenshin-sudo-vs-shinsen-and-a-theory-on-heis-contract/ as a previous post, when it should be linking to http://sorenara.ikimashou.net/2007/07/02/elitism-and-the-anime-blogosphere-anime-elitism-as-a-social-construct/
instead.A second example: this post http://sorenara.ikimashou.net/2007/06/22/six-blogs-you-probably-arent-reading-yet/ should link to http://sorenara.ikimashou.net/2007/06/21/re-reading-rurouni-kenshin-sudo-vs-shinsen-and-a-theory-on-heis-contract/ as a previous post, but what it does is it states that http://sorenara.ikimashou.net/2007/05/30/it-wasnt-lupus/ is the previous post before it, which is obviously wrong, as you can tell by the list of Recent Posts on the sidebar.
Forum: Fixing WordPress
In reply to: Previous/Next Post links broken after move from WordPress.comSure.
Old blog: http://rule41.wordpress.com/
Another blog running the same theme (freshy2), with Next/Previous post links working as intended: http://natsuneko.animeblogger.net/
Hope that helps.