more tinkering
Written on 14 December 2004 | Posted in site stuff | 4 Comments
I’ve moved post metadata up under the title, mostly because I got tired of having to scroll through an entire post before seeing what categories it belonged to or if there were any new comments. I’m still playing with the css, so appearances might change, but the info will, most likely, remain at the top of the post.
And, over in the right column you should see a new feature called “real & imagined”. It’s not a feature at all, really, just a list of links that I’ve recently found and would like to draw your attention to. And it’s not a remaindered feature at all (like the old linklog used to be) since I won’t be updating the links very often.
really random question, but HOW did you get the <> to show up on your individual entries? i’m struggling mightily with that.
thanks!
15 December 2004 @ 16:56
hmmm… stupid greater than and less than signs.
what i meant to ask was how you got the previous post title and next post title to show up on the individual entry pages. any hints most appreciated!
15 December 2004 @ 16:57
Your site looks great! your inspiring me to do something with mine.
15 December 2004 @ 17:17
Megan — those handy prev/next links are all thanks to the wordpress template I’m using — i didn’t even realize that they would be there until I downloaded & installed it, so it was a lovely surprise! I took a look at the index.php though and it looks like this little bit of code is what makes it happen:
<?php previous_post(‘« %’,”,’yes’)?>
<?php next_post(‘ % »’,”,’yes’)?>
Also found a thread on the WP support pages that might help: http://wordpress.org/support/6/1782
Hope that helps!
16 December 2004 @ 10:43