Hi everyone,
I have the following on my page:
{exp:weblog:entries weblog="basieimpressum" category="9" orderby="familyname"}
<p class="title">{title}</p>
{body}
<img class="divider" src="{img_dir}page_divider.gif" border="0" alt="" name="divider" width="456" height="17" />
{/exp:weblog:entries}
Family names is a custom field and just contains one word or name to sort by. I have three family names (the post which is supposed to be sticky is marked *)
* contributors
hentoff
morgenstern
I would like the entries to appear in the above order, but what I get is this:
hentoff
morgenstern
*contributors
Although the entry with the family name “contributors” has been made “sticky”, it appears at the bottom of the list.
Why?
Cheers!
