[wordpress插件] Arabic Comments Number阿拉伯文注释编号

wordpress 插件 文章 2020-02-20 17:00 523 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

the idea of the plugin from this post

本文 的插件概念

bascally the plugin generats two functions you can use them in your theme

毫无意义,该插件产生了两个功能,可以在主题中使用它们

the functions are:

这些功能是:

1. comments_number_ar(‘لا توجد تعليقات’, ‘تعليق واحد’, ‘تعليقان’, ‘% تعليقات’, ‘% تعليق’ );

1. comments_number_en(“无评论”,“一个评论”,“两个评论”,“%评论”,“%评论”);

2. comments_popup_link_ar(‘لا توجد تعليقات’, ‘تعليق واحد’, ‘تعليقان’, ‘% تعليقات’, ‘% تعليق’ );

2. comments_popup_link_en(“无评论”,“一个评论”,“两个评论”,“%评论”,“%评论”);

the functions are similar to functions comments_number () and comments_popup_link ()

这些功能与评论()和comments_popup_link()类似。

I just edit them to be correct with Arabic grammare.

我只是编辑它们以使其与阿拉伯文的Grammare正确。

    • For more information http://6efy.com/blog/?page_id=2222
    • 有关更多信息http://6efy.com/blog/?page_id=2222

安装步骤

    1. Upload arabic_comments_number to the /wp-content/plugins/ directory
    2. arabic_comments_number 上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place

    6. 放置 <?php comments_number_en(“无评论”,“一个评论”,“两个评论”,“%评论”,“%评论”);

      ?> in your templates instad of

    7. 模板中的?>

    8. Place

    9. 放置 <?php comments_popup_link_en(“无评论”,“一个评论”,“两个评论”,“%评论”,“%评论”);

      ?> in your templates instad of

    10. 模板中的?>

      • For more information http://6efy.com/blog/?page_id=2222
      • 有关更多信息http://6efy.com/blog/?page_id=2222

下载地址
https://downloads.wordpress.org/plugin/arabic-comments-number.zip
-EOF-

AI助手支持GPT4.0