Thanks for the replies! Schematically, I was hoping to have:
* [Page with list of posts A] Standard blog style entries ----[entry type 1] This type of entry is the only kind displayed on blog page A * [Page with list of posts B] Standard blog style entries ----[entry type 2] again, this type only displayed on page B. So that there was not 'cross pollination' of entries over the two pages with blog entries. Blog page B would be accessible through the side panel like other static pages. The style itself of each entry doesn't matter to me, ie they can both look the same. So the different 'types' of entry in my crude schema above are not stylistically different, just where they are displayed is. So do you think this kind of thing is done with tags? My guess would be the sidebar link is a link to display all entries with a particular tag, whereas this tag isn't displayed by default in the main blog page? Can this be done? Thanks very much! David On Nov 8, 7:34 am, Amanda Moore <[email protected]> wrote: > I did the same for a theme once using tags to define styles for posts. I can > be done with time and patience. > > --- > Amanda M. > Sent from my iPhone > > On Nov 7, 2011, at 3:48 AM, Michael Flux <[email protected]> wrote: > > > 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 > > athttp://groups.google.com/group/habari-users -- 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
