Hello again and thanks for your help with this matter. It is very much appreciated!
I have had the site operating on Pivotx for just over a year and have entries dating back to January 2013. If you perform a search for "Big Chief Studios" as an example you will see some of them in the results.
I am not sure if this is the code you require but this is the front.tpl
- Code: Select all
[[include file="`$templatedir`/_sub_header_front.tpl"]]
<table id="Table2" border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 173px;" >
<tr style="height: 29px;">
<td colspan="7">
<p style="margin-bottom: 0px;"><span style="font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 24px; color: rgb(192,192,192);">Featured Product Guides</span></p>
</td>
</tr>
<tr style="height: 19px;">
<td width="224">
<p style="margin-bottom: 0px;"> </p>
</td>
<td width="21">
<p style="margin-bottom: 0px;"> </p>
</td>
<td width="224">
<p style="margin-bottom: 0px;"> </p>
</td>
<td width="22">
<p style="margin-bottom: 0px;"> </p>
</td>
<td width="224">
<p style="margin-bottom: 0px;"> </p>
</td>
<td width="21">
<p style="margin-bottom: 0px;"> </p>
</td>
<td width="224">
<p style="margin-bottom: 0px;"> </p>
</td>
</tr>
<tr style="height: 154px;">
<td style="border-left-color: rgb(255,255,255); border-top-color: rgb(255,255,255); border-right-color: rgb(255,255,255); border-bottom-color: rgb(255,255,255);">
<p style="margin-bottom: 0px;"><a href="http://dwafo.com/big-chief-studios"><img id="Picture13" height="150" width="220" src="http://dwafo.com/images/2013-02/front_feature_bigchief.png" vspace="0" hspace="0" align="TOP" border="0" alt="" style="border: 2px solid rgb(255,255,255);"></a></p>
</td>
<td>
<p style="margin-bottom: 0px;"> </p>
</td>
<td>
<p style="text-align: center; margin-bottom: 0px;"><a href="http://dwafo.com/character-options"><img id="Picture14" height="150" width="220" src="http://dwafo.com/images/2013-02/front_feature_character.png" vspace="0" hspace="0" align="TOP" border="0" alt="" style="border: 2px solid rgb(255,255,255);"></a></p>
</td>
<td>
<p style="margin-bottom: 0px;"> </p>
</td>
<td>
<p style="text-align: center; margin-bottom: 0px;"><a href="http://dwafo.com/rubbertoe-replicas"><img id="Picture15" height="150" width="220" src="http://dwafo.com/images/2013-02/front_feature_rubbertoe.png" vspace="0" hspace="0" align="TOP" border="0" alt="" style="border: 2px solid rgb(255,255,255);"></a></p>
</td>
<td>
<p style="margin-bottom: 0px;"> </p>
</td>
<td>
<p style="text-align: right; margin-bottom: 0px;"><a href="http://dwafo.com/titan-merchandise"><img id="Picture16" height="150" width="220" src="http://dwafo.com/images/2013-02/front_feature_titan.png" vspace="0" hspace="0" align="TOP" border="0" alt="" style="border: 2px solid rgb(255,255,255);"></a></p>
</td>
</tr>
<tr style="height: 19px;">
<td colspan="7">
<p style="margin-bottom: 0px;"> </p>
</td>
</tr>
<tr style="height: 29px;">
<td colspan="7">
<p style="margin-bottom: 0px;"><span style="font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 24px; color: rgb(192,192,192);">Latest News</span></p><br>
</td>
</tr>
</table>
<div id="main-top"></div>
<div id="main">
<div id="content">
<!-- begin of weblog 'standard' -->
[[ subweblog name="standard" ]][[ literal ]]
<!-- entry '[[title]]' -->
<div id="entry-[[uid]]" class="entry">
[[ if $entry.extrafields.image!="" ]]
<a href="[[ link hrefonly=1 ]]">
<img src="[[pivotx_url]]includes/timthumb.php?src=[[$entry.extrafields.image]]&w=175&h=150" alt="[[$entry.extrafields.description]]" class="extraimage" />
</a>
[[ /if ]]
<h2 class="title">
<a href="[[ link hrefonly=1 ]]">[[ title ]]</a>
</h2>
<span class="date">
[[ date format="%dayname% %day% %monthname% %year% at %hour12%:%minute% %ampm%" ]]
[[ editlink format="Edit" prefix=" - " ]]
</span>
[[ introduction ]]
[[ cookiecontrol ]]
[[ more text="Read more" ]]
<span class="comments">[[ commentlink ]]</span>
</div>
[[ /literal ]][[ /subweblog ]]
<!-- end of weblog 'standard' -->
[[ paging action="digg" format_prev='Previous' format_next='Next' maxpages=10]]
</div> <!-- end content -->
[[include file="`$templatedir`/_sub_sidebar.tpl"]]
</div>
<div id="main-bottom"></div>
</div>
[[include file="`$templatedir`/_sub_footer.tpl"]]
</body>
</html>
(Edit - to remove dashboard screenshot with account info)