Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress question Re: WordPress question

#48939
Johnnyb
Member

Hey, yeah you would just set it up to use query_posts to display only the category you want:


if (have_posts()) : ?>

>






If you want full capabilities with each blog though, archiving and search etc, then it’s probably best to set them up as separate blogs using that link I posted. It can be done using the first method but it takes a lot of custom coding.