Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
effectively using links
When writing a new article, I have figured out I can use something like
<txp:linklist category=“cat” wraptag=“ul” break=“li” />
to output several links from the database, but what is the most effective way for outputting just one link if it’s already in database. I don’t want to have to write each time blabla :-)
Also, which external blog client is the best integrated with TXP? w.bloggar?
Thanks,
Davor
Offline
Re: effectively using links
Depending on the type of link you wanted to output some of your needs may be addressed by zem_link, a plugin.
Offline
Re: effectively using links
I want to access links that I input under “content -> links” tab.. That is if I input them there once, I’d like to be able to access them each individually when writing article. This seems as quite basic functionality but I don’t know if there is a tag or something for doing it (a more complex functionality of displaying all links in a particular category is there, but this one seems not to be).
Thanks,
Davor
Offline
Re: effectively using links
This doable with <txp:zem_link linkid="XX">anchor text</txp:zem_link>
or <txp:zem_link linkid="XX" />
. In the latter case the anchor text will be taken from the link’s description.
Last edited by wet (2005-12-20 19:56:56)
Offline
Re: effectively using links
Thanks, Davor
Offline
Pages: 1