[wordpress插件] Countdown to Next Post下一篇文章倒计时

wordpress 插件 文章 2020-04-03 12:41 436 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin will display a countdown timer that counts down towards your next scheduled post.

此插件将显示一个倒计时计时器,该倒计时将计入您的下一个预定帖子。

The countdown to your next post can be added as a widget, manually to your sidebar, or into any post or page.

下一个帖子的倒计时可以作为小部件添加,可以手动添加到侧边栏,也可以添加到任何帖子或页面中。

This plugin is perfect for people who write posts in advance and schedule them to be posted at a later time.

此插件非常适合那些事先撰写帖子并计划在以后发布的人。

This plugin will automatically search the wordpress database for the next scheduled post and display a countdown so your readers know exactly when it will be posted.

此插件将自动在wordpress数据库中搜索下一个预定的帖子,并显示倒计时,以便您的读者确切知道何时发布。

安装步骤

Download and move “Countdown to Next Post” into your WordPress plugins directory.

下载“倒计时到下一篇文章”并将其移到WordPress插件目录中。

Activate this plugin on your admin panel.

在管理面板上激活此插件。

Widget

小部件

You can activate this plugin as a sidebar widget.

您可以将此插件作为边栏小部件激活。

Manually Insert into Sidebar

手动插入侧边栏

Instead of using the widget, you can also manually add the following code into your sidebar.php file:

除了使用小部件之外,您还可以将以下代码手动添加到sidebar.php文件中:

  •   
  • Next Post

    下一篇文章

      • <?php function_exists('scott_timer')?scott_timer():NULL;

        ?>

        ?>

    • Countdown:

    • 倒计时:

  • Insert into a page or post

    插入页面或帖子

    If you want to insert the “Countdown to Next Post” into a page or post, you can add the following shortcode into the HTML editor for a post or page.

    如果要在页面或帖子中插入“下一篇文章倒计时”​​,可以将以下短代码添加到帖子或页面的HTML编辑器中。

    [countdown_to_next_post]

      [countdown_to_next_post]

  • 下载地址
    https://downloads.wordpress.org/plugin/countdown-to-next-post.1.0.zip
    -EOF-

    AI助手支持GPT4.0