Hello again,
How would i go about adding a unique id or class to a repeating div within the loop?
.....Any ideas?
Thanks
Mogito
Hello again,
How would i go about adding a unique id or class to a repeating div within the loop?
.....Any ideas?
Thanks
Mogito
Appologies, this was actually fairly simple and is not that relevant to thematic.
To solve use: <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
You must log in to post.