default userpic

Interlinked blogs by creating multiple blogs?

Vote 0 Votes

I'm using MTOS for my site that is meant to be a place for me to post blog novels. I wish for each mini site to have their own design and each should have their own url structure.

Example:
Main site - http://mydomain.com/
Novel 1 - http://mydomain.com/novel-1/
Novel 2 - http://mydomain.com/novel-2/
Novel 2 Chapter 3 - http://mydomain.com/novel-2/chapter-3

I know this is possible by creating multiple blogs from a single MTOS install. However, is it possible for me to have the posts from the mini sites appear in the main site? This means that if I post in Novel 1, it will appear in the categories and tags of the main site.

I have considered pulling RSS feeds from the mini sites and publishing them on the main site. But I would prefer a more integrated way of doing this.

Does anyone have any solutions to this? I'm not sure if this is even a proper way of presenting my content. If I'm going the wrong direction with this, please point me the right way.

Reported on Movable Type 4.2

6 Replies

| Add a Reply
  • Yes this is possible using the multiblog feature, you can specify which blogs you want to include in your template.

  • How do I go about doing this? Is it done within the template admin page or do I need to fiddle with the code?

    • Jen, this is very doable, in the templates, not in the admin.

      I explained in detail here how we do it with a coupla dozen blogs. The steps are easy once you get the idea that every time one of your blogs publishes it will trigger an entry to your main blog.

      This doesn't involve categories or tags. It puts headline links anywhere you choose on your main site (You could put it under a section called Works in Progress or whatever.) You could also include the beginning of each section if you like, using a line like

      <mt:Entry words="40">

      right under the headline-link code.

  • Hi Jen,

    You will be able to get this by matters of coding

    For instance, if you want to display entries from the blogs 1, 2 and 3 you will use:

    <mt:Entries include_blogs="1,2,3,">your entry listing coding here</mt:Entries>

    In my sample above I assumed that your blog IDs were 1, 2 and 3

  • Thanks for the help shenews and Mihai. I'll go try it out.

    PS: I'm impressed by the speed at which my problem is solved. Kudos to the community.

  • Jen, I tossed off a bad bit of code as though I were thinking out loud to myself. (I knew what I meant.)

    <mt:Entry words="40">
    needs to be written as
    <mt:EntryBody words="40" encode_html="1">
    inside the <mt:Entries> tags

    You can also use

    <$MTEntryExcerpt$>

    Choose the size of the Excerpt in Preferencees--> Entry--> Excerpt Length

    I use the Excerpt in a short index template, to display posts of the same length with a "Continue reading..." line.

    The "words" option can then be used for something else of a different length -- the first few words of comments, for instance.

Add a Reply

If you need to share template code, replace all the "<" signs with "&lt;" or use this utility.

Forum Groups

1773 6162

Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012

86 302

Last Topic: website entries by masoud on Oct 26, 2011

1429 5077

Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012

695 2910

Last Topic: Insert Image / File Fails by Russ Miller on Feb 10, 2012

84 291

Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011

173 737

Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012

190 567

Last Topic: Analytics Reporting by michael webster on Feb 5, 2012

48 210

Last Topic: An idea and also a request by Afshin Haghighatnia on Jun 29, 2011

64 246

Last Topic: jQuery in MT 5.1 still at 1.4 - why? by perlmonkey on May 25, 2011

code.sixapart.com

137 478

Last Topic: Getting a thumbnail with xpath by Peter on Mar 13, 2011

222 720

Last Topic: Custom Field for Asset Not Appearing by android on Feb 9, 2012