This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

dm-future-posts

Description

Widget. Displays a list of posts with a deferred publication date.

Installation

Установка: Скопировать файл в папку с плагинами. В панели управления активировать плагин.
В настройках дизайна появится новый виджет, который можно использовать.
Настройка: В настройках виджета можно задать 2 параметра. Заголовок виджета и надпись,
которая будет выводиться, если нет постов с отложенной датой публикации.
Оформление: Оформление сделано стандартным для виджетов, кроме одного момента. Для даты
публикации сделана возможность настройки через класс fp-date. Для того чтобы этим
воспользоваться, необходимо добавить в файл style.css используемой темы, примерно
следующие строки:
.fp-date {
color: #FFFFFF;
background-color: #009900;
}
В данном примере дата будет выводится белым цветом на зелёном фоне.

Installation: Copy the file to the plugin folder. In the control panel, activate the plugin.
            In the design settings, a new widget will appear that you can use.
Setting: You can set 2 parameters in the widget settings. Widget title and caption,
            which will be displayed if there are no posts with a deferred publication date.
Design: The design is made standard for widgets, except for one moment. For a Date
            publication made the ability to configure through the class fp-date. In order for this
            use, it is necessary to add the used theme to the style.css file, approximately
            the following lines:
              .fp-date {
                   color: #FFFFFF;
                   background-color: # 009900;
              }
            In this example, the date will be displayed in white on a green background.

FAQ

Installation Instructions

Установка: Скопировать файл в папку с плагинами. В панели управления активировать плагин.
В настройках дизайна появится новый виджет, который можно использовать.
Настройка: В настройках виджета можно задать 2 параметра. Заголовок виджета и надпись,
которая будет выводиться, если нет постов с отложенной датой публикации.
Оформление: Оформление сделано стандартным для виджетов, кроме одного момента. Для даты
публикации сделана возможность настройки через класс fp-date. Для того чтобы этим
воспользоваться, необходимо добавить в файл style.css используемой темы, примерно
следующие строки:
.fp-date {
color: #FFFFFF;
background-color: #009900;
}
В данном примере дата будет выводится белым цветом на зелёном фоне.

Installation: Copy the file to the plugin folder. In the control panel, activate the plugin.
            In the design settings, a new widget will appear that you can use.
Setting: You can set 2 parameters in the widget settings. Widget title and caption,
            which will be displayed if there are no posts with a deferred publication date.
Design: The design is made standard for widgets, except for one moment. For a Date
            publication made the ability to configure through the class fp-date. In order for this
            use, it is necessary to add the used theme to the style.css file, approximately
            the following lines:
              .fp-date {
                   color: #FFFFFF;
                   background-color: # 009900;
              }
            In this example, the date will be displayed in white on a green background.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“dm-future-posts” is open source software. The following people have contributed to this plugin.

Contributors

Translate “dm-future-posts” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version history:
     0.4 – Added setting of the post date output.
     0.3 – Added setting of the number of posts for display.
     0.2 – Added parameter cleaning when deleting the widget.
     0.1 – The first release of the widget.