Hey everyone,
Hope someone might be able to assist here.
I am trying to create a multi-entry page based on a child category, but this does not seem to be working at all—blank screens continue to pop up with each attempt.
First:
* I have “Use Category URL Titles In Links” set to TRUE
* The Category URL Indicator is “category”
* The URL I’m trying to pass is “www.website.com/site/category/child-category-name/
* The code in my template is:
{assign_variable:my_weblog="documentation"}
{assign_variable:my_template_group="docs"}
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Title Goes Here</title>
</head>
<body>
{exp:weblog:entries weblog="{my_weblog}" limit="10" disable="trackbacks"}
<h2>{title}</h2>
<p>{body}<br />
{/exp:weblog:entries}</p>
<p></body><br />
</html>Am assuming, given what I’m seeing, that this is incorrect.
Would love any links/corrections/support on this.
Thanks!