????
| Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/overlays/ |
| Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/overlays/title-push-up.php |
<?php
/**
* Title Push Up Overlay
*
* @package Wanderfuls WordPress Theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Only used for inside position
if ( 'inside_link' != $position ) {
return;
}
// Add javascript for the VC
vcex_inline_js( 'overlay_popup_title' ); ?>
<div class="overlay-title-push-up theme-overlay">
<span class="title"><?php the_title(); ?></span>
</div><!-- .overlay-title-push-up -->