I need {exp:weblog:entries entry_id="305|305|305"}
to actually output my info 3 times.
Is that possible somehow??
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 24, 2010 6:17pm
Subscribe [2]#1 / Mar 24, 2010 6:17pm
I need {exp:weblog:entries entry_id="305|305|305"}
to actually output my info 3 times.
Is that possible somehow??
#2 / Mar 24, 2010 6:24pm
jlee, that’s not possible; but why would you need to do that? perhaps if you can tell us your goal we can help you come up with a solution.
#3 / Mar 24, 2010 10:22pm
What about
{exp:weblog:entries entry_id="305"}
{/exp:weblog:entries}
{exp:weblog:entries entry_id="305"}
{/exp:weblog:entries}
{exp:weblog:entries entry_id="305"}
{/exp:weblog:entries}That will output your entry three times.
#4 / Mar 25, 2010 9:31am
Thanks but that wouldn’t work for me as I need them in a fixed order. Like {exp:weblog:entries entry_id=“305|310|675|305”} fixed_order=“305|310|675|305”. But I need that second 305 to load results in the fixed order.
Can the weblog entries tag be inside a php loop? That in theory would give the results I need.
#5 / Mar 25, 2010 1:56pm
Why do you need entry ID 305 to show multiple times, jlee? Perhaps there is a better approach to this?
Yes, you can likely accomplish something like what you want using PHP.