I’m trying to create another template for my blog, but all I get is this..
Should look like thisin the end
(When I try to attach this to the post, then everything get messed up :(
{assign_variable:this_weblog="stupidnothings"}
{assign_variable:this_template_group="working"}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang}" lang="{lang}">
<head>
<title>{exp:weblog:info weblog="{this_weblog}"}{blog_title}{/exp:weblog:info}</title>
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
<link rel='stylesheet' type='text/css' media='all' href='{stylesheet={this_template_group}/work_css}' />
<style type='text/css' media='screen'>@import "{stylesheet={this_template_group}/work_css}";</style>
</head>
<body>
<div id="header">
<div id="logo">
</div>
<div id="menu">
<ul>
<!--
<li><a href="#">Home</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="http://www.stipvoorstip.nl/gallery">Photos</a> under construction</li>
<li><a href="about.php">About</a></li>
<li><a href="/contact/mail.php">Contact</a></li>
-->
</ul>
</div>
</div>
<!-- start page -->
<div id="page">
<!-- start sidebar1 -->
<div id="sidebar1" class="sidebar">
<!-- Place sidebar stuff here -->
</div>
<!-- end sidebar1 -->
<!-- start content -->
<div id="content">
<div class="post">
{exp:weblog:category_heading weblog="{this_weblog}"}
<h2 >{category_name}</h2>
{if category_description}
<p>{category_description}</p>
{/if}
{/exp:weblog:category_heading}
{exp:weblog:entries weblog="{this_weblog}" orderby="date" sort="desc" limit="1"}
<h2 class="post-title"><a href="{title_permalink={this_template_group}/comments}" title="Read the rest of the entry {title}">{title}</a></h2>
<div class="post-content">
{summary}
{body}
{extended}
<!-- Youtube Link -->
{if youtube != ""}
<object width="320" height="264">
<param name="movie" value="http://www.youtube.com/v/{youtube}"></param>
<param name="wmode" value="transparent"></param>
<p><embed src="http://www.youtube.com/v/{youtube}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
</object>
{/if}
Submitted on: {entry_date format='%M %d, %Y'}<br />
--
<br />
{related_entries id="Relatie1"}
<a href="{title_permalink=site/comments}">{title}</a><br/>
{/related_entries}
{related_entries id="Relatie2"}
<a href="{title_permalink=site/comments}">{title}</a><br/>
{/related_entries}
{related_entries id="Relatie3"}
<a href="{title_permalink={this_template_group}/comments}">{title}</a><br/>
{/related_entries}
{related_entries id="Relatie4"}
<a href="{title_permalink={this_template_group}/comments}">{title}</a><br/>
{/related_entries}
{related_entries id="Relatie5"}
<a href="{title_permalink={this_template_group}/comments}">{title}</a><br/>
{/related_entries}
<!-- end content -->
<!-- start sidebar2 -->
<div id="sidebar2" class="sidebar">
<!-- PUT SIDEBAR STUFF HERE -->
</div>
<!-- end sidebar2 -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
<div id="footer">
<p class="legal">©2007 All Rights Reserved.</p>
<p class="credit">Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
</div>
</body>
</html>
