<?php  if ( is_singular() && get_option( 'thread_comments' ) )         wp_enqueue_script( 'comment-reply' );      wp_head();      wp_get_archives('type=monthly&format=link'); ?> PHP: I apologies if this question is a bit silly, but here it is: that's the code I'm using in my Wordpress index file, but my IDE Aptana says that this is wrong? I can't find anything wrong here. Can anyone confirm this? P.S. As you probably can see, I'm new to this PHP thing
Okay, thanks for the reassurance I'll try out those IDEs mentioned above - Aptana is a bit sluggish for my taste.