File: /home/hubdkrco/public_html/wp-content/themes/appyn-2-1/single-versions.php
<?php get_header(); ?>
	<div class="container">
		<div class="app-s">
			<?php 
			if ( have_posts() ) : while ( have_posts() ) : the_post(); 	
			?>
				<div class="box box-versions">
					<?php 
					$datos_download = get_datos_download();
					$get_download = get_query_var( 'download' );
					?>
					<div class="app-spe s2">
						<?php do_action( 'px_breadcrumbs' ); ?>
						<?php 
						$datos_informacion = get_post_meta($post->ID, 'datos_informacion', true); ?>
						<h1 class="main-box-title">
							<?php 
							$title = get_the_title(); 
							echo ( str_replace( @$datos_informacion['version'], '', $title ) );  
							?>
						</h1><?php echo ( !empty(@$datos_informacion['version']) ) ? '<div class="version">'.@$datos_informacion['version'].'</div>' : ''; ?>
						<div class="clear"></div>
						<div class="meta-cats"><?php echo px_pay_app(); ?><?php the_category(); ?></div>
					</div>
					<div class="app-icb s1">
						<?php echo px_post_thumbnail( 'thumbnail', $post, true ); ?>
						<a href="<?php the_permalink(); ?>" class="buttond"><i class="fa fa-chevron-left" aria-hidden="true"></i> <?php echo __( 'Regresar', 'appyn' ); ?></a>
					</div>
				</div>
				<?php echo do_action( 'func_caja_versiones', true );
			endwhile; endif; ?>
		</div>
		<?php get_sidebar(); ?>
	</div>
<?php get_footer(); ?>