wordpress 顶部如何添加广告代码?插在header.php哪里?

<?php/** * The Header * * Displays all of the <head> section and everything up till <div id="main"> * * @package Cryout Creations * @subpackage parabola * @since parabola 0.5 */ ?><!DOCTYPE html><html <?php language_attributes(); ?>><head><?php cryout_meta_hook(); ?><meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( ✀charset✀ ); ?>" /><link rel="profile" href="http://gmpg.org/xfn/11" /><link rel="pingback" href="<?php bloginfo( ✀pingback_url✀ ); ?>" /><?php cryout_header_hook(); wp_head(); ?></head><body <?php body_class(); ?>><?php cryout_body_hook(); ?><div id="wrapper" class="hfeed"><?php cryout_wrapper_hook(); ?><div id="header-full"><header id="header"><?php cryout_masthead_hook(); ?> <div id="masthead"> <div id="branding" role="banner" > <?php cryout_branding_hook();?> <div style="clear:both;"></div> </div><!-- #branding --> <nav id="access" role="navigation"> <?php cryout_access_hook();?> </nav><!-- #access --> </div><!-- #masthead --> <div style="clear:both;height:1px;width:1px;"> </div></header><!-- #header --></div><!-- #header-full --><div id="main"> <div id="forbottom" > <?php cryout_forbottom_hook(); ?> <div style="clear:both;"> </div> <?php cryout_breadcrumbs_hook();?>
2026年09月17日 11:21
有1个网友回答
网友(1):



这个应该是头部与内容的分隔点,你可以插在这里