[wordpress插件] Archives Calendar Widget存档日历小部件

wordpress 插件 文章 2020-02-20 22:40 518 0 全屏看文

AI助手支持GPT4.0

评分
90
描述

Archives widget that make your monthly/daily archives look like a calendar on the sidebar.

存档小部件,使您的每月/每日存档看起来像边栏上的日历。

If you have a lot of archives that takes a lot of space on your sidebar this widget is for you.

如果您的侧边栏上有大量存档占用大量空间,则此小部件适合您。

Display your archives as a compact calendar, entirely customizable with CSS.

将归档文件显示为紧凑的日历,可以完全使用CSS进行自定义。

**PLEASE FEEDBACK**

**请反馈**

I’m alone to test this plugin before release and I can’t test everything with particular configurations or on different versions of WordpPress, your feedback is precious.

我独自一人在发布前测试此插件,并且无法测试具有特定配置或在不同版本的WordpPress上的所有内容,您的反馈意见非常宝贵。

Features

功能

    • Theme Editor GUI (external tool)
    • 主题编辑器GUI(外部工具)

    • Displays monthly archives as a compact year calendar
    • 将每月档案显示为紧凑的年历

    • Displays daily archives as a compact month calendar
    • 将每日存档显示为紧凑的月历

    • Show/hide monthly post count
    • 显示/隐藏每月帖子数

    • 8 themes included (with SCSS files)
    • 包括8个主题(带有SCSS文件)

    • 2 Custom themes that keep your CSS style even after the plugin update
    • 2个自定义主题,即使在插件更新后也能保持CSS风格

    • Different theme for each widget
    • 每个小部件的主题不同

    • Show widget with previous/currentext or last available month
    • 显示具有上一个/当前/下一个或上一个可用月份的小部件

    • Category select.

    • 类别选择。

      Show post only from selected categories

    • 仅显示来自选定类别的帖子

    • Filter Archives page by categories you set in the widget
    • 按您在小部件中设置的类别过滤“存档”页面

    • Custom post_type partial* support
    • 自定义post_type部分*支持

    • Entirely customizable with CSS
    • 使用CSS完全可定制

    • .PO/.MO Localisation English/Français + OUTDATED: [Deutsch, Español, Portugues, Simplified Chinese, Serbo-Croatian]
    • .PO / .MO的英语/法语本地化版本+过时的:[Deutsch,Español,Portugues,简体中文,塞尔维亚克罗地亚语]

    • jQuery animated with possibility to use your own JS code.
    • jQuery动画,可以使用您自己的JS代码。

    Not just a widget, if your theme does not support widgets, you can use this calendar by calling its function:

    不仅仅是小工具,如果您的主题不支持小工具,则可以通过调用其日历的功能来使用此日历:

    archive_calendar();

      archive_calendar();

    you can also configure it:

    您还可以配置它:

    $defaults = array(    

      $ defaults = array(    

    'next_text' => '˃', //text showing on the next year button, can be empty or HTML to use with Font Awesome for example.    

    'next_text'=>'˃',//明年按钮上显示的文本,可以为空,也可以为HTML,例如与Font Awesome一起使用。    

    'prev_text' => '˂', //just like next_text but for previous year button.    

    'prev_text'=>'˂',//类似于next_text,但用于前一年按钮。    

    'post_count' => true, //show the number of posts for each month    

    'post_count'=> true,//显示每个月的帖子数    

    'month_view' => true, //show months instead of years archives, false by default.    

    'month_view'=> true,//显示月份而不是年份档案,默认情况下为false。    

    'month_select' => 'default', // shows the last month available with at least one post.

    'month_select'=>'默认',//显示至少有一个帖子的最后一个可用月份。

    ('prev', 'next', 'current').    

    (“上一个”,“下一个”,“当前”)。    

    'different_theme' => 0, // set 1 (true) if you want to set a different theme for this widget    

    'different_theme'=> 0,//如果要为此小部件设置不同的主题,则设置1(true)    

    'theme' => null, // theme 'name' if 'different_theme' == true    

    'theme'=> null,//主题'name'如果'different_theme'== true    

    'categories' => null, // array() -> list of categories IDs to show.

    'categories'=> null,// array()->要显示的类别ID列表。

    array(1,2,34)    

    数组(1,2,34)    

    'post_type' => null // array() -> list of post types to show.

    'post_type'=> null // array()->要显示的帖子类型列表。

    array('post', 'movies')

    array('post','movies')

    );

    );

    archive_calendar($args);

    archive_calendar($ args);

    Custom taxonomies are not supported.

    不支持自定义分类法。

    If your custom post_type post has no common category with post it will not be shown in the archives

    如果您的自定义post_type帖子与该帖子没有共同的类别,则该帖子不会显示在归档文件中

    ADDON

    ADDON

    Popover Addon for Archives Calendar Widget

    存档日历小部件的Popover插件

    ARCW Popover Addon

    ARCW Popover插件

    ARCW THEME EDITOR

    ARCW主题编辑器

    Create your own theme for the calendar

    为日历创建自己的主题

    Notes

    注释

    Please use the Support section to report issues.

    请使用“支持”部分报告问题。

    No support will be provided via email.

    不会通过电子邮件提供支持。

安装步骤

    1. Upload archives-calendar-widget folder in /wp-content/plugins/ directory.
    2. 上传 / wp-content / plugins / 目录中的 archives-calendar-widget 文件夹。

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

    5. Configure the plugin through “Settings > Archives Calendar” menu in WordPress.
    6. 通过WordPress中的“设置>存档日历”菜单配置插件。

    7. Activate and configure the widget in “Appearance > Widgets” menu in WordPress
    8. 在WordPress的“外观>小部件”菜单中激活和配置小部件

下载地址
https://downloads.wordpress.org/plugin/archives-calendar-widget.1.0.12.zip
-EOF-

AI助手支持GPT4.0