Download

За допомогою цього віджета ви можете показати на бічній панелі або в інших місцях на сайті перераховані пости, сторінки або інші типи матеріалів, що надходять у варіанти масиви значень.

Приклад:

‘posts_per_page’=>’2’,

‘post_type’=>’post’,

‘meta_query’=>array(

‘0’=>array(

‘key’=>’id_datetime’, ‘value’=>(174569332), ‘type’ => ‘numeric’, ‘compare’=>’>’

),

)

Віджет отримає масив і виводить список постів.

Звичайно, щоб використовувати цей плагін вам потрібно знати основи масивів PHP. Але це не так складно, як це може здатися для початківців.

Крім того, існують опції за замовчуванням, ви можете вказати, відобразити зображення і вступ постів.

////////

////////

English version.

With this widget you can show in the sidebar or other locations site lists posts, pages or other types of materials entering the options arrays of values.

Example:

‘posts_per_page’=>’2’,

‘post_type’=>’post’,

‘meta_query’=>array(

‘0’=>array(

‘key’=>’id_datetime’, ‘value’=>(174569332), ‘type’ => ‘numeric’, ‘compare’=>’>’

),

)

Widget receiving this array – show posts (page etc).

Of course, to use this plugin you need to know the basics of array php knowledge. But it is not as difficult as it may seem for beginners.

Also, the default option, you can specify whether you want to display an image and extract the post.

Comments are closed.