Help - Search - Members - Calendar
Full Version: Thumbnails from Photoblog on Main Blog Page?
Movable Type Community Forum > Additional Resources > Tips and Tricks
Sensa
I have a main blog at sensesofsensa.com and a photoblog at sensesofsensa.com/photoblog. I set up the photoblog using the tutorial from Quixotic Pixels.

I'd like to have the thumbnails (the "littlepics" template) from the photoblog running on the index page of the main blog. Can I do this? Does anyone know of a tutorial?

Is this something I could do with the MTOtherblog plug-in, and if so, is there information somewhere on how to set MTOtherblog up?
TxFx.net
The easiest way to display something from one blog in another blog is PHP includes. Make a new index template that arranges the pictures just how you like them, and use a PHP include in your main blog to "pull" the output of the new index template into your main page.

CODE
<?php include 'http://yoursite.com/includes/photos_for_front_page.php'; ?>
kayseebay
I actually wrote something up about this on my blog recently.

http://www.incogblogo.net/cabinet/000134.php

Kaysee
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.