| Server IP : 89.108.64.180 / Your IP : 216.73.216.46 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/fl-brief.agast.ru/wp-content/themes/hotel-lux/ |
Upload File : |
<?php
/**
* @package WordPress
* @subpackage Hotel LUX
* @version 1.0.8
*
* Images Page Template
* Created by CMSMasters
*
*/
get_header();
echo '<!-- Start Content -->' . "\n" .
'<div class="middle_content entry">';
if (have_posts()) : the_post();
echo '<div class="cmsmasters_attach_img image-attachment">';
$metadata = wp_get_attachment_metadata();
echo '<div class="cmsmasters_attach_img_info entry-meta">';
edit_post_link(esc_html__('Edit Media', 'hotel-lux'), '<h5 class="cmsmasters_attach_img_edit">', '</h5>');
echo '<h5 class="cmsmasters_attach_img_meta">' . esc_html__('Published', 'hotel-lux') . ' <abbr class="published" title="' . esc_attr(get_the_date()) . '">' . get_the_date() . '</abbr> ' . esc_html__('at', 'hotel-lux') . ' ' . esc_html($metadata['width']) . '×' . esc_html($metadata['height']) . ' ' . esc_html__('in', 'hotel-lux') . ' ' . '<a href="' . esc_url(get_permalink($post->post_parent)) . '" title="' . cmsmasters_title($post->post_parent, false) . '">' . cmsmasters_title($post->post_parent, false) . '</a>.</h5>' .
'</div>' .
hotel_lux_thumb(get_the_ID(), 'full', false, 'img_' . get_the_ID(), true, true, true, false, get_the_ID());
comments_template();
echo '</div>';
endif;
echo '</div>' . "\n" .
'<!-- Finish Content -->' . "\n\n";
get_footer();