On Sep 22, 2008, at 3:31 PM, Travis Julius Fryer wrote:
> Ok, another question: I'm making individual blogs for shows for
> uvmtv. That way people can subscribe to podcasts for each show. I
> also want to have a main blog with uvmtv news PLUS each news item
> from different shows. Is this possible? To feed several blogs into
> one?
>
yes -- but it isn't all that simple
You'll need to edit your index.html template, and consult the Movable
Type Template Tag Reference
http://www.sixapart.com/movabletype/docs/3.3/a_template_tag_reference/
In particular the Weblog tags, and in particular the MTBlogs tag
It doesn't hurt, either, to bone up on your HTML and CSS, too
In the simplest use, you would stick the MTBlogs tag inside the <div
id="container-inner" class="pkg"> division in your current index.html
<body class="layout-two-column-right">
<div id="container">
<div id="container-inner" class="pkg">
<MTBlogs>
<div id="banner">
<div id="banner-inner" class="pkg">
<h1 id="banner-header"><a href="<$MTBlogURL$>"
accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<h2 id="banner-description"><$MTBlogDescription$></h2>
</div>
</div>
<div id="pagebody">
blah blah blah
</MTBlogs>
</div>
</div>
</body>
</html>
You'll probably need to make some adjustments to banner and styles to
make it all look good, maybe filter entries and exclude certain blogs.
Good luck
-----------------------------------------------------------------------
| Wesley Alan Wright <mailto:[log in to unmask]> |
| Academic Computing Services __0__ |
| Room 407 Lafayette Building / \ | \ |
| University of Vermont \77 |
| Burlington, Vermont 05405-0160 USA. \\ http://www.uvm.edu/skivt-l |
| Voice:802-656-1254 FAX:802-???-???? vv |
| aim:goim?screenname=maddogskideath http://www.uvm.edu/~waw/ |
[To unsubscribe from this list, go to <http://list.uvm.edu/archives/blogging.html>.]
|