How can automatically display cards in a table format?
I use a template with a while condition, but i don't know how pass [connections id="%n"] from the php template.
How can automatically display cards in a table format?
I use a template with a while condition, but i don't know how pass [connections id="%n"] from the php template.
When you say 'template', do you mean a Connections template or a WordPress page template?
If you're talking about a WP page template, use the Connections theme template tag:
connectionsEntryList( array() )
To pass an ID do the following:
connectionsEntryList( array( 'id' => %n ) )
You must log in to post.