[wordpress插件] Berri Personalized Care新的个性化护理

wordpress 插件 文章 2020-03-03 07:00 507 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin for WordPress will give up to four personalized messages depending on the origin of the visitors of your blog.

此WordPress插件会根据您的博客访问者的来源,最多给出四条个性化消息。

It’s originally based on the rthanks plugin by Alamsyah Rasyid.

它最初基于Alamsyah Rasyid的rthanks插件

If you are thinking about increasing your feed subscribers, if you only want to show publicity to some of your visitors, if you want to say thanks to your visitor from search engines or socialbookmark,… If you want to show diferents messages to

如果您正在考虑增加Feed订阅者,如果您只想向某些访问者进行宣传,或者要感谢来自搜索引擎或社交书签的访问者,…如果您要向

your visitants depending on their origin, this is your plugin.

您的访客取决于他们的来源,这是您的插件。

Comments, questions and bug reports are welcome: http://www.berriart

欢迎发表评论,问题和错误报告: http://www.berriart

.com/personalizedcare/

.com / personalizedcare /

安装步骤

    1. Extract and upload to the /wp-content/plugins/ directory
    2. 提取并上传到 / wp-content / plugins / 目录

    3. Activate plugin
    4. 激活插件

    5. Configure the messages in admin panel (Options->PersonalizedCare)
    6. 在管理面板中配置消息(Options-> PersonalizedCare)

    7. Edit your templates and add

    8. 编辑您的模板并添加 <?php if(function_exists('berri_personalized_message'))berri_personalized_message();

      ?>.

      ?>

      Preferably upside if (have_posts()) : while (have_posts()) : the_post(); in index.php, page.php and

      最好在 index.php page.php 中的if(have_posts()):while(have_posts()):the_post();

      single.php.

    9. single.php

    10. Save templates and upload to server
    11. 保存模板并上传到服务器

    12. That’s all
    13. 就这些

    CONFIGURATION

    配置

      • HTML code is allowed in the messages, so for example you can link to your feed or you can show AdSense of Google and earn money.
      • 消息中允许使用HTML代码,例如,您可以链接到Feed或显示Google AdSense并赚钱。

      • If you want to show the name of the referer in the message write {hostname} in it.

      • 如果要在消息中显示引用者的名称,请在其中写入 {hostname}

        For example with a visitor from google will see Welcome google visitor if you write Welcome {hostname} visitor.

      • 例如,如果您编写欢迎 {hostname} 访问者,则来自Google的访问者会看到欢迎Google访问者

下载地址
https://downloads.wordpress.org/plugin/berri-personalized-care.zip
-EOF-

AI助手支持GPT4.0