When doing a search with the pinboard theme implemented. The search results show up one on top of the other. See example: http://www.sweethomegeorgia.com//?s=chili.
Hello.
I get the same problem with Pinboard: pages and posts show up one on top of the others.
I don’t know why.
Did you change the permlinks? It looks like your static page “product” has no page ID?
It looks like the search works good on all other pages, like you search for “husband”.
I would delete this page and build a new one with a proper page ID.
But just guessing…
It happens when I change the_excerpt() by the_content() , in content.php, to display full posts on site.
So, search is messing up pages and posts…
Sorry! It happens even without modifying content.php…
It seems that pages don’t have element style…
example: element.style { left: 368px; position: absolute; top: 0;}
So they aren’t well positionned…
Please help.
Regards.
You can see issue here in your demo search:
http://demo.onedesigns.com/pinboard//?s=this
I fixed it !
In function.php:
Find: itemSelector : ‘.post
Modify: itemSelector : ‘.post, .page
Hope it will be inserted in next version…