Editing php on meteor-slide plugin for wordpress - making link nofollow?

Discussion in 'PHP' started by bad_bob00, Nov 6, 2012.

  1. #1
    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
     
    bad_bob00, Nov 6, 2012 IP
  2. RSchaefer

    RSchaefer Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm very confused when you say you can do one but not both. What happens when you try to do both?
     
    RSchaefer, Nov 6, 2012 IP