slug = $tax_term->slug ; $obj->name = $tax_term->name ; $categories[] = $obj; $i++; } } */ /*function data*/ $data = (object)array( 'section_class' => implode(' ', $el_classes), 'section_id' => esc_attr( $atts['section_id'] ), 'section_title' => $section_title, 'section_subtitle' => $section_subtitle, 'wrap_class' => $wrap_class, 'i18n_s1' => $i18n_s1, 'categories' => $categories, 'posts' => $posts, 'container' => $container, 'full' => $full, 'columns' => $columns, 'filter' => $filter, 'carousel' => $owl['carousel'], 'owl_options' => $owl['options'], 'owl_nav_style' => $owl['nav_style'], 'pagination' => isset($post_data['pagination']) ? $post_data['pagination'] : '' ); mpl_tpl_section_portfolio($data); return ob_get_clean(); } add_filter( 'the_content', 'mpl_portfolio_content_filter' ); load_template( get_template_directory().'/page.php' );