Make links in P2 quotes clickable
// by default links in p2 quotes are not clickable. to make them clickable simply add the following to your functions.php add_filter( 'p2_get_quote_content', 'make_clickable' );
// by default links in p2 quotes are not clickable. to make them clickable simply add the following to your functions.php add_filter( 'p2_get_quote_content', 'make_clickable' );
$(document).ready(function() {
$('#extlinks a').filter(function() {
return this.hostname && this.hostname !== location.hostname;
}).after(' <img src="/images/external.png" alt="external link"/>');
});
sourcebench 2:55 pm on November 28, 2009 Permalink |
Make links in P2 quotes clickable (http://bit.ly/7mcdvm) #WordPress
This comment was originally posted on Twitter
twitanium 2:57 pm on November 28, 2009 Permalink |
RT @sourcebench Make links in P2 quotes clickable (http://bit.ly/7mcdvm) #WordPress
This comment was originally posted on Twitter