anasayfama bi slider ekledim wordpres temamda iki yanına iki adet image ekledim fakat aynı satırda hizalanmıyor biri üstte biri altta oluyor aynı satırda sliderin sağ ve soluna eklemek istiyorum yardımcı olabilecek varmı acaba
// Exit if accessed directly
if ( !defined('ABSPATH')) exit;
?>
// First let's check if headline was set
if (!empty($options['cta_url']) && $options['cta_text']) {
echo '';
echo $options['cta_text'];
echo '';
// If not display dummy headline for preview purposes
} else {
echo '';
echo __('Siparis Ver','Wcolor');
echo '';
}
?>
// First let's check if image was set
if (!empty($options['featured_content'])) {
echo do_shortcode($options['featured_content']);
// If not display dummy image for preview purposes
} else {
}
?>