我刚收到一封来自WordPress的邮件:
A new pingback on the post "Contact Us" is waiting for your approval
http://clickcomputers.org.uk/contact-us/
Website : Click Computers » Post Topic » Be Creative. (IP: 217.160.66.224 , kundenserver.de)
URL : http://clickcomputers.org.uk/be-creative/
Pingback excerpt:
我想使用pingback.extensions.getPingbacks方法,在url中使用参数,比如post_type或页面。我使用下面的代码,但是当我想要添加一个参数时,它不起作用,并且我得到了一个0的错误代码和一个空的错误字符串,但是当我只传递没有任何参数的url时,它似乎是有效的。有谁可以帮我?
query('pingback.extensions.getPingbacks','http://localhost/wordpress/wordpress/2018/01/17/hallo-welt/&post_type=something');
i
我将我的主题提交给WordPress.org。为了使其与WordPress 4.1及更高版本兼容,我将wptitle()标记替换为add_theme_support( 'title-tag' ),但现在错误已更改为:
REQUIRED: The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output
下面是我的头代码的一个片段:
<head>
<meta charset="<?php blo
我想要对齐右上角的DISPLAY_ULTIMATE_PLUS社交媒体按钮。我尝试了几种对齐方法,但似乎不起作用。下面是代码。
<?php
/**
* The template for displaying the header
*
* Displays all of the head element and everything up until the
"site- content" div.
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*
我正在将一个超文本标记语言站点转换成WordPress,并且已经完成了。现在看起来总尺寸减小了,但单位是正确的(与原始HTML相同,即980px宽度等)。
请帮帮我。
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title><?php
/*
* Print the <title> tag based on what is being viewed.
*/
global
当我想在我的站点中创建移动优化时,我遇到了问题,我将这个url读给,在这个例子中,我想推迟我的网站中的所有javascript来加速优化和管理javascript,我把本教程读给,我想用javascript优化手机在一个url中生成我的移动站点。
问题是,当我想用wordpress编辑我的网站时,它看起来像所有的php函数,所以如果在我的header.php中这样做,我就不能推迟我的功能:
.........some code has been not show....
<head>
<meta>........</meta>
<?php if ( i
我在互联网上来回搜索了几次,我就是不明白在CSS中使用媒体查询时我似乎做错了什么。一些背景信息:我使用了一个名为"Sela“的wordpress主题,并为它创建了一个子主题,这是我的子主题的style.css:
/*
Theme Name: Sela Child
Theme URI: https://wordpress.com/themes/sela/
Template: sela
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Sela is not your typical bu