• dino

    (@dino)


    Really struggling with this plugin. Have followed the instructions as best I could from the readme file and its throwing up an error when I activate it and try to view the index.php. The instructions, my index.php file code and error message can be viewed at the following url….any suggestion?
    http://www.dino-blog.com/wp-last-visit-problems.htm

Viewing 1 replies (of 1 total)
  • This the line in the code:
    <?php ak_comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); <?php comment_plugger(); ?>
    A php statement is already open when you open another.
    Try making that line into this:
    <?php ak_comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?><?php comment_plugger(); ?>
    There is a ?> added

Viewing 1 replies (of 1 total)

The topic ‘wp-last visit plugin…again!’ is closed to new replies.