文件操作 - template-blank.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/fratellibartesaghi--it/wp-content/themes/architek/template-blank.php
编辑文件内容
<?php /* Template Name: Blank Template (No header nor footer) */ get_header(); wp_enqueue_style('architek-custom-style', ARCHITEK_CSS_PATH .'architek-custom.css',99); $architek_inline_css = "body{visibility:visible;}"; wp_add_inline_style('architek-custom-style', $architek_inline_css); $theid = (isset($architek_uc_id)) ? $architek_uc_id : get_the_ID(); $post = get_post($theid); if (class_exists('Ultimate_VC_Addons')) { if(stripos($post->post_content, 'font_call:')){ preg_match_all('/font_call:(.*?)"/',$post->post_content, $display); if (function_exists('enquque_ultimate_google_fonts_optimzed')) enquque_ultimate_google_fonts_optimzed($display[1]); } architek_google_fonts_scripts(); } ?> <div class="page-template page-template-template-blank page-template-template-blank-php <?php echo esc_attr("the-id-is-$theid"); ?>"> <div class="fullwindow_content container"> <div class="tb-row"> <div class="tb-cell"> <?php if (is_preview()){ wp_reset_postdata(); the_content(); } else { if (function_exists('wpb_js_remove_wpautop') == true) echo wpb_js_remove_wpautop($post->post_content); else echo wp_kses($post->post_content, 'post'); /* custom element css */ $shortcodes_custom_css = get_post_meta( $theid, '_wpb_shortcodes_custom_css', true ); if ( ! empty( $shortcodes_custom_css ) ) { architek_set_custom_inline_css($shortcodes_custom_css); } } ?> </div> </div> </div> </div> </div><!-- fechar div main --> <?php wp_footer(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件