>
'
' . __( 'Pages:', 'motors' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
'pagelink' => '
' . __( 'Page', 'motors' ) . ' %',
'separator' => '
, ',
)
);
?>
post_content ) ) {
$sidebar_id = false;
}
$stm_sidebar_layout_mode = stm_sidebar_layout_mode( $sidebar_position, $sidebar_id );
?>
< class="post-title">
>
'img-responsive' ) ); ?>
'
' . __( 'Pages:', 'motors' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
'pagelink' => '
' . __( 'Page', 'motors' ) . ' %',
'separator' => '
, ',
)
);
?>
post_content ) ) {
echo wp_kses_post( $stm_sidebar_layout_mode['sidebar_before'] );
if ( class_exists( \Elementor\Plugin::class ) && is_numeric( $sidebar_id ) ) :
apply_filters( 'motors_render_elementor_content', $sidebar_id );
else :
echo apply_filters( 'the_content', $blog_sidebar->post_content );//phpcs:ignore
endif;
echo wp_kses_post( $stm_sidebar_layout_mode['sidebar_after'] );
if ( ! class_exists( \Elementor\Plugin::class ) ) :
?>