Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   gallery (grid) of post excerpts w/ thumbnails (http://forum.bytesforall.com/showthread.php?t=1882)

viewdesigninc Jun 2, 2009 02:36 PM

gallery (grid) of post excerpts w/ thumbnails
 
What I need is a page that displays a gallery grid, with thumbnails and titles/excerpts, that link back to the source post for that thumbnail...(The goal is to create a portfolio page driven by posts.) Any ideas? (The "Thumbnail for Excerpts" plugin and others I've tried don't produce the nice grid layout I'm looking for.)

Flynn Jun 4, 2009 08:08 AM

You could always create this manually, with a static page containing a table

<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td> thumbnail </td><td> thumbnail </td><td> thumbnail </td><td> thumbnail </td>
</tr><tr>
<td> thumbnail </td><td> thumbnail </td><td> thumbnail </td><td> thumbnail </td>
</tr><tr>
<td> thumbnail </td><td> thumbnail </td><td> thumbnail </td><td> thumbnail </td>
</tr><tr>
<td> thumbnail </td><td> thumbnail </td><td> thumbnail </td><td> thumbnail </td>
</tr>
</table>

thumbnail=
<a href="link_to_post_or_page"><img src="/path/to/thumbnail.gif" alt="" /></a>


All times are GMT -6. The time now is 01:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.