72lakes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: One post per page on index / multiple posts per page on archives404 oops Never mind. I can’t believe I didn’t notice that. My new theme didn’t come with a 404.php I made one and everything works now. One post on home page and my 404 too. 🙂
Forum: Themes and Templates
In reply to: One post per page on index / multiple posts per page on archivesYeah, MichaelH’s code worked for me. Except now, my 404 page doesn’t work all. I am redirected to the homepage even if the URL is completely wrong. This is bad for SEO, I believe.
Any ideas?
@doobus, Did you ever figure out where to place your ‘example 3’ code?
Forum: Fixing WordPress
In reply to: inserting HTML into previous_comments_linkSomething odd I noticed. My left arrow is part of the anchor text, but my right arrow is not! So the arrow styles are different!
The code:
<?php previous_post('%','« ','yes'); ?>
<?php next_post('% »','','yes'); ?>The output:
<a href="XXXXXXXX">« Title of Previous Post</a>PERFECT!
<a href="XXXXXXXX">Title of Next Post</a> »ARGH!Does anybody know where to place
»to get it to be part of the anchor text on the right side of the post title???? I’d like it to be part of the link and not just decoration on the sides.