Making a Blog Archive page (for built-in blog)

Permalink
Hi,

In my sidebar I have a "tags" block and a "Blog Archives by Date" block but right now it's linking to a page with empty content.

What block goes into the "blog Archives" to display a list of blog entries?

i.e.
http://www.mydomain.com/blog//blog-archives/?akID[15][atSelectOptio...

that's for a given tag...I want a page List that only shows the blog entries with that kind of tag??

 
nicolechung replied on at Permalink Reply
Okay, so I figured out that I need to add a "search block" into my blog archive page (I guess it got deleted).

My question now is, can I add a thumbnail to a custom template?

foreach($results as $r) { 
         $currentPageBody = $this->controller->highlightedExtendedMarkup($r->getBodyContent(), $query);?>


Is there any way to get the "concrete object" out of the $r variable?