I am on 1.6.3 build 20080421 and having issues with a new site using the Multi Site Manager and newly created custom fields for basic content (thumbnail, summary and body). The custom fields will not display the content. What I get is this:
Tuesday, May 27, 2008
Purchasing library discards
{st_thumb}{st_summary} {st_body}
Posted by Michael at 10:27 AM.
So it is displaying the date and the Title but not processing the code for the custom fields. If I try to use the names of the fields for the original site. The original site stops displaying the content in those fields (in the forums I thought I read that this was fixed - but I could be wrong). Here is the code that I am using:
{exp:weblog:entries weblog="news2use" orderby="date" sort="desc" limit="15"}
{date_heading}
<div class="date-header"><h2>{entry_date format=' %l, %F %d, %Y '}</h2><p></div><br />
{/date_heading}</p>
<p><br />
<!-- entry --><br />
<div class="entry"><br />
<div class="entry-title"></p><h3><a href="http://{comment_url_title_auto_path}">{title}</a></h3><p></div></p>
<p>{st_thumb}{st_summary}</p>
<p>{st_body}</p>
<p><br />
<div class="entry-info"><br />
Posted by {author} at {entry_date format='%h:%i %A'}.<br />
Filed under:<br />
{categories}<br />
<a href="http://{path=site_index}">{category_name}</a> •<br />
{/categories}</p>
<p>{/exp:weblog:entries}Which is about as basic as it gets. I can’t seem to figure out what I have done. I may have something incorrect in the setup of the Multisite Manager but I have no idea of where to look.