怎么在PHP页面加入一段脚本代码
用词可能有误,理解一下我看了一下index.php只有<?php/***FronttotheWordPressapplication.Thisfiledoesn'tdoa...
用词可能有误,理解一下
我看了一下index.php只有
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
我有一段这个怎么插入进去,应该放在哪?
<script type="text/javascript">
</noscript> 展开
我看了一下index.php只有
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
我有一段这个怎么插入进去,应该放在哪?
<script type="text/javascript">
</noscript> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询