Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
<txp:article image> In the middle of <txp:body>
Hello! I’m trying to insert an article image inside of the body of said article. I know I could probably insert the code into the article itself, but how would I’d like do do it a bit more dynamically as I am not the end-user. I’m not sure if this is a plugin or not, but I’d like to hear from all of you creative people what my options are.
I was thinking about doing something like:
<txp:body 1><txp:article_image /><txp:body 2/>
OR
<txp:excerpt words="50" /><txp:article_image /><txp:body offset="50" />
OR
Do I wrap it in a <div> and control it with CSS?
Offline
Re: <txp:article image> In the middle of <txp:body>
this plugin has offset attributes (or something similar): rss_auto_excerpt
Offline