This is what I’m looking for, but
‘<?php echo category_description(); ?>’
doesn’t seem to return anything unless a parameter is sent with it. The problem I have is that I don’t want to hard code a ‘category id’ into the template as the template will be used for a number of categories.
Is it possible to get the ‘id’ from the URI or some other source so I can insert it into the ‘category_description()’ function?