1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

adding an Excerpt function

Discussion in 'WordPress' started by mikemdg, Jun 6, 2011.

  1. #1
    Hi, I'm using the wordpress excerpt function to pull some posts into a website from another domain and they are within an iframe. The information comes in fine, but if you click "continue reading" to view more of that wordpress entry, it obviously loads in the iframe window and doesn't look good. I want those links to open in a new window, so is there an easy way to create a second excerpt function so that those links will open in a new window to view the full post? Thanks.
     
    mikemdg, Jun 6, 2011 IP
  2. Devitor

    Devitor Peon

    Messages:
    57
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    0
    #2
    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" target="_blank">Read More</a>
     
    Devitor, Jun 6, 2011 IP