'array',
'format' => '?page=%#%',
'prev_next' => true,
'prev_text' => '' . wp_kses( __( '', 'aihub' ), 'svg' ) . '',
'next_text' => '' . wp_kses( __( '', 'aihub' ), 'svg' ) . ''
));
if( !empty( $links ) ) {
printf( '', join( "\n\t
", $links ) );
}
return;
}
get_template_part( 'theme/liquid-blog' );