hi guys,
is it possible to have two blogs running on the one professional website template.
i'm looking at having one blog for articles and another one to also appear in the nav that will be a blog of all my video clips/interviews.
Reported on Movable Type 4.2
i created a new index template called video/index.html and copies the code from the existing blog index, but it just pulls in the blog posts. is there a way to separate video blogs from text blogs?
easiest way is to use private tags, so add an @videos or @text to each entry, then in your index templates add
to your MTEntries tag.
thanks richard.
thats a really simple solution.
I have one other problem now. when im on my video page the nav link is not highlighted, but its my 'latest news' that is.
is this because i copied the same code as blog/index.html
You can have 2 separate blogs also, Use the following code to pull entries of different blogs
Where X is the blog id from where you want to pull the entries.