Title: P2 Header Ad
Author: Jay Versluis
Published: <strong>2013 年 10 月 8 日</strong>
Last modified: 2018 年 5 月 12 日

---

搜索插件

![](https://ps.w.org/p2-header-ad/assets/banner-772x250.png?rev=993909)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/p2-header-ad/assets/icon-256x256.png?rev=993909)

# P2 Header Ad

 作者：[Jay Versluis](https://profiles.wordpress.org/versluis/)

[下载](https://downloads.wordpress.org/plugin/p2-header-ad.1.7.zip)

 * [详情](https://cn.wordpress.org/plugins/p2-header-ad/#description)
 * [评价](https://cn.wordpress.org/plugins/p2-header-ad/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/p2-header-ad/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/p2-header-ad/#developers)

 [支持](https://wordpress.org/support/plugin/p2-header-ad/)

## 描述

Once installed, head over to Appearance – P2 Header Ad and paste your ad code into
the box.

Features:

 * preview your ad in the admin interface (see screenshots)
 * option to hide the ad for logged-in users
 * option to hide the ad for logged-in WP eMember users
 * works with and without a header image
 * option to show the same ad after the post content

I’ve optimised the plugin for a 468×80 pixel ad. Other sizes will work but may require
your own CSS tweaks to make them look right.

## 屏幕截图

[⌊see your ad displayed on the P2 front page⌉⌊see your ad displayed on the P2 front
page⌉[

see your ad displayed on the P2 front page

[⌊the Admin Interface let's you paste HTML code quickly and easily (under Appearance-
P2 Header ad)⌉⌊the Admin Interface let's you paste HTML code quickly and easily (
under Appearance - P2 Header ad)⌉[

the Admin Interface let’s you paste HTML code quickly and easily (under Appearance–
P2 Header ad)

## 安装

 1. Either: Upload the entire folder to `/wp-content/plugins/` directory
 2. Or: download the ZIP file, then head over to Plugins – Add New – Install, then 
    browse to your file
 3. Or: from Plugins – Add New, search for this plugin and hit “install”
 4. Then: Activate it through the ‘Plugins’ menu in WordPress
 5. Under Appearance – P2 Header Ad you’ll find an admin interface to paste your HTML
    code

## 常见问题

  Installation Instructions

 1. Either: Upload the entire folder to `/wp-content/plugins/` directory
 2. Or: download the ZIP file, then head over to Plugins – Add New – Install, then 
    browse to your file
 3. Or: from Plugins – Add New, search for this plugin and hit “install”
 4. Then: Activate it through the ‘Plugins’ menu in WordPress
 5. Under Appearance – P2 Header Ad you’ll find an admin interface to paste your HTML
    code

  I’m using a different ad size than 468×80 pixels. How do I tweak the CSS?

P2 Header Ad will wrap your code inside a DIV tag with the ID “p2HeaderAd”. Simply
re-position by targeting this ID.

You can do this either in your Theme’s styles.css file, or tweak p2-header-ad-styles.
css inside the plugin’s main directory.

  Will this plugin work with a custom header graphic?

Yes, it sits on top of your custom header graphic. It will adjust its height automatically
so it should always look nice.

  I’m using Google Adsense ads, but they don’t show up. What gives?

It takes about half an hour for fresh Google ads to appear. Until then you’ll only
see a blank space. Grab a coffee and check back a little later.

  I’m showing ads on the front page after the post content – but now the header 
ad is gone. What’s up with that?

Google ads can only be shown up to 5 times on a single page. If your front page 
shows 5 posts or more, then the ad can no longer be displayed in the header (which
is called last for performance reasons).

If you want to use the after-content-front-page-ad feature, and you want the header
to show first, you can tweak line 293 of the main plugin file (p2-header-ad.php)
from this

add_action (‘get_footer’, ‘p2DisplayAdvert’);

到

add_action (‘get_header’, ‘p2DisplayAdvert’);

I may make this an option in the admin interface in a future update.

  I’m getting a nasty deprecation warning in DEBUG mode…?

This is caused by the P2 theme, not by the plugin. As soon as this is fixed in P2,
this message will disappear.

## 评价

![](https://secure.gravatar.com/avatar/f2a4b991356cc707cbe41edd396d5bf1c22cbf84d70e98fea3dfcc2265e775ba?
s=60&d=retro&r=g)

### 󠀁[Nice!](https://wordpress.org/support/topic/nice-3441/)󠁿

 [Vladimir Vassilev](https://profiles.wordpress.org/vloo/) 2020 年 5 月 25 日

Works just fine! I’ll use it for internal important notifications but definitely
saved me some time for writing this feature myself 🙂

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/p2-header-ad/reviews/)

## 贡献者及开发者

「P2 Header Ad」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Jay Versluis ](https://profiles.wordpress.org/versluis/)

[帮助将「P2 Header Ad」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/p2-header-ad)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/p2-header-ad/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/p2-header-ad/)，或通过[RSS](https://plugins.trac.wordpress.org/log/p2-header-ad/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/p2-header-ad/)。

## 更新日志

#### 1.7

 1. fixed a warning that made PHP assume a non-existent constant instead of a function
 2. verified compatibility with WordPress 4.9.5

#### 1.6

 1. styles are now loaded via wp_enqueue_scripts hook
 2. fixed a debug warning that assumed a constant rather than a value

#### 1.5

 1. added option to display the same ad at the end of single posts
 2. added option to hide ads at the end of front-page/blog-page posts

#### 1.4

 1. added the option to hide ad when users are logged into eMember (plugin by Tips 
    and Tricks HQ)

#### 1.3

 1. added translation readiness
 2. added German Translation
 3. added Spanish Translation (thanks to Andrew Kurtis)

#### 1.2

 1. tweaked placement of advert: now it’s fixed to the header
 2. added funky fade-in effect when the site loads

#### 1.1

 1. added option to remove the ad for logged-in users

#### 1.0

 1. initial Release

## 额外信息

 *  版本 **1.7**
 *  最后更新：**8 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.3 或更高版本 **
 *  已测试的最高版本为 **4.9.29**
 *  语言
 * [English (US)](https://wordpress.org/plugins/p2-header-ad/)
 * 标签
 * [ad](https://cn.wordpress.org/plugins/tags/ad/)[advert](https://cn.wordpress.org/plugins/tags/advert/)
   [code](https://cn.wordpress.org/plugins/tags/code/)[header](https://cn.wordpress.org/plugins/tags/header/)
   [p2](https://cn.wordpress.org/plugins/tags/p2/)
 *  [高级视图](https://cn.wordpress.org/plugins/p2-header-ad/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/p2-header-ad/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/p2-header-ad/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/p2-header-ad/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/p2-header-ad/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/p2-header-ad/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/p2-header-ad/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/p2-header-ad/reviews/)

## 贡献者

 *   [ Jay Versluis ](https://profiles.wordpress.org/versluis/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/p2-header-ad/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=34B76TPRWMWAE)