Working with Wordpress
Developing a weblog beyond the default install can present the blog developer / designer with certain dilemmas from time to time.
The wordpress.org site has tons of information. It is sometimes tough finding exactly the “just right” answer or fix to such dilemmas.
Currently, I am working on a site “littlespiderweb.org” which is/will be incorporating both posts and Pages. (For a discussion that distiguishes the difference between a post and a page in a wordpress blog, see http://codex.wordpress.org/Pages .)
The site’s purpose is to document my NYC trip(s.) My trip planning pages will utilize Pages–not posts. However, I would like to implement the Pages with posts–using them as comments or perhaps reminders to myself. I would also like to use posts as a diary and journal–comments on my thoughts–for my actual trip.
To make a ”seamless” transition between a Page template and a single post template, I decided to try naming post categories that are duplicates to the Main Page titles.
If someone clicks on a link from a Page to a single post, I want to preserve the title of the original Page to use as my search query for the category to display.
These are the links that provide the “how to:”
Update 06/03/06: Apparently, I am not the only one with this idea of using a page name in conjunction with category names so that I could round out the wordpress features. If I find the discussion again, I will post it.