- Автор темы
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
$has_thumbnail = '';
$video_w = 665;
$video_h = 404;
$p_video = get_post_meta($post->ID, "_p_video", true);
$hide_image = get_post_meta($post->ID, "_hide_image", true);
if (has_post_thumbnail() == false) { $has_thumbnail = ' no_thumbnail'; }
?>
if ($portfolio_layout == __('One third columns', 'wpb')) {
$teaser_width = 'one-third';
$img_w = 363; $img_h = 142;
$counter = 3;
}
else if ($portfolio_layout == __('One half columns', 'wpb')) {
$teaser_width = 'one-half';
$img_w = 540; $img_h = 223;
$counter = 2;
$th_w = 655;
$th_h = POST_TH_H;
$image = wpb_resize( $th_id, '', $th_w, $th_h, true );
$image = wpb_resize( $th_id, '', 100, 50, true );
$image = wpb_resize( $th_id, '', 100, 50, true);