Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119828

shabicht on "[Plugin: FeedWordPress] links open to new window"

$
0
0

That is a function of your theme. YOu need something like:

<a href="<?php print esc_html(get_syndication_permalink($post->ID)); ?>" title="<?php the_title(); ?>" target="_blank">link to article</a>

Viewing all articles
Browse latest Browse all 119828

Trending Articles