BDKR
Joined: 04 Jan 2003 Posts: 27 Location: Clearwater, Florida
|
Posted: Sat Jan 04, 2003 7:32 pm Post subject: Just a question |
|
|
I don't want to seem less than grateful here. I've needed blogging code but didn't have the time to write it, thereofore, this is great. I am indeed grateful.
But pushing my way through the index.php file that comes with the app, I am curious why certain things are done. I'm making some changes for my personal use, but if there is a reason these things are this way, please let me know.
For the most part, it's in the start_b2() loop. In the original there is a group of functions:
start_b2()
the_date()
permalink_anchor()
Then another group of functions:
link_pages()
comment_popup_link()
pingback_popup_link()
trackback_rdf()
These groups of functions are all seperated by php opening and closing tags. However, there is no standard HTML output between any of those functions. As such, switching context like that is wasted overhead. Is there a reason for this that I don't know?
Thanx for the code...
Cheers,
BDKR |
|