Adding archive pages to CMS

Viewed 48

(I am not sure if this is the proper place for this post. If not, just let me know where to repost it. I don't have a lot of experience with PHP. I 'know' just enough to be dangerous.)

I am using the CMS, HTMLy, and am trying to list the archives on a separate page, instead of a side column.

In the main page the following command is used to display the archives in the column:

<?php echo archive_list() ?>

However, I am having a problem getting the PHP to display the list on a web page. The system uses markdown (.md) so I can't run it from there.

Any suggestions?

0 Answers
Related