Hi, I'm trying to edit a plugin on my wordpress plug called Meteor-slide. I want the slide to open links in a new window and to be rel=nofollow. I can do one option but not both - any idea how its done? Heres my code: <a href="<?php echo get_post_meta( $post->ID, "slide_url_value", $single = true ); ?>" title="<?php the_title(); ?>" target="_blank" rel="nofollow"><?php the_post_thumbnail( 'featured-slide' ); ?></a> Code (markup): Obviously a noob so appreciate any help! Thanks