Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
A bug or not a bug?
In TXP 4.0.3, I can display in the same section 2 differents articles, like this :
<code>
<div id=“columnleft”>
<txp:article status=“Publish” />
</div>
<div id=“columnright”>
<txp:article status=“sticky” limit=“1” offset=“0” />
</div>
</code>
and that’s work perfectly.
But in <strong>TXP 4.0.4 (r1388)</strong> the same stuff display only the published article twice : in columnleft and in columnright.
What’s the matter? What’s wrong?
Thanks for your response.
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: A bug or not a bug?
Did you read the topic next to this one? Specifically:
http://forum.textpattern.com/viewtopic.php?pid=111007#p111007
Offline
Re: A bug or not a bug?
Also:
<txp:article status="Publish" />
there is no status=“publish”
I think you want to type status="live"
saludos!
Offline
Re: A bug or not a bug?
maniqui wrote:
Also:
<txp:article status="Publish" />
there is no status=“publish”
I think you want to typestatus="live"
saludos!
…oops, exact <em>status=“live”</em> sorry for this error.
Thanks Sencer for your answer.
Regards.
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Pages: 1