Help - Search - Members - Calendar
Full Version: linking to another blog category archive
Movable Type Community Forum > Additional Resources > Tips and Tricks
lobotomy
Hi all, I have a personal blog and a blog that I use to list links (like logoflinks). The categories are named the same between the two. On the personal blog in the individual archive, I would like to point to the corresponding category archive in the links blog. TIA
medic119
Can you use PHP?  If so its pretty easy to just use an include to pull the page from one blog into the other blog.


Put this where you want the entry to go.
CODE
<?php include '/path/to/page' ?>
urbandyke
Another option is to use the MTOtherBlog Plugin. I use it to incorporate updates on a different blog into my main page.
kadyellebee
If you'd just like a link to that category index in the link-blog, then you might just want to use something like this:
CODE
<a href="http://your-site.com/linkblog/archives/cat_<$MTArchiveCategory dirify="1"$>.html"><$MTArchiveCategory$> Links</a>


That assumes the normal setup for the filenames, but would be the basic way to provide a link that you could customize for your own setup smile.gif

Kristine
lobotomy
Wonderful software and even better user community. Thanks all. I used the kadyellebee solution to perfection. Now to go give $$$ support to the Trott's.
kadyellebee
Glad that we could help smile.gif
Kristine
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.