...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 65.108.66.160 / Your IP : 216.73.217.50 Web Server : Apache System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64 User : alasaweborg ( 1047) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/alasaweborg/public_html/wp-content/themes/greenture/ |
Upload File : |
<?php
/**
* Single Post Template
*
* @package greenture
*/
get_header();
?>
<div class="container">
<div id="main-wrapper" class="tpath-row row">
<div id="single-sidebar-container" class="single-sidebar-container main-col-full">
<div class="tpath-row row">
<div id="primary" class="content-area ">
<div id="content" class="site-content thm-unit-test">
<?php if ( have_posts() ):
while ( have_posts() ): the_post();
$post_content_block = get_post_meta( $post->ID, 'greenture_additional_content_block', true );
$post_format = get_post_format(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="posts-inner-container clearfix">
<div class="posts-content-container">
<?php if ( has_post_thumbnail() && ! post_password_required() ) {
echo wp_kses_post(greenture_blog_featured_image( 'greenture-blog-large', $post_format, 'large', 'single' ));
} ?>
<div class="post-content clearfix">
<div class="entry-summary text clearfix">
<?php echo wp_kses_post(greenture_blog_content( '', 'full_content' )); ?>
</div>
</div>
</div>
</div>
</article>
<div class="tags-share-section clearfix">
<?php if( greenture_get_option( 'blog_social_sharing' ) || has_tag() ) { ?>
<?php if( has_tag() ) { ?>
<div class="pull-left">
<?php the_tags('<div class="post-tags"><strong class="inline-block">'. esc_html__('País:', 'greenture') .'</strong>', ',', '</div>'); ?>
</div>
<?php } ?>
<?php if( greenture_get_option( 'blog_social_sharing' ) ) {
echo '<div class="pull-right">';
echo '<div class="share-options">';
echo wp_kses_post(greenture_display_social_sharing_icons());
echo '</div>';
echo '</div>';
} ?>
<?php } ?>
</div>
<?php if( ! greenture_get_option( 'blog_prev_next' ) ) {
greenture_postnavigation();
}
if( greenture_get_option( 'blog_author_info' ) ) {
greenture_author_info();
}
if( greenture_get_option( 'blog_comments' ) ) {
comments_template();
}
endwhile;
else : ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
</div><!-- #content -->
</div><!-- #primary -->
</div>
</div><!-- #single-sidebar-container -->
</div><!-- #main-wrapper -->
</div><!-- .container -->
<?php if( isset( $post_content_block ) && ( $post_content_block != '' && $post_content_block != 0 ) ) {
echo wp_kses_post(greenture_block( $post_content_block ));
} ?>
<?php get_footer(); ?>