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.