- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试使用 Bootstrap 为 Wordpress 创建主题。
我将其添加到 index.php 的顶部:
<?php get_header(); ?>
在我的 header.php 文件中有这样的内容:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favicon.ico">
<title><?php echo $pageName; ?> - Vampire Tints</title>
<!-- Bootstrap core CSS -->
<link href="<?php bloginfo('stylesheet_url');?>" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<center><img src="img/logo.gif" class="logo"></center>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li<?php if ($pageName=="Home"){ echo ' class="active"'; } ?>><a href="index.php">Home</a></li>
<li<?php if ($pageName=="About"){ echo ' class="active"'; } ?>><a href="about.php">About Us</a></li>
<li<?php if ($pageName=="Contact"){ echo ' class="active"'; } ?>><a href="contact.php">Contact Us</a></li>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li<?php if ($pageName=="Gallery"){ echo ' class="active"'; } ?>><a href="gallery.php">Gallery</a></li>
<li<?php if ($pageName=="Vinyl Wrapping"){ echo ' class="active"'; } ?>><a href="vinyl.php">Vinyl Wrapping</a></li>
<li<?php if ($pageName=="Tinted Lights"){ echo ' class="active"'; } ?>><a href="lights.php">Tinted Lights</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
只是想让您知道,get_footer()
工作正常,就在我添加 get_header()
时页面加载为空白。此外,当我使用 include_one("header.php")
时它工作正常,但我认为这是不好的做法?
非常感谢!
EDIT:::错误日志显示:
Notice: Undefined variable: get_header in /customers/a/e/4/wadeswebsolutions/httpd.www/vampiretints/wp-content/themes/wpbootstrap/index.php on line 4 Fatal error: Function name must be a string in /customers/a/e/4/wadeswebsolutions/httpd.www/vampiretints/wp-content/themes/wpbootstrap/index.php on line 4
根据 index.php 文件的要求:
<?php
$pageName="Home";
$get_header();
?>
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-6 col-md-push-3 jumbotron text-center">
<div class="page-header"><h2>All our work comes with a<br><u><b><div class="animated tada">lifetime guarantee</div></b></u></h2></div>
<div class="white">
<b>Vampire Tints</b> specialises in the professional installation of car window tints, vehicle wrapping and alloy wheel refurbishment. Established in 1998 we have since built a great reputation and expanded to be one of the industries biggest and best known window tinting services. Our professional techniques, high quality finish and customer service is what sets us apart from the rest!
</div>
</div>
<div class="col-md-3 col-md-pull-6">
<div class="panel panel-primary">
<div class="panel-heading">
<div class="panel-title">Just some benefits to our tints...</div>
</div>
<ul class="list-group">
<li class="list-group-item benefits1">Added Privacy<span class="glyphicon glyphicon-info-sign info"></span><div class="extra"><b>Keep those peering eyes away from your personal activities!</b></div></li>
<li class="list-group-item benefits2">Improved Security/Safety<span class="glyphicon glyphicon-info-sign info"></span><div class="extra"><b>In an accident or break-in, our quality film helps hold shattered glass together.</b></div></li>
<li class="list-group-item benefits3">Toning Down Light Glare<span class="glyphicon glyphicon-info-sign info"></span><div class="extra"><b>Reducing glare from the sun and headlights, our tints are for your comfort.</b></div></li>
<li class="list-group-item benefits4">Reduced Solar Heat<span class="glyphicon glyphicon-info-sign info"></span><div class="extra"><b>Keeping you and your passengers up to 90% cooler in the summer!</b></div></li>
<li class="list-group-item benefits5">Ultra Violet Light Block<span class="glyphicon glyphicon-info-sign info"></span><div class="extra"><b>All of our shades block out at least 95% of harmful UV light, keeping you safe!</b></div></li>
<li class="list-group-item"><h4 class="text-center">Plus, it just looks good!</h4></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-primary">
<div class="panel-heading">
<div class="panel-title">Our unique process</div>
</div>
<div class="panel-body text-center">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="2000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="img/process/1.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="img/process/2.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="img/process/3.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="img/process/4.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="img/process/5.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="img/process/6.jpg" alt="...">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
<div class="extra">We are one of only a few workshops in England which use the technique of <b>door glass removal</b>.</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="panel panel-primary thetintedpanel">
<div class="panel-heading">
<div class="page-title">
Coupes / Saloons
</div>
</div>
<div class="page-body">
<img class="thetinted" src="img/tinted/1.jpg">
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="panel panel-primary thetintedpanel">
<div class="panel-heading">
<div class="page-title">
3 Door Cars
</div>
</div>
<div class="page-body">
<img class="thetinted" src="img/tinted/2.jpg">
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="panel panel-primary thetintedpanel">
<div class="panel-heading">
<div class="page-title">
5 Door Cars
</div>
</div>
<div class="page-body">
<img class="thetinted" src="img/tinted/3.jpg">
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="panel panel-primary thetintedpanel">
<div class="panel-heading">
<div class="page-title">
4x4s / MPVs
</div>
</div>
<div class="page-body">
<img class="thetinted" src="img/tinted/4.jpg">
</div>
</div>
</div>
</div>
<div class="alert alert-info text-center">
<span class="glyphicon glyphicon-info-sign"></span> We have lots of images of cars tinted by <b>Vampire Tints</b> in our Gallery.
<br><br><a href="gallery.php"><button type="button" class="btn btn-primary">View More</button></a>
</div>
<?php get_footer(); ?>
最佳答案
根据您的评论,您的 php 似乎是:
<?php
$pageName="Home";
$get_header();
?>
get_header()
是一个函数,所以你应该把它前面的 $
去掉:
<?php
$pageName="Home";
get_header();
?>
现在 php 正在寻找一个名为 $get_header
的变量,并试图将该变量的值作为函数调用。
关于php - Wordpress get_header() 导致白屏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22924010/
我是OpenGL新手,我想用我的着色器在屏幕上绘制一个简单的三角形。我设置了缓冲区并编写了一个着色器,但是它似乎不起作用。它显示白色屏幕,我尝试使用glGenBuffer更改glCreateBuffe
我现在真的很沮丧,JS 从来不适合我。我不知道我这次犯了什么小错误,如果你指出的话,我将不胜感激。我不需要动画或任何东西,如果有人告诉我错误,我会很高兴。 window.onload = functi
我正在开发一个 phonegap 应用程序,我使用了一个多页面模板,如 page1.html、page2.html。每个页面都会访问服务器并呈现输出并将其显示在 ListView 中。所以问题是如果我
我有一台 iPad 2,我正在 viewDidLoad 中测试此代码,并调用此代码 -(void)stillCameraStart{ GPUImageStillCamera *stillCam=[[G
这个问题不太可能帮助任何 future 的访问者;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况有关,这些情况并不普遍适用于互联网的全局受众。为了帮助使这个问题更广泛地适用,visit
将 Android 模拟器更新到版本 27.0.1 后,出现白屏,模拟器甚至无法启动。 这是行为的截图: 屏幕上没有启动 Logo 或任何内容。 这是模拟器设置的屏幕截图: 所有模拟器都无法正常工作,
我想在我的游戏中实现网络功能,但是我有一个很大的问题。当我尝试创建 JFrame 组件时,执行网络代码后,它总是显示为白屏。虽然网络可以工作,但我无法以任何方式让用户界面工作。这是网络代码: pack
我收到有关此问题的错误报告:https://github.com/gatsbyjs/gatsby/issues/25920 但是 Gatsby 的人们似乎太忙了,无法回答,因此也许其他人也知道这个问题
我试图让 Magento 从我正在使用的主题的 adminHtml 而不是默认的核心位置加载核心文件,并将以下代码添加到我的扩展中: fort
当我在处理数据后尝试使用 Laravel Redirect 类重定向我的用户时,我目前遇到白屏死机。如果我使用 native php-function header("location ..."),应
我正在使用 react 路由器 dom 的仪表板工作。我有一个结构,即 Auth 页面和仪表板页面。当我从登录导航到 mainPages 并尝试在 DashboardContainer 中选择一个导航
我决定使用 3D WebGL 查看器来放置我的网站,但我有一个小问题。 一切正常,我可以移动我的对象并看到它,但是当我加载页面时,在单击时移动鼠标之前屏幕是黑色的。所以这对我来说不是问题,但对访问我网
我正在使用 CF 10,我试图找出为什么我无法得到一个错误来告诉我出了什么问题。 #session
Webkit 仍然有一些问题。在整理我昨天早上的错误后,我遇到了一个全新的线索,从 113 到直接崩溃(对于 iOS 开发人员来说真的很新,接受过 C++ 的正式培训,非常生疏哈哈)。 我终于得到了一
在我提出我的问题之前,我想提一下我尝试寻找解决方案 here和 here . 我正在创建一个使用 native UIWebView 的混合应用程序用于呈现响应式设计的 Web 应用程序。以下是问题描述
我在使用 libGDX 时遇到问题,当我在使用后退按钮退出后恢复应用程序时,我只看到一个白屏。 实际的应用程序运行,接受触摸输入并播放声音,但屏幕只是白色。 我读到过保持对纹理的静态引用可能会导致这个
我的页面中有很多链接,每个链接都有两个属性,格式和源。 它点击了什么我得到它的 2 attr 并像这样在 js 中制作 HTML。 $(".play").live('click',function(
我在 PHP 从数据库获取文本数据时遇到问题。有问题的数据是我从 share.mapbbcode.org 导出的 JSON 运行路线,因此我可以将它们绘制在 OSM map 上以进行个人跟踪。 我正在
当我点击应用程序的运行按钮时, the simulator just shows a white screen 但是应该有一个显示“Hello World”的按钮。另外,对于标签, an error
问题:启动时,GLWindow 仅显示白屏,光标显示加载圆圈,表示仍在加载某些内容。不久之后窗口显示“无响应”。 我已经尝试降级到 openGL 3.3,并且很乐意为此提供帮助,但问题仍然存在。 大家
我是一名优秀的程序员,十分优秀!