So if I understand correctly it would be kinda like [ Page with list of posts ] - >this page is just standard and displays all post summaries the same - [ Post 1 ] ->this post is a picture post and has design 1 when you're viewing full post - [ Post 2 ] ->this is a text post and has design 2 when viewing the full post
If this is what you're talking about, then I used to do the same on my website. The way I accomplished it was by having a regular 'entry.single.php' for all the regular text posts, and another file, which worked in the exact same manner as the 'entry.single.php' but was styled differently by CSS and I named that file 'entry.tag.gallery.php' - what did for me was the following, every single time I posted a post, regardless of what content was in it, it used the standard entry.single.php file, but when I tagged it as 'gallery', again, regardless of what content it had, it used the new 'entry.tag.gallery.php' file instead of 'entry.single.php' and the whole post was styled completely differently. Now, I've done this a couple years ago already, so I don't know if Habari changed anything major, but unless there were some huge changes under the hood, this should work perfectly fine for you as long as I correctly understood what you meant. Does this explain it well enough? Michael On Nov 7, 3:49 am, David <[email protected]> wrote: > Hi, > > I'm new to Habari, and have a quick question. > > Can anyone please tell me if it's possible to have 2 pages with blog > style entries on Habari? > > Ideally I would like to have one page with mostly text entries and > another with mostly image based entries. > > I'm not even sure if this question makes sense now I write it down, > but it would be great if someone could point me in the right > direction. > > Thanks! Great project BTW! > > David -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
