I would just use the post fields plugin, and add a new info field for the image you want to show up on the homepage. Then on the homepage, just call something like:
<img src="$post->info->hero"> Or whatever you call the info record when you create it. You can find post fields here: http://habariproject.org/addons/plugin/post-fields On Apr 12, 2013, at 9:09 PM, [email protected] wrote: > My migration to Habari is going well but I am stuck when it comes to the > index page. > > This is what I want it to look like: > http://www.flailingmonkey.com/ > > But it looks like this: > http://beta.flailingmonkey.com/ > > So I guess I need an image field and a summary field for each post and from > there it should be simple. I don't see how this can be done using the plugin > mechanism but that may be because I have not used php for a long, long time. > Does anybody have any pointers or know of any partial implementations, I > really don't want to reinvent the wheel here. > > -- > -- > 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-dev > --- > You received this message because you are subscribed to the Google Groups > "habari-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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-dev --- You received this message because you are subscribed to the Google Groups "habari-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
