- 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/
我正在尝试将我所有的东西从 videomarathon.com/dk 导入到 videomarathon.com/se(帖子等) 我正在使用 wordpress 导入器。 上传导出的文件时,它向我显示
Azure WordPress 和 Azure 可扩展 WordPress 之间有什么区别?除了可扩展的 WordPress 允许您选择 azure 存储之外,我看不出有什么区别 最佳答案 基本区别:
我目前正在一个与体育相关的 wordpress 网站上工作。我所有的帖子都在同一个地方,分为足球、网球等。我想改变我博客的结构,比如足球,应该是domain.com/football对于网球,应该是
Wordpress 3 有一个漂亮的 TinyMCE 实现,我相信它比它所基于的原始 TinyMCE 运行得流畅得多。 很棒的事情:- HTML/源代码 View 作为选项卡而不是弹出窗口- 有吸引力
我在 codex.wordpress.org 和developer.wordpress.org 上看到了 WordPress 开发人员文档。他们都有关于插件和主题的文档。由于我不了解 wordpres
我有自定义帖子循环,我想在底部添加“查看全部”链接,该链接应指向包含该类型所有帖子的页面。 我能想到的唯一解决方案是为帖子类型创建一个模板页面并硬编码指向它的链接,但我希望有一个更优雅和动态的解决方案
我正在尝试使用类在 WordPress 中创建自定义 REST API 端点。我也用传统方法做了同样的事情——效果很好。但是,使用类时出现错误 The handler for the route is
我是 WordPress 的新手,正在尝试在主页的一部分中使用一些自定义代码,该部分旨在显示三个类别(白皮书、文章和帖子)中每个类别的 #1 趋势帖子.代码只是显示(据我所知)最近的 3 个帖子,无论
我正在尝试在 wordpress 中设置搜索页面的样式。在 search.php 中,我可以设置大部分页面的样式,但随后的以下语句(我从未经编辑的原始页面中获得)生成了内容。
我希望得到一些帮助来解决一些让我发疯的编码问题。我更喜欢在我的 wordpress 帖子标题中写“&”而不是“and”。但是写出&符号会破坏我们的 twitter、facebook 和 google-
是否可以只重写一个类别? 我有一个类别“ 照片”,并且只针对这个类别。 我只想从/category/photos重写它至 /photos 最佳答案 您可以使用 WP Rewrite API 来实现。
我有一个托管在 www.example.com 上的网站,它是一个 Bitnami 应用程序。 我想在 www.example.com/blog 上可以访问的同一台服务器上安装另一个 bitnami
我一直在做一些测试。注意:这仅在Safari浏览器中发生。 我关闭了所有插件并激活了主题二十(而不是我的Catch Box子主题)。在此配置下,除了顶部菜单中的“主页”选项卡(在Safari中显示如下
我是一名 php 开发人员,目前正在开发一个 CMS/博客系统。我想添加一个永久链接系统,比如 WordPress。我很好奇 WordPress 如何解析永久链接。例如,如何获取 id 这样的数据和
有谁知道Wordpress有多安全? 我不知道如何定义“有多安全”。但与其他CMS系统相比,它的安全性如何? 更新: 详细说明我的项目。 我会有很多用户注册。登录后,他们将可以访问我正在开发的插件。大
是否可以授予编辑者管理主题小部件的功能?默认情况下,只有管理员可以这样做。 谢谢, 乔恩 最佳答案 恐怕您将需要使用插件来实现此目的,因为更改窗口小部件是switch_themes capabilit
我有一个在服务器上运行的多站点 wordpress,我想将我的站点转移到另一台服务器上。我通过 filezilla ftp 下载了完整的文件备份还导出了完整的数据库。 现在我将此备份导入到新服务器 (
我使用通用 HTML 标签在 WordPress 插件中创建了一个表单。我刚刚用 echo 测试了文本框提交的值,它工作正常。提交表单后,我需要在同一页面中重定向或显示成功/失败消息。表单提交后如何显
我想启用 wordpress 站点的调试日志,在 wp-config.php 中添加以下设置 /* WordPress debug mode for developers. */ define('WP
是否可以仅在前端(无需编辑 .mo/.po 文件)更改我的 wordpress 安装(WP 3.0 Multisite)的语言? 在此处更改此选项: 也会在后端更改我的语言。 有任何想法吗? 感谢您的
我是一名优秀的程序员,十分优秀!