I wanted to know how we can put a featured posts section on a WordPress blog with resizeable posts in it. Something like TheVerge or Venture Beat. For example, its a big box of 1000px width and 500px height. And image that it has eight boxes of 250px x 250px in it. How can we resize each post (according to our liking) to be accommodated in 1 or 2 or 6 of those 250x250 boxes?
I hope I am able to understand what I mean. If no, please post and i'll try to represent it graphically. Thanks.
I'm not sure If I understand you right, but you could filter all posts from a spicific category eg. featured, and display them via the_loop.
This is what I would do in this situation. If you add a limit of eg. 8 Posts, youy featured box should display the latest one.
I wanted to know how we can put a featured posts section on a WordPress blog with resizeable posts in it. Something like TheVerge or Venture Beat. For example, its a big box of 1000px width and 500px height. And image that it has eight boxes of 250px x 250px in it. How can we resize each post (according to our liking) to be accommodated in 1 or 2 or 6 of those 250x250 boxes?
I hope I am able to understand what I mean. If no, please post and i'll try to represent it graphically. Thanks.
I'm not sure If I understand you right, but you could filter all posts from a spicific category eg. featured, and display them via the_loop. This is what I would do in this situation. If you add a limit of eg. 8 Posts, youy featured box should display the latest one.