I want to divide word press posts into two div but its not working with query posts
how do i achive this?
first ten post in one div and other ten posts in Other div.
<div class="col6">
<ul class="que_ul clearfix">
first ten post
</ul>
</div>
<div class="col6 last">
<ul class="que_ul clearfix">
nex ten posts
</ul>
</div>
You can do something like this
take a look here: http://digwp.com/2010/03/wordpress-post-content-multiple-columns/
I have used this in the past and found that
Is the option that works best.