Blog Help Expanded
The Blog Help has been expanded to include:
- Descriptions of the individual content areas that appear on the Blog pages
- Templates for different content combinations
Let me know if you run into any problems with these templates.
« February 2005 | Main | May 2005 »
The Blog Help has been expanded to include:
Let me know if you run into any problems with these templates.
The search function in the blogs now works.
If you have removed it, here is the code to add it back:
<div class="sidetitle">
Search
</div>
<div class="side">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="4">Search this site:</label><br />
<input id="search" name="search" size="20" /><br />
<input type="submit" value="Search" />
</form>
</div>
Happy Searching!