buzzinggrace
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: Duplicate Featured Image on PageEsmi, you rock! Thanks so much. That was it. Works great now.
Forum: Plugins
In reply to: Duplicate Featured Image on PageIs this it?
//Adds images to excerpts function exp_add_image_excerpt($excerpt) { $thumb = exp_get_meta_image(); if(!empty($thumb)) {$thumb = '<a href="'.get_permalink().'" style="background-image: url('.$thumb.');" class="thumb_crop">'.$thumb.'</a>'; } return $thumb.$excerpt; } add_filter('the_excerpt','exp_add_image_excerpt');Forum: Plugins
In reply to: Duplicate Featured Image on PageYeah, it is coming from my theme. When I switch to twenty eleven, I get no duplicate.
I can’t find out where it is coming from. It’s not in the function.php. I’ve been lookin for
get_the_post_thumbnail. Is that right?Is there somewhere I can put
add_filterso that I can trick my theme to only post a featured image on say, like, the home page? I don’t know how to do this. Hence, why I need help.Thanks
Forum: Plugins
In reply to: Duplicate Featured Image on PageForum: Plugins
In reply to: Duplicate Featured Image on PageYes, it is both inserted on the page and set as featured image. If I delete it from the page and keep it as a featured image, it still duplicates.
Viewing 5 replies - 1 through 5 (of 5 total)