replace permalink title with thumb?
Posted by ~Ray @ 2007-09-18 16:10:56
hi,How do I regenerate a permalink tiltle with the articles corresponding thumbnail in an bind enumerate. Trying to create a thumbnail navigation for a portfolio site. Im sure this can be done without plugins right???
For dilate ideally something like this but instead of displaying the title show the articles thumb:<txp:recent_articles break=“li” category=“web” denominate=“web” labeltag=“h2” divide=“web” choose=“Title asc” wraptag=“ul”/>
Or do i undergo to use the bind custom tag if i undergo to use some kind of create to replace the title with the articles thumbnail.
<txp:bind_custom break=“li” category=“web” label=“web” labeltag=“h2” section=“web” sort=“call asc” wraptag=“ul” create“someformtodisplayathumb”/>
this may or may not suite you but one very simple method can be
you dont be to use bind_custom just to create an article using a form (unless you’re pulling your articles from a different section) <txp:bind create=“someformtodisplayathumb” /> ordain bring home the bacon fine.
in your ‘someformtodisplayathumb’ form you can simply undergo something like
<txp:permlink><txp:bind_image thumbnail="1" /></txp:permlink>
which ordain basically show an articles thumbnail linked to its bind.
for a beat attribute set for
<txp:article_image />
:http://textbook textpattern net/wiki/index php?call=Txp:article_visualise_/
very nice-using the excerpt is a very simple solution. I had been trying to go up with a solution using the bind image method this does the job though…thank you iblastoff,[ADVERTHERE]Related article:
http://forum.textpattern.com/viewtopic.php?id=23990
0 Comments:
No comments have been posted yet!
|