Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tomchat

    (@tomchat)

    Denis-de-Bernardy: thanks for the info. I think I’ll leave well enough alone, for now anyway, and wait for the more “mainstream” WP file.

    Thread Starter tomchat

    (@tomchat)

    Thank you for the advice. However, I can’t find these functions in index.php or any other file. The index.php file contains only the following:

    <?php
    require_once dirname(__FILE__) . ‘/install.php’;

    require_once(TEMPLATEPATH . ‘/header.php’);

    if ( function_exists(‘sem_display_posts’) )
    sem_display_posts();

    require_once(TEMPLATEPATH . ‘/footer.php’);
    ?>

    I don’t believe anything here pertains to date or time. But maybe it does; I’m sort of new to this.
    –Tom

Viewing 2 replies - 1 through 2 (of 2 total)