[wp-hackers] Text post, separate from video post

Andrew Ozz admin at laptoptips.ca
Wed Aug 15 17:19:45 GMT 2007


The easiest (best?) way to do this IMO is:

- have all video posts assigned to a special category,
- make a mini-loop with get_posts() above the "normal" loop that will 
get only the latest post from that category,
- and finally exclude the post that is shown in the mini-loop from the 
"normal" loop (so it doesn't show twice).

Or perhaps exclude all posts that are in that special category from the 
"normal" loop, leaving only the "text" posts there.


> Date: Tue, 14 Aug 2007 06:56:26 -0700
> From: "Jay dedman" <jay.dedman at gmail.com>
> Subject: [wp-hackers] Text post, separate from video post
> To: wp-hackers at lists.automattic.com
> Message-ID:
> 	<34ced5f40708140656s2509d463y3df35211a09df853 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Go a question for the group.
> We're building a suite of plugins for videobloggers.
> (you can see our work at showinabox.tv)
> 
> One need we have is the ability to let a blogger publish a text post
> separate from a video post.
> 
> Here's an example of the look we want:
> http://www.veracifier.com/
> The newest video is always first...then it goes to the Archiive page
> when another video is chosen.
> Below is the text blog that can change multiple times each day.
> So kits like there are two blogs on one page.
> 
> Anyone know of an existing plugin to make this happen?
> 
> jay
> 


More information about the wp-hackers mailing list