';
for ( $i = 1; $i <= $quantity; $i++ ) {
if ( !empty ( $options[ 'homepage_featured_base' ][ $i ] ) ) {
$target = '_blank';
} else {
$target = '_self';
}
//Checking Link
if ( !empty ( $options[ 'homepage_featured_url' ][ $i ] ) ) {
//support qTranslate plugin
if ( function_exists( 'qtrans_convertURL' ) ) {
$link = qtrans_convertURL($options[ 'homepage_featured_url' ][ $i ]);
}
else {
$link = $options[ 'homepage_featured_url' ][ $i ];
}
} else {
$link = '#';
}
//Checking Title
if ( !empty ( $options[ 'homepage_featured_title' ][ $i ] ) ) {
$title = $options[ 'homepage_featured_title' ][ $i ];
} else {
$title = '';
}
if ( !empty ( $options[ 'homepage_featured_title' ][ $i ] ) || !empty ( $options[ 'homepage_featured_content' ][ $i ] ) || !empty ( $options[ 'homepage_featured_image' ][ $i ] ) ) {
$adventurous_homepage_featured_content .= '
';
if ( !empty ( $options[ 'homepage_featured_image' ][ $i ] ) ) {
$adventurous_homepage_featured_content .= '
';
}
if ( !empty ( $options[ 'homepage_featured_title' ][ $i ] ) || !empty ( $options[ 'homepage_featured_content' ][ $i ] ) ) {
$adventurous_homepage_featured_content .= '
';
if ( !empty ( $options[ 'homepage_featured_title' ][ $i ] ) ) {
$adventurous_homepage_featured_content .= '
';
}
if ( !empty ( $options[ 'homepage_featured_content' ][ $i ] ) ) {
$adventurous_homepage_featured_content .= '
' . $options[ 'homepage_featured_content' ][ $i ] . '
';
}
$adventurous_homepage_featured_content .= '
';
}
$adventurous_homepage_featured_content .= '