Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Simulate a FOR...EACH loop
Ok, that works but I clearly have to figure out how etc_query
does it’s stuff so that I can limit the number of items shown and also improve the styling.
Offline
Re: Simulate a FOR...EACH loop
aslsw66 wrote:
Ok, that works but I clearly have to figure out how
etc_query
does it’s stuff so that I can limit the number of items shown
append ?count=5
to your Twitter url;
and also improve the styling.
That’s tougher, you’ll have to dig into Twitter page source and target desired elements by XPath, but everything is feasible.
Offline