How to Create Tables in WordPress from Serialized PHP Arrays using wpDataTables Plugin

preview_player
Показать описание
In this video tutorial you will see how you can use a PHP array to create an interactive table in your WordPress site front-end. As an example we will use WP_Query() to fetch the posts, output data in a serialized array, and prepare an interactive table in the WordPress site using wpDataTables plugin.

Рекомендации по теме
Комментарии
Автор

Great thanks
such tutorial is not found anywhere else on youtube.

mahadali
Автор

Thanks for this explanation!
One small comment: 'post_count' doesn't appear to work here, it returns the WP default number of posts. I believe in WP_Query it should be 'posts_per_page' in order to work like you'd expect.

web-baas
Автор

How do we get arrays for a custom post type in wordpress from a plugin i have installed

blackcatgamer
welcome to shbcf.ru