文件操作 - blog-template.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/falegnameriabartesaghi--it/wp-content/themes/architek/blog-template.php
编辑文件内容
<?php /* Template Name: Blog Template */ get_header(); architek_print_menu(); $architek_thisPostID = get_the_ID(); $architek_color_code = get_option("architek_style_color"); if ((get_post_meta($architek_thisPostID, "architek_enable_custom_pagetitle_options_value", true) == "no" || !get_post_meta($architek_thisPostID, "architek_enable_custom_pagetitle_options_value", true)) || (defined('ARCHITEK_IS_FIRST_PAGE') && ARCHITEK_IS_FIRST_PAGE)){ $type = get_option("architek_header_type"); $thecolor = architek_hex2rgb(str_replace("__USE_THEME_MAIN_COLOR__", $architek_color_code, get_option("architek_header_color"))); $opacity = intval(str_replace("%","",get_option("architek_header_opacity")))/100; $color = "rgba(".$thecolor[0].",".$thecolor[1].",".$thecolor[2].",".$opacity.")"; $image = get_option("architek_header_image"); $background_position = get_option("architek_pagetitle_background_position"); $pattern = is_string(get_option("architek_header_pattern")) ? ARCHITEK_PATTERNS_URL.get_option("architek_header_pattern") : ""; $custompattern = get_option("architek_header_custom_pattern"); $margintop = get_option("architek_header_text_margin_top"); $banner = get_option("architek_banner_slider"); $showtitle = get_option("architek_hide_pagetitle") == "on" ? true : false; $showsectitle = get_option("architek_hide_sec_pagetitle") == "on" ? true : false; $tcolor = get_option("architek".'_header_text_color'); $tsize = intval(str_replace(" ", "", get_option("architek".'_header_text_size')),10)."px"; $tfont = get_option("architek".'_header_text_font'); $stcolor = get_option("architek".'_secondary_title_text_color'); $stsize = intval(str_replace(" ", "", get_option("architek".'_secondary_title_text_size')),10)."px"; $stfont = get_option("architek".'_secondary_title_font'); $stmargin = intval(str_replace(" ", "", get_option("architek".'_header_sec_text_margin_top')),10)."px"; $originalalign = get_option("architek_header_text_alignment"); $pt_parallax = get_option("architek_pagetitle_image_parallax") == "on" ? true : false; $pt_overlay = get_option("architek_pagetitle_image_overlay") == "on" ? true : false; $pt_overlay_type = get_option("architek_pagetitle_overlay_type"); $pt_overlay_the_color = architek_hex2rgb(str_replace("__USE_THEME_MAIN_COLOR__", $architek_color_code, get_option("architek_pagetitle_overlay_color"))); $pt_overlay_pattern = (is_string(get_option("architek_pagetitle_overlay_pattern"))) ? ARCHITEK_PATTERNS_URL.get_option("architek_pagetitle_overlay_pattern") : ""; $pt_overlay_opacity = intval(str_replace("%","",get_option("architek_pagetitle_overlay_opacity")))/100; $pt_overlay_color = "rgba(".$pt_overlay_the_color[0].",".$pt_overlay_the_color[1].",".$pt_overlay_the_color[2].",".$pt_overlay_opacity.")"; $breadcrumbs = get_option("architek_breadcrumbs"); $breadcrumbs_margintop = get_option('architek_breadcrumbs_text_margin_top'); $pagetitlepadding = get_option('architek_page_title_padding'); } else { $type = get_post_meta($architek_thisPostID, "architek_header_type_value", true); $thecolor = architek_hex2rgb(get_post_meta($architek_thisPostID, "architek_header_color_value", true)); $opacity = intval(str_replace("%","",get_post_meta($architek_thisPostID, "architek_header_color_opacity_value", true)))/100; $color = "rgba(".$thecolor[0].",".$thecolor[1].",".$thecolor[2].",".$opacity.")"; $image = get_post_meta($architek_thisPostID, "architek_header_image_value", true); $image = explode('|!|',$image); if (isset($image[1])) $image = explode('|*|',$image[1]); $image = $image[0]; $background_position = get_post_meta($architek_thisPostID, "architek_header_background_position_value", true); $pattern = ARCHITEK_PATTERNS_URL.get_post_meta($architek_thisPostID, "architek_header_pattern_value", true).".jpg"; $custompattern = get_option("architek_header_custom_pattern_value"); $margintop = get_post_meta($architek_thisPostID, "architek_header_text_margin_top_value", true); $banner = get_post_meta($architek_thisPostID, "architek_banner_slider_value", true); $showtitle = get_post_meta($architek_thisPostID, "architek_hide_pagetitle_value", true) == "yes" ? true : false; $showsectitle = get_post_meta($architek_thisPostID, "architek_hide_sec_pagetitle_value", true) == "yes" ? true : false; $tcolor = get_post_meta($architek_thisPostID, "architek_header_text_color_value", true); $tsize = intval(str_replace(" ", "", get_post_meta($architek_thisPostID, "architek_header_text_size_value", true)),10)."px"; $tfont = get_post_meta($architek_thisPostID, "architek_header_text_font_value", true); $stcolor = get_post_meta($architek_thisPostID, "architek_secondary_title_text_color_value", true); $stsize = intval(str_replace(" ", "", get_post_meta($architek_thisPostID, "architek_secondary_title_text_size_value", true)),10)."px"; $stfont = get_post_meta($architek_thisPostID, "architek_secondary_title_font_value", true); $stmargin = intval(str_replace(" ", "", get_post_meta($architek_thisPostID, "architek_header_secondary_text_margin_top_value", true)),10)."px"; $originalalign = get_post_meta($architek_thisPostID, "architek_header_text_alignment_value", true); $pt_parallax = get_post_meta($architek_thisPostID, "architek_pagetitle_image_parallax_value", true) == "on" ? true : false; $pt_overlay = get_post_meta($architek_thisPostID, "architek_pagetitle_image_overlay_value", true) == "on" ? true : false; $pt_overlay_type = get_post_meta($architek_thisPostID, "architek_pagetitle_overlay_type_value", true); $pt_overlay_the_color = architek_hex2rgb(get_post_meta($architek_thisPostID, "architek_pagetitle_overlay_color_value", true)); $pt_overlay_pattern = ARCHITEK_PATTERNS_URL.get_post_meta($architek_thisPostID, "architek_pagetitle_overlay_pattern_value", true).".jpg"; $pt_overlay_opacity = intval(str_replace("%","",get_post_meta($architek_thisPostID, "architek_pagetitle_overlay_opacity_value", true)))/100; $pt_overlay_color = "rgba(".$pt_overlay_the_color[0].",".$pt_overlay_the_color[1].",".$pt_overlay_the_color[2].",".$pt_overlay_opacity.")"; $breadcrumbs = get_post_meta($architek_thisPostID, "architek_enable_breadcrumbs_value", true) == "yes" ? "on" : "off"; $breadcrumbs_margintop = intval(str_replace(" ", "", get_post_meta($architek_thisPostID, "architek_breadcrumbs_margin_top_value", true)),10)."px"; $pagetitlepadding = intval(str_replace(" ", "", get_post_meta($architek_thisPostID, "architek_page_title_padding_value", true)),10)."px"; } $height = "auto"; $textalign = $originalalign; if ($originalalign == "titlesleftcrumbsright") $textalign = "left"; if ($originalalign == "titlesrightcrumbsleft") $textalign = "right"; if (is_array($tfont)) $tfont = ""; $architek_import_fonts[] = $tfont; $principalfont = explode("|",$tfont); $principalfont[0] = $principalfont[0]."', 'Arial', 'sans-serif"; if (!isset($principalfont[1])) $principalfont[1] = ""; if (is_array($stfont)) $stfont = ""; $architek_import_fonts[] = $stfont; $secondaryfont = explode("|",$stfont); $secondaryfont[0] = $secondaryfont[0]."', 'Arial', 'sans-serif"; if (!isset($secondaryfont[1])) $secondaryfont[1] = ""; if ($type != "without"){ $ptitleaux = $bcaux = ""; if ($originalalign == "titlesleftcrumbsright" || $originalalign == "titlesrightcrumbsleft"){ $ptitleaux .= "max-width: 50%;"; $bcaux .= "max-width: 50%;"; if ($originalalign == "titlesleftcrumbsright"){ $ptitleaux .= "float:left;"; $bcaux .= "float:right;"; } else { $ptitleaux .= "float:right;"; $bcaux .= "float:left;"; } } $bcaux .= "margin-top:".intval($breadcrumbs_margintop,10)."px;"; switch($originalalign){ case "left": case "titlesrightcrumbsleft": $bcaux .= "text-align: left;"; break; case "right": case "titlesleftcrumbsright": $bcaux .= "text-align:right;"; break; case "center": $bcaux .= "text-align:center;"; break; } ?> <div class="fullwidth-container <?php if ($type == "pattern") echo "bg-pattern"; ?> <?php if ($pt_parallax) echo "parallax"; ?><?php if (($type == "image" || $type == "pattern") && get_option('architek_enable_grayscale') == 'on') echo " architek_grayscale "; ?>" <?php if ($pt_parallax) echo 'data-stellar-ratio="0.5"'; ?> <?php $architek_output = ".fullwidth-container{"; if ($height != "") $architek_output.= "height: ". $height . ";"; if ($type == "none") $architek_output.= "background: none !important;"; if ($type == "color") $architek_output.= "background: " . $color . " !important;"; if ($type == "image") $architek_output.= "background: url(" . $image . ") no-repeat !important; background-size: 100% auto;"; if ($type == "pattern") $architek_output.= "background: url('" . $pattern . "') 0 0 repeat !important;"; $architek_output .= "}"; architek_set_custom_inline_css($architek_output); ?> <?php if ($type == "image" && !$pt_parallax) echo ' data-background-alignment="'. esc_attr( $background_position ) .'" '; ?>> <?php if ($type == "image" && $pt_overlay){ $architek_output = ".pagetitle_overlay{"; echo '<div class="pagetitle_overlay"></div> '; if ($pt_overlay_type == "color") $architek_output.= 'background-color:'.$pt_overlay_color.' !important'; else $architek_output.= 'background:url('.$pt_overlay_pattern.') repeat;opacity:'.$pt_overlay_opacity.' !important;'; $architek_output .= "}"; architek_set_custom_inline_css($architek_output); } if ($type === "banner"){ ?> <div class="revBanner"> <?php if (substr($banner, 0, 10) === "revSlider_"){ if (!function_exists('putRevSlider')){ echo esc_html__('Please install the missing plugin - Revolution Slider.', 'architek'); } else { putRevSlider(substr($banner, 10)); } } if (substr($banner, 0, 13) === "masterSlider_"){ if (!function_exists('masterslider')){ echo esc_html__('Please install the missing plugin - MasterSlider.', 'architek'); } else { echo do_shortcode( '[masterslider alias="'.substr($banner, 13).'"]' ); } } if (substr($banner, 0, 12) === "layerSlider_"){ if (!function_exists('layerslider')){ echo esc_html__('Please install the missing plugin - LayerSlider.', 'architek'); } else { echo do_shortcode( '[layerslider id="'.substr($banner, 12).'"]' ); } } ?> </div> <?php } else { ?> <div class="container present-container <?php echo esc_attr($originalalign); ?>"> <?php $architek_output = ".present-container{padding: ".esc_attr($pagetitlepadding)." 15px;}"; architek_set_custom_inline_css($architek_output); ?> <div class="pageTitle"> <?php $architek_output = ".present-container .pageTitle{text-align: ".esc_attr($textalign).";".esc_attr($ptitleaux)."}"; architek_set_custom_inline_css($architek_output); if ($showtitle){ ?> <h1 class="page_title"> <?php if (is_front_page() && is_home()) echo wp_kses(get_option('architek_blog_single_primary_title'), 'post'); else echo wp_kses(get_the_title($architek_thisPostID), 'post'); ?> </h1> <?php $architek_output = ".present-container h1.page_title{color: #$tcolor; font-size: $tsize; font-family: '{$principalfont[0]}';font-weight: {$principalfont[1]};"; if ($margintop != "") $architek_output .= esc_attr("margin-top: ".intval($margintop,10)."px;"); $architek_output .= "}"; architek_set_custom_inline_css($architek_output); } if ($showsectitle){ if (get_post_meta($post->ID, 'secondaryTitle_value', true) != "" || get_option('architek_blog_secondary_title') != ""){ ?> <h2 class="secondaryTitle"> <?php echo wp_kses(get_post_meta($post->ID, 'secondaryTitle_value', true), 'post'); ?> </h2> <?php $architek_output = ".present-container .secondaryTitle{color: #$stcolor; font-size: $stsize; line-height: $stsize; font-family: '{$secondaryfont[0]}';font-weight:{$secondaryfont[1]}; margin-top:{$stmargin};}"; architek_set_custom_inline_css($architek_output); } } ?> </div> <?php if ($breadcrumbs == "on"){ ?> <div class="architek_breadcrumbs"> <?php architek_the_breadcrumb(); $architek_output = ".architek_breadcrumbs{".esc_attr($bcaux)."}"; architek_set_custom_inline_css($architek_output); ?> </div> <?php } ?> </div> <?php } ?> </div> <?php } $sidebar_scheme = get_post_meta($architek_thisPostID, 'sidebar_for_default_value', true); if (defined('ARCHITEK_IS_FIRST_PAGE')) $sidebar_scheme = get_option('architek_blog_archive_sidebar'); $sidebar = architek_convert_to_class(get_post_meta($architek_thisPostID, 'sidebars_available_value', true)); if (!$sidebar) $sidebar = "defaultblogsidebar"; $pageid = get_the_ID(); switch ($sidebar_scheme){ case "none": if (!defined("ARCHITEK_IS_FIRST_PAGE") && $post->post_content != ""){ ?> <div class="content-before-blog container"> <?php architek_content_shortcoder($post->post_content); echo do_shortcode($post->post_content); ?> </div> <?php } ?> <div class="blog-default wideblog"> <div class="master_container"> <section class="page_content col-xs-12 col-md-12"> <div class="blog-default-bg"> <div class="container"> <?php architek_print_blog($pageid); ?> </div> </div> </section> </div> </div> <?php break; case "left": if (!defined("ARCHITEK_IS_FIRST_PAGE") && $post->post_content != ""){ ?> <div class="content-before-blog container"> <?php architek_content_shortcoder($post->post_content); echo do_shortcode($post->post_content); ?> </div> <?php } ?> <div class="blog-default blog-normal-with-sidebar"> <div class="master_container container"> <section class="page_content left sidebar col-xs-12 col-md-3"> <div class="blog-sidebar-bg"> <?php if ($sidebar === "defaultblogsidebar") $sidebar = 'sidebar-widgets'; if ( function_exists('dynamic_sidebar') && is_active_sidebar( $sidebar )) { ob_start(); do_shortcode(dynamic_sidebar($sidebar)); $html = ob_get_contents(); ob_end_clean(); $html = wp_kses_no_null( $html, array( 'slash_zero' => 'keep' ) ); $html = wp_kses_normalize_entities($html); echo wp_kses_hook($html, 'post', array()); } else get_sidebar(); ?> </div> </section> <section class="page_content right col-xs-12 col-md-9"> <div class="blog-default-bg"> <?php architek_print_blog($pageid); ?> </div> </section> </div> </div> <?php break; case "right": if (!defined("ARCHITEK_IS_FIRST_PAGE") && $post->post_content != ""){ ?> <div class="content-before-blog container"> <?php architek_content_shortcoder($post->post_content); echo do_shortcode($post->post_content); ?> </div> <?php } ?> <div class="blog-default blog-normal-with-sidebar"> <div class="master_container container"> <section class="page_content left col-xs-12 col-md-9"> <div class="blog-default-bg"> <?php architek_print_blog($pageid); ?> </div> </section> <section class="page_content right sidebar col-xs-12 col-md-3"> <div class="blog-sidebar-bg"> <?php if ($sidebar === "defaultblogsidebar") $sidebar = 'sidebar-widgets'; if ( function_exists('dynamic_sidebar') && is_active_sidebar( $sidebar )) { ob_start(); do_shortcode(dynamic_sidebar($sidebar)); $html = ob_get_contents(); ob_end_clean(); $html = wp_kses_no_null( $html, array( 'slash_zero' => 'keep' ) ); $html = wp_kses_normalize_entities($html); echo wp_kses_hook($html, 'post', array()); } else get_sidebar(); ?> </div> </section> </div> </div> <?php break; default: if (!defined("ARCHITEK_IS_FIRST_PAGE") && $post->post_content != ""){ ?> <div class="content-before-blog container"> <?php architek_content_shortcoder($post->post_content); echo do_shortcode($post->post_content); ?> </div> <?php } ?> <div class="blog-default wideblog"> <div class="master_container"> <section class="page_content col-xs-12 col-md-12"> <div class="blog-default-bg"> <div class="container"> <?php architek_print_blog($pageid); ?> </div> </div> </section> </div> </div> <?php break; } function architek_print_blog($pageid){ $pag = 1; global $wp_query; $pag = $wp_query->query_vars['paged']; if ($pag=="" && isset($wp_query->query['paged'])) $pag = $wp_query->query['paged']; $cattype = "category__in"; if (strpos(get_post_meta($pageid, 'posts_filter_categories_value', true), ',') !== false){ $categories = explode(',',get_post_meta($pageid, 'posts_filter_categories_value', true)); } else { $cattype = "cat"; $categories = get_post_meta($pageid, 'posts_filter_categories_value', true); } $tagtype = "tag__in"; if (strpos(get_post_meta($pageid, 'posts_filter_tags_value', true), ',') !== false){ $tags = explode(",",get_post_meta($pageid, 'posts_filter_tags_value', true)); } else { $tagtype = "tag_id"; $tags = get_post_meta($pageid, 'posts_filter_tags_value', true); } $authortype = "author__in"; if (strpos(get_post_meta($pageid, 'posts_filter_authors_value', true), ',') !== false){ $authors = explode(",",get_post_meta($pageid, 'posts_filter_authors_value', true)); } else { $authortype = "author"; $authors = get_post_meta($pageid, 'posts_filter_authors_value', true); } $orderby = get_post_meta($pageid, 'posts_filter_orderby_value', true); $order = get_post_meta($pageid, 'posts_filter_order_value', true); if (!isset($nposts)) $nposts = get_option('posts_per_page'); $args = array( 'showposts' => $nposts, 'orderby' => $orderby, 'order' => $order, $cattype => $categories, $tagtype => $tags, $authortype => $authors, 'post_status' => 'publish', 'paged' => $pag ); global $post, $wp_query, $architek_the_query, $architek_import_fonts; $architek_the_query = new WP_Query( $args ); $architek_animate_posts = get_option('architek_animate_posts_on_scroll', 'on') == 'on' ? true : false; $sidebar_scheme = get_post_meta($pageid, 'sidebar_for_default_value', true); if (defined('ARCHITEK_IS_FIRST_PAGE')) $sidebar_scheme = get_option('architek_blog_archive_sidebar'); if ($architek_the_query->have_posts()){ ?> <div class="post-listing<?php if ($architek_animate_posts) echo " architek-animate-posts "; ?>"> <?php $titlefont = get_option('architek_blog_normal_title_font'); if (is_array($titlefont)) $titlefont = ""; $architek_import_fonts[] = $titlefont; $titlefont = explode("|",$titlefont); $titlefont[0] = $titlefont[0]."', 'Arial', 'sans-serif"; if (!isset($titlefont[1])) $titlefont[1] = ""; $titlecolor = intval(get_option('architek_blog_normal_title_color'),10); $titlesize = get_option('architek_blog_normal_title_size'); while ($architek_the_query->have_posts()){ $architek_the_query->the_post(); $postid = get_the_ID(); $post_classes = array(); if ($architek_animate_posts) $post_classes[] = "not-in-view"; ?> <article id="post-<?php esc_attr(the_ID()); ?>" <?php post_class($post_classes); ?>> <?php $posttype = get_post_meta(get_the_ID(), 'posttype_value', true); if (!$posttype || $posttype == "") $posttype = "image"; $upper_fullwidth_media = get_post_meta( get_the_ID(), 'upper_fullwidth_media_value', true ) == 'yes' ? true : false; $article_output = ""; $media = false; switch($posttype){ case "image": if (wp_get_attachment_url( get_post_thumbnail_id($postid))){ $media = true; ob_start(); if ($sidebar_scheme == "none") $article_output .= '[vc_row][vc_column width="2/3"]'; else $article_output .= '[vc_row][vc_column width="1/1"]'; ?> <div class="featured-image-box"> <?php if (get_option('architek_show_author_avatar') == "on"){ ?> <div class="author-thumbnail"> <?php echo "<a href='".esc_url(get_author_posts_url( get_the_author_meta('ID') ))."'>".get_avatar( get_the_author_meta('ID'), 100 )."</a>"; ?> </div> <?php } ?> <div class="featured-image"> <a href="<?php echo esc_url(get_the_permalink()); ?>" title="<?php the_title_attribute(); ?>"> <img alt="<?php the_title_attribute(); ?>" src="<?php echo esc_url(wp_get_attachment_url( get_post_thumbnail_id($postid))); ?>" title="<?php the_title_attribute(); ?>"/> <span class="post_overlay"> <i class="fa fa-plus" aria-hidden="true"></i> </span> </a> </div> </div> <?php } break; case "slider": $media = true; ob_start(); if ($sidebar_scheme == "none") $article_output .= '[vc_row][vc_column width="2/3"]'; else $article_output .= '[vc_row][vc_column width="1/1"]'; $randClass = rand(0,1000); ?> <div class="featured-image-box"> <?php if (get_option('architek_show_author_avatar') == "on"){ ?> <div class="author-thumbnail"> <?php echo "<a href='".esc_url(get_author_posts_url( get_the_author_meta('ID') ))."'>".get_avatar( get_the_author_meta('ID'), 100 )."</a>"; ?> </div> <?php } ?> <div class="flexslider <?php echo esc_attr($posttype); ?>" id="<?php echo esc_attr($randClass); ?>"> <ul class="slides"> <?php $sliderData = get_post_meta($postid, "sliderImages_value", true); $slide = explode("|*|",$sliderData); foreach ($slide as $s){ if ($s != ""){ $params = explode("|!|",$s); $attachment = get_post( $params[0] ); $title = isset($attachment->post_excerpt) ? $attachment->post_excerpt : ""; echo "<li>"; echo "<img src='".esc_url($params[1])."' alt='".esc_attr($title)."' title='".esc_attr($title)."'>"; echo "</li>"; } } ?> </ul> </div> </div> <?php $architek_inline_script = ' jQuery(document).ready(function(){ "use strict"; jQuery("#'.$randClass.'.flexslider").flexslider({ animation: "'. esc_js( get_option('architek_posts_flex_transition', 'fade') ) .'", slideshow: '. esc_js( (get_option('architek_posts_flex_autoplay','on') == 'on') ? "true" : "false" ) .', slideshowSpeed: '. esc_js( get_option('architek_posts_flex_slide_duration','5500') ) .', animationSpeed: '. esc_js( get_option('architek_posts_flex_transition_duration','500') ) .', directionNav: '. esc_js( (get_option('architek_posts_flex_navigation','on') == 'on') ? "true" : "false" ) .', controlNav: '. esc_js( (get_option('architek_posts_flex_controls','on') == 'on') ? "true" : "false" ) .', smootheHeight:false, start: function(slider) { slider.removeClass("loading").css("overflow","").find(".slides").css("max-height", "'.esc_js( intval(get_option('architek_posts_flex_height','400')) ).'px" ); } }); }); '; wp_add_inline_script('architek-global', $architek_inline_script, 'after'); break; case "audio": $media = true; ob_start(); if ($sidebar_scheme == "none") $article_output .= '[vc_row][vc_column width="2/3"]'; else $article_output .= '[vc_row][vc_column width="1/1"]'; ?> <div class="audioContainer"> <?php if (get_post_meta($postid, 'audioSource_value', true) == 'embed') echo get_post_meta($postid, 'audioCode_value', true); else { $audio = explode("|!|",get_post_meta($postid, 'audioMediaLibrary_value', true)); if (isset($audio[1])) { $ext = explode(".",$audio[1]); if (isset($ext)) $ext = $ext[count($ext)-1]; ?> <audio controls="controls"><source type="audio/<?php echo esc_attr($ext); ?>" src="<?php echo esc_url($audio[1]); ?>"></audio> <?php } } ?> </div> <?php break; case "video": $media = true; ob_start(); if ($sidebar_scheme == "none") $article_output .= '[vc_row][vc_column width="2/3"]'; else $article_output .= '[vc_row][vc_column width="1/1"]'; ?> <div class="featured-image-box"> <?php if (get_option('architek_show_author_avatar') == "on"){ ?> <div class="author-thumbnail"> <?php echo "<a href='".esc_url(get_author_posts_url( get_the_author_meta('ID') ))."'>".get_avatar( get_the_author_meta('ID'), 100 )."</a>"; ?> </div> <?php } ?> <div class="post-video <?php echo esc_attr(get_post_meta($postid, "videoSource_value", true)); ?>"> <div class="video-thumb"> <div class="video-wrapper vendor"> <?php $videosType = get_post_meta($postid, "videoSource_value", true); if ($videosType != "embed"){ $videos = get_post_meta($postid, "videoCode_value", true); $videos = preg_replace( '/\s+/', '', $videos ); $vid = explode(",",$videos); } switch (get_post_meta($postid, "videoSource_value", true)){ case "media": $video = explode("|!|",get_post_meta($postid, 'videoMediaLibrary_value', true)); if (isset($video[1])) { $ext = explode(".",$video[1]); if (isset($ext)) $ext = $ext[count($ext)-1]; ?> <video controls="controls" class="video-controls"><source type="video/<?php echo esc_attr($ext); ?>" src="<?php echo esc_url($video[1]); ?>"></video> <?php } break; case "youtube": if (isset($vid[0])) echo "<iframe src='//www.youtube.com/embed/".esc_attr($vid[0])."' frameborder='0' allowfullscreen></iframe>"; break; case "vimeo": if (isset($vid[0])) echo '<iframe src="https://player.vimeo.com/video/'.esc_attr($vid[0]).'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'; break; } ?> </div> </div> </div> </div> <?php break; case "gallery": $slider = get_post_meta($postid,'gallery_slider_value',true); if ($slider != '-1'){ $media = true; ob_start(); if ($sidebar_scheme == "none") $article_output .= '[vc_row][vc_column width="2/3"]'; else $article_output .= '[vc_row][vc_column width="1/1"]'; if (substr($slider, 0, 10) === "revSlider_"){ ?> <div class="featured-image-box"> <?php if (get_option('architek_show_author_avatar') == "on"){ ?> <div class="author-thumbnail"> <?php echo "<a href='".esc_url(get_author_posts_url( get_the_author_meta('ID') ))."'>".get_avatar( get_the_author_meta('ID'), 100 )."</a>"; ?> </div> <?php } ?> <div class="gallery_container"> <?php if (!function_exists('putRevSlider')){ echo esc_html__('Please install the missing plugin - Revolution Slider.', 'architek'); } else { putRevSlider(substr($slider, 10)); } ?> </div> </div> <?php } else { ?> <div class="featured-image-box"> <?php if (get_option('architek_show_author_avatar') == "on"){ ?> <div class="author-thumbnail"> <?php echo "<a href='".esc_url(get_author_posts_url( get_the_author_meta('ID') ))."'>".get_avatar( get_the_author_meta('ID'), 100 )."</a>"; ?> </div> <?php } ?> <div class="gallery_container"> <?php if (!function_exists('masterslider')){ echo esc_html__('Please install the missing plugin - MasterSlider.', 'architek'); } else { echo do_shortcode( '[masterslider alias="'.substr($slider, 13).'"]' ); } ?> </div> </div> <?php } } break; case "quote": ?> <a href="<?php esc_url(the_permalink()); ?>"> <div class="post-quote"> <blockquote><i class="fa fa-quote-left"></i> <?php echo wp_kses(get_post_meta($postid, 'quote_text_value', true), 'post'); ?> <i class="fa fa-quote-right"></i></blockquote> <span class="author-quote">-- <?php echo wp_kses(get_post_meta($postid, 'quote_author_value', true), 'post'); ?> --</span> </div> </a> <?php break; case "link": ?> <h2 class="post-title post-link"> <?php $linkurl = get_post_meta($postid, 'link_url_value', true) != '' ? get_post_meta($postid, 'link_url_value', true) : get_permalink(); $linktext = get_post_meta($postid, 'link_text_value', true) != '' ? get_post_meta($postid, 'link_text_value', true) : $linkurl; ?> <a href="<?php echo esc_url($linkurl); ?>" target="_blank"><?php echo esc_html($linktext); ?></a> </h2> <?php break; case "text": default: if ($posttype != "text"){ if (wp_get_attachment_url( get_post_thumbnail_id($postid))){ $media = true; ob_start(); if ($sidebar_scheme == "none") $article_output .= '[vc_row][vc_column width="2/3"]'; else $article_output .= '[vc_row][vc_column width="1/1"]'; ?> <div class="featured-image-box"> <?php if (get_option('architek_show_author_avatar') == "on"){ ?> <div class="author-thumbnail"> <?php echo "<a href='".esc_url(get_author_posts_url( get_the_author_meta('ID') ))."'>".get_avatar( get_the_author_meta('ID'), 100 )."</a>"; ?> </div> <?php } ?> <div class="featured-image"> <a href="<?php echo esc_url(get_the_permalink()); ?>" title="<?php the_title_attribute(); ?>"> <img alt="<?php the_title_attribute(); ?>" src="<?php echo esc_url(wp_get_attachment_url( get_post_thumbnail_id($postid))); ?>" title="<?php the_title_attribute(); ?>"/> <span class="post_overlay"> <i class="fa fa-plus" aria-hidden="true"></i> </span> </a> </div> </div> <?php } } break; } if ($media && !$upper_fullwidth_media){ if ($sidebar_scheme == "none") $article_output .= ob_get_clean() . '[/vc_column][vc_column width="1/3"]'; else $article_output .= ob_get_clean() . '[/vc_column][vc_column width="1/1"]'; ob_start(); } if ($media && $upper_fullwidth_media) echo '<div class="fullwidth_media_content"><div class="contentainer">'; if ((isset($wp_query->queried_object->ID) && get_post_meta( $wp_query->queried_object->ID , 'upper_single_display_metas_value' , true ) == "yes") || !isset($wp_query->queried_object->ID)){ ?> <div class="metas-container"> <?php $metas = isset($wp_query->queried_object->ID) ? explode(",", get_post_meta( $wp_query->queried_object->ID , 'upper_single_metas_value' , true )) : array("date,author,tags,categories"); if (!empty($metas)){ $firstMeta = true; foreach ($metas as $meta){ switch ($meta){ case "date": if (!$firstMeta){ echo '<p class="metas-sep">|</p>'; } else { $firstMeta = false; } ?> <p class="blog-date"><?php echo get_the_date(); ?></p> <?php break; case "author": if (!$firstMeta){ echo '<p class="metas-sep">|</p>'; } else { $firstMeta = false; } ?> <p data-rel="metas-author"><?php ?><a class="the_author" href="<?php echo get_author_posts_url( get_the_author_meta('ID') ); ?>"> <?php esc_html(the_author_meta('nickname')); ?></a></p> <?php break; case "tags": $posttags = get_the_tags(); if ($posttags) { if (!$firstMeta){ echo '<p class="metas-sep">|</p>'; } else { $firstMeta = false; } $first = true; echo '<p data-rel="metas-tags">'; if (function_exists('icl_t')){ printf(esc_html__("%s","architek"), icl_t( 'architek', 'by', get_option('architek_tags_text'))); } else { printf(esc_html__("%s","architek"), get_option("architek_tags_text")); } echo ': '; foreach($posttags as $tag) { if ($tag->name != "uncategorized"){ if ($first){ echo "<a href='".esc_url( get_term_link($tag) )."'>".esc_html($tag->name)."</a>"; $first = false; } else { echo "<span class='tags-on-icons'>, </span><a href='".esc_url( get_term_link($tag) )."'>".esc_html($tag->name)."</a>"; } } } echo '</p>'; } break; case "categories": $postcats = get_the_category(); if ($postcats) { if (!$firstMeta){ echo '<p class="metas-sep">|</p>'; } else { $firstMeta = false; } $first = true; echo '<p data-rel="metas-categories">'; foreach($postcats as $cat) { if ($cat->name != "uncategorized"){ if ($first){ echo "<a href='".esc_url( get_term_link($cat) )."'>".esc_html($cat->name)."</a>"; $first = false; } else { echo "<span class='tags-on-icons'>, </span><a href='".esc_url( get_term_link($cat) )."'>".esc_html($cat->name)."</a>"; } } } echo '</p>'; } break; case "comments": if (!$firstMeta){ echo '<p class="metas-sep">|</p>'; } else { $firstMeta = false; } echo '<p data-rel="metas-comments">'; printf( _nx( 'One Comment', '%1$s Comments', get_comments_number(), 'comments title', 'architek' ), number_format_i18n( get_comments_number() ) ); echo '</p>'; break; case "customtext": if (!$firstMeta && strlen(wp_kses( get_post_meta( $postid , 'upper_single_meta_custom_text_value' , true ), 'post')) > 0 ){ echo '<p class="metas-sep">|</p>'; echo '<p data-rel="metas-customtext">'.wp_kses( get_post_meta( $postid , 'upper_single_meta_custom_text_value' , true ), 'post').'</p>'; } else { if (strlen(wp_kses( get_post_meta( $postid , 'upper_single_meta_custom_text_value' , true ), 'post')) > 0){ echo '<p data-rel="metas-customtext">'.wp_kses( get_post_meta( $postid , 'upper_single_meta_custom_text_value' , true ), 'post').'</p>'; $firstMeta = false; } } break; } } } ?> </div> <?php } ?> <div class="the_title"> <h2> <a href="<?php echo esc_url(get_the_permalink()); ?>"><?php wp_kses(the_title(), 'post'); ?></a> </h2> </div> <?php $architek_output = "#post-".$postid." .the_title h2{color: #$titlecolor; font-size: $titlesize; font-family: '{$titlefont[0]}'; font-weight: {$titlefont[1]};}"; architek_set_custom_inline_css($architek_output); if ($media && $upper_fullwidth_media) echo '</div></div>'; if ($posttype != "quote" && $posttype != "link" && !$upper_fullwidth_media){ ?> <div class="blog_excerpt"> <?php wp_kses(the_excerpt(), 'post'); printf( '<div><a class="blog-read-more" href="%1$s">%2$s</a></div>', get_permalink( $postid ), __( 'READ MORE', 'architek' ) ); ?> </div> <?php } if ($media && !$upper_fullwidth_media){ $article_output .= ob_get_clean() . '[/vc_column][/vc_row]'; echo wp_kses_no_null( do_shortcode( $article_output, false ) ); } ?> <div class="divider-posts"></div> </article> <?php } ?> </div> <div class="navigation"> <?php $architek_reading_option = get_option('architek_blog_reading_type'); wp_reset_postdata(); if ($architek_reading_option != "paged" && $architek_reading_option != "dropdown"){ if (function_exists('icl_t')){ next_posts_link( '<div class="next-posts"><i class="fa fa-angle-left"></i>'.sprintf(esc_html__("%s", "architek"), icl_t( 'architek', 'Previous posts', get_option('architek_previous_text'))).'</div>', $architek_the_query->max_num_pages); previous_posts_link('<div class="prev-posts">'.sprintf(esc_html__("%s", "architek"), icl_t( 'architek', 'Next posts', get_option('architek_next_text'))).'<i class="fa fa-angle-right"></i></div>', $architek_the_query->max_num_pages); } else { next_posts_link( '<div class="next-posts"><i class="fa fa-angle-left"></i>'.sprintf(esc_html__("%s", "architek"), get_option("architek_previous_text")).'</div>', $architek_the_query->max_num_pages); previous_posts_link('<div class="prev-posts">'.sprintf(esc_html__("%s", "architek"), get_option("architek_next_text")).'<i class="fa fa-angle-right"></i></div>', $architek_the_query->max_num_pages); } } else { architek_wp_pagenavi(); } ?> </div> <?php if ($architek_animate_posts){ $animate_posts_script = ' jQuery(".not-in-view").waypoint({ handler: function(event, direction){ var element = this.element ? this.element : this; jQuery(element).removeClass("not-in-view"); }, offset: "80%" }); '; wp_add_inline_script('architek-global', $animate_posts_script, 'after'); } } } ?> <?php get_footer(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件