mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
@@ -191,7 +191,7 @@ class Display_Featured_Image_Genesis_Output {
|
||||
} elseif ( $this->move_title() ) { // if titles are being moved to overlay the image
|
||||
|
||||
if ( ! empty( $this->item->title ) && $this->do_the_title() ) {
|
||||
echo wp_kses_post( $this->do_the_title() );
|
||||
echo $this->do_the_title();
|
||||
}
|
||||
add_action( 'genesis_before_loop', array( $this, 'add_descriptions' ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user