• Although multiple lines in the footer option will be displayed correctly on the admin page, they are stripped from the html output on front-end pages.

    The problem can be corrected by changing line 9 in footer.php from:
    <?php echo ($option['scl_foot']); ?>
    to
    <?php echo nl2br($option['scl_foot']); ?>

    http://ww.wp.xz.cn/extend/themes/scylla-lite/

The topic ‘[Theme: Scylla lite] Scylla Missing Function’ is closed to new replies.