→', 'spyropress' ) );
wp_link_pages( array( 'before' => '
' . __( 'Pages:', 'spyropress' ), 'after' => '
' ) );
spyropress_after_post_content();
$options = get_post_meta( get_the_ID(), '_page_options', true );
if ( isset($options['social_icons'] ) && !empty ( $options['social_icons'] ) )
spyropress_page_social_icons( $options['social_icons'] );
?>