Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Function Custom Template for Playlist Content */
- function custom_render_playlist_content_loop() {
- require_once JNEWS_VIDEO_DIR . 'class/module/block/class.jnews-video-block-4-view.php';
- $class_playlist = JNEWS_VIDEO\Objects\Playlist::get_instance();
- $playlist_id = get_the_ID();
- $playlist_ids = $class_playlist->get_posts( $playlist_id );
- $class_module = JNews_Video_Block4_View::getInstance();
- $args = array(
- 'number_post' => 3,
- 'include_post' => implode( ', ', $playlist_ids ),
- 'pagination_mode' => 'nextprev',
- 'pagination_number_post' => 4,
- 'column_width' => 12, /* Fill it with 0, 4, 8, or 12 */
- );
- echo $class_module->build_module( $args, 'im here' );
- }
Add Comment
Please, Sign In to add comment