Using get_posts to dynamically create columnar markup
The Context Building a responsive site with wordpress. The Problem I have a loop that spits out posts. the site must be responsive. I must use markup to designate columns. However, simply taking the loop content and wrapping it in a div isn’t good enough. I need to intersperse the output of a loop with columnar […]
Using get_posts to dynamically create columnar markup Read More »