Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Category problem
Yes – it actually shows here, which means you’re filing those posts in the Anime section and anime category. Could you post your default page template?
Last edited by jm (2008-02-20 17:36:03)
Offline
#14 2008-02-21 15:29:02
- winalise
- New Member
- Registered: 2008-01-30
- Posts: 7
Re: Category problem
the one on the section works. but further down… on the category side, it doesn’t work.
DEFAULT CODE:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<title><txp:page_title /></title>
<txp:feed_link flavor=“atom” format=“link” label=“Atom” />
<txp:feed_link flavor=“rss” format=“link” label=“RSS” />
<txp:css format=“link” />
<txp:output_form form=“meta” />
</head>
<body>
<div id=“container”>
<div id=“head”>
<div class=“sitename”>
<h1>
<txp:link_to_home><txp:sitename /><br />
</txp:link_to_home>
<div class=“headline”><txp:site_slogan />
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” width=“180” height=“150” title=“snowman”><param name=“movie” value=“http://www.nubworks.net/ina/images/46.swf” /><param name=“quality” value=“high” /><embed src=“snowman.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“300” height=“200”></embed></object>
</div></h1> </div> <div class=“tagline”> <h2><txp:if_individual_article> <txp:title /> <txp:else /> </txp:if_individual_article></h2> </div> </div> <div id=“content”> <txp:if_individual_article> <txp:article form=“single” /> <txp:else/> <txp:article allowoverride=“1” limit=“3” pgonly=“0” searchall=“0” searchsticky=“1” status=“4” /> </txp:if_individual_article> </div>
<div id=“sidebar”>
<txp:output_form form=“sidebar” />
</div>
</div>
<div id=“footer”>
<div id=“footer-wrap”>
<div class=“footer-left”>
<span class=“older-newer”>
<txp:if_individual_article>
<txp:link_to_prev>
<txp:prev_title />
</txp:link_to_prev>
<txp:else />
<txp:older>
<txp:text item=“older” />
</txp:older>
</txp:if_individual_article>
</span>
</div>
<div class=“footer-right”>
<span class=“older-newer”>
<txp:if_individual_article>
<txp:link_to_next>
<txp:next_title /><br /><br />
</txp:link_to_next>
<txp:else />
<txp:newer>
<txp:text item=“newer” /><br /><br />
</txp:newer>
</txp:if_individual_article>
</span>
<p>
Year One is a <a href=“http://www.textpattern.com”>Textpattern</a> Template by <a href=“http://btg-huber.com/”>Christian Huber</a>
<br /> Modified by <a href=“http://nubworks.net”>Ina</a>
<br />
Valid <a href=“http://jigsaw.w3.org/css-validator/check/referer”>CSS</a> | <a href=“http://validator.w3.org/check/referer”>XHTML 1.0 Strict</a>
</p>
</div>
</div>
</div>
</body>
</html>
UNDER FORMS >> SIDEBAR
<div id=“rss”>
<txp:feed_link flavor=“rss” label=” ” />
</div>
<br /><br /><br />
<txp:search_input button=”“ label=”“ />
<br /><br />
<div id=“menu”>
<txp:section_list active_class=“active” class=“section_list” include_default=“0” break=“li” wraptag=“ul” />
</div>
<script language=‘JavaScript’ type=‘text/javascript’>var uid = 35857; var type = 1; var box = 3;</script>
<script language=‘JavaScript’ src=‘http://myflashbox.sg/flashbox.js’ type=‘text/javascript’></script>
<div id=“lists”>
<txp:linklist form=“Links” label=“Fellow Mates” labeltag=“Strong” limit=“10” sort=“linkname” wraptag=“ol” break=“li” category=“Friends” />
<txp:category_list break=“li” label=“Categories” labeltag=“strong” this_section=“0” type=“article” wraptag=“ul” />
<txp:recent_articles break=“li” label=“Recent Articles” labeltag=“strong” limit=“5” wraptag=“ul” />
<txp:recent_comments break=“li” label=“Recent Comments” labeltag=“strong” limit=“5” wraptag=“ul” />
</div>
Last edited by winalise (2008-02-21 17:46:49)
Offline