2013-08-28 72 views
0

我想在其他div中显示帖子的图像,然后是内容的图像。在其他div中显示图像 -

我的意思是这样的。

<div class="latest-posts"> 
    <div class="latest-posts-info"> 
     <div class="title"><h1>HERE IS TITLE<h1></div> 
     <div class="text">HERE IS CONTENT</div> 
     <a href="#" class="read-more">Read more...</a> 
     <div class="clear"></div> 
    </div> 
    <div class="latest-posts-img">HERE I WANT THE IMAGE</div> 
    <div class="clear"></div> 
</div> 

虽然被添加在WP管理员后,我注意到它的唯一的方式,在内容显示图像。

感谢

+0

你能向我们展示的PHP代码你的后循环? – 2013-08-28 09:20:39

+0

您的实际需求是什么? –

+0

我没有任何PHP循环,但我实际上在阅读如何去做。 –

回答