New Section!

Victory is finally mine! I have finally accomplished adding some functionality to the application that I use for this blog: enabling sub pages. Some of you may ask, “Now what is the nerd talking about?”

First things first: I an application called WordPress to write this blog. You may ask why I need an application, instead of just writing web pages? Well, believe it or not, it’s easier. Editing HTML is time-consuming. Not to mention the incredible features that come with WordPress. It’s a free application (as in $0 and the code is available and 100% editable).

So, what’s this great new section? Well, it’s not much now, but it will be useful as years go by. I give you “The Music “Archive” Lists Galore! I’m going to keep my past years’ Top Albums lists as well as the list of concerts I’ve attended. Check it out and enjoy!

The nerd in me is forcing me to say this too: To enable this functionality, I added the following code to the page.php file in my theme (Blue Horizon):
< ?php if(wp_list_pages("child_of=".$post->ID.”&echo=0″)) { ?>

    < ?php wp_list_pages("title_li=&child_of=".$post->ID.”&sort_column=menu_order
    &show_date=modified&date_format=$date_format”);?>

< ?php } ?>

0 Responses to “New Section!”


  1. No Comments

Leave a Reply