Hi Kurt,
Thought I’d have solved the lower part of the above using category_heading instead of category_name. This is the code I emtered but it doesn’t work.
<div id=“main_content”>
{exp:weblog:category_heading site=’{embed:site}’ weblog=’{embed:weblog}’ dynamic=“off” limit=‘1’ category=’{embed:{segment_2}}’ disable=‘categories|category_fields|member_data|trackbacks’}{if no_results}{redirect=‘404’}{/if}
<h1>{category_name}</h1>
{if category_description}
{category_description}
{category_extended_description}
{/if}
{/exp:weblog:category_heading}
{
{exp:weblog:entries site=’{embed:site}’ weblog=’{embed:weblog}’ dynamic=“off” limit=‘10’ category=’{embed:{segment_2}}’ disable=‘categories|category_fields|member_data|trackbacks’}{if no_results}{redirect=‘404’}{/if}
<h3>{if embed:host_language == ‘true’}{title}{/if}{if embed:host_language != ‘true’}{main_title_{embed:site_language}}{/if}</h1>
{!—Edit This Entry Link—}
{embed=‘kit_language/{embed:site_language}’ template=‘kit_system/link_edit’ weblog_id=’{weblog_id}’ entry_id=’{entry_id}’}
{if main_image}<span class=“float_right”>{main_image}</span>{/if}
{main_summary_{embed:site_language}}
{embed:lang_read_more} <span>></span>
{/exp:weblog:entries}
.
.
.</div>
Doesn’t work so I have to revert back so as to be able to hopefully get back to seeing some minimal content.
Now, after more than 24 hours of work put in to solve 3 steps, i.e.
1) show the full list of categories-categories children in left column of the site
2) show a category page with category title, category descriptions and 10 entries in summary version
3) still have the hard-coded links from menu bar working
I’m back to square one. Zero result.
What do you suggest?