• Does anyone know why this php code is not working? (many thanks in advance)


    echo "<p class="small">Written on"
    .the_time('l, F jS, Y')
    .the_author()
    .":: <a href=""
    .comments_link()
    ."">"
    .comments_number('0 ', '1', 'more', '%')
    ."comments to this post</a></p>n";

The topic ‘Help! PHP code not working…’ is closed to new replies.