Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
What is the plugin that pulls "extracts" of article text?
I can’t remember.
I want a dynamic way to load meta description info when there’s not an excerpt available. A plugin that pulls article text to some character limit would be a good next bet.
Offline
#2 2011-08-10 16:18:38
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: What is the plugin that pulls "extracts" of article text?
rvm_substr or rss_auto_excerpt. The latter is a many options beast as far as I remember.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: What is the plugin that pulls "extracts" of article text?
Ah yes, rvm_substr was what I was thinking of (and I like the fact ruud is still around). In this case, though, I don’t really need anything but straight text, so smd_if might be the ticket too, maybe. I’ll have to look.
Thanks Uli!
Offline
Re: What is the plugin that pulls "extracts" of article text?
You could also use rah_function and invoke the PHP substr function.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: What is the plugin that pulls "extracts" of article text?
Or sab_substr ;)
Offline
Offline
Re: What is the plugin that pulls "extracts" of article text?
I think that’s the winner, Jukka. Thanks.
Offline