Basically, i posted three latest blog and those are links to their post or content inside an iframe. The problem is they open inside an iframe. How do i make the link open in a new page?
here’s the code:
<?php query_posts('showposts=3'); ?> <?php while (have_posts()) : the_post(); ?> <?php endwhile;?>Thank you in advance!