php Wordpress页面模板使用Elementor与任何模板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Wordpress页面模板使用Elementor与任何模板相关的知识,希望对你有一定的参考价值。

<?php
/**
 * Template Name: Elementor
 *
 * @package WordPress
 * @subpackage Orangeweb
 * @since 1.0.0
 *
 * 2016 - Desenvolvido por Agência Orangeweb - www.orangeweb.com.br
 */
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
	<head>
		<meta charset="<?php bloginfo( 'charset' ); ?>" />
		<meta name="viewport" content="width=device-width" />
		<title><?php wp_title(); ?></title>
		<?php do_action( 'get_header', "" ); ?>
		<?php wp_head(); ?>
		<style>
		body{
			background: none !important;
			background_color: #FFF !important;
		}
		*, *:before, *:after {
		    margin:0px;
		    padding:0px;
		    -webkit-box-sizing:border-box;
		    -moz-box-sizing:border-box;
		    box-sizing:border-box;
		    border:0px;
		    font-size:100%;
		    font:inherit;
		    outline:0;
		}
		</style>
		<link rel='stylesheet' id='style-css' href="https://necolas.github.io/normalize.css/latest/normalize.css"/>
	</head>
    <body <?php body_class(); ?>
			<?php while ( have_posts() ) : the_post(); ?>
				<?php the_content(); ?>
			<?php endwhile; ?>
      <?php wp_footer(); ?>
    </body>
  </html>

以上是关于php Wordpress页面模板使用Elementor与任何模板的主要内容,如果未能解决你的问题,请参考以下文章

php 页面模板(Wordpress)

php Wordpress儿童页面模板

php wordpress:从插件加载页面模板

php WordPress - 通过模板获取页面

PHP Wordpress:页面模板标题

PHP Wordpress页面模板 - 多个侧边栏