filter for the_excerpt to add the comic images to the feeds in case someone has it switched in the settings.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
f939071692
commit
1616e6de31
|
@ -109,5 +109,6 @@ function comicpress_insert_comic_feed($content) {
|
||||||
}
|
}
|
||||||
|
|
||||||
add_filter('the_content','comicpress_insert_comic_feed');
|
add_filter('the_content','comicpress_insert_comic_feed');
|
||||||
|
add_filter('the_excerpt','comicpress_insert_comic_feed');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue