Hello, and thanks for attempting to answer my post.
I am trying to add bold headings to my search results. So my ideal result is, something like:
Name
| Phone
| Email
|
John Doe
| (206) 888-888
| joebob@some-domain.com
|
Sally Brown
| (777) 777-7777
| sallybrown@some-domain.com
|
I have used sdsimplesimon template and altered the mainbody.php file within items in my search type, thus each item rendered per:
/sdsimplesimon/positions/my-search-type/item/mainbody.php
My items are being listed.
But how do I add a header atop all items once? or perhaps repeat this header every 20 lines, e.g.?
I would think that setting the file: /sdsimplesimon/positions/my-search-type/item/topbody.php would show something ... but it did not.
Thanks for your time.
PS. I tried using List (vs Item), and while you do get nice columns. It wraps all the fields with this code:
<div style="clear:left;"> the field value </div>
Thus, stacking them atop each other in the same row ... not so good for a firstname lastname situation.