featured image link
-
Hi
This is a great plugin!
I’m using the updated version and the only problem I came across is using the filter code previously posted in my functions.php for the image to link like the title and read more. It’s not working and I’m not sure what to edit to get it working.add_filter( 'post-content-shortcodes-title', 'add_link_to_pcs_content_title', 10, 3 ); function add_link_to_pcs_content_title( $html, $title, $post=null ) { if ( ! is_object( $post ) ) { return $html; } return sprintf( '<h2><a href="%1$s">%2$s</a></h2>', apply_filters( 'the_permalink', $post->permalink ), $title ); }Thanks for any help.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘featured image link’ is closed to new replies.