[Plugin: WP-Table Reloaded] Loop Table Rows
-
Hi,
I am using a plugin that displays all data responded by a query by enclosing the data inside <wpv-loop>my list</wpv-loop>.
I would like to use WP-Table-Reloaded to layout\manage the data. Essentially what I need to do is insert <wpv-loop> before a <tr>, and then insert </wpv-loop> after the </tr>. This will then generate a table row for each of my posts. Is there anyway this can be done with WP-Table-Reloaded? (The plugin is WP-Types & WP-Views). I.E:
<tbody>
<wpv-loop>
<tr>
<td>[wpv-post-title]</td>
<td>[wpv-post-field]</td>
</tr>
</wpv-loop>
</tbody>Is there any way this can be done?
Thanks for any help offered.
The topic ‘[Plugin: WP-Table Reloaded] Loop Table Rows’ is closed to new replies.