Uname: Linux premium264.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.3.22 [ PHP INFO ] PHP os: Linux
Server Ip: 69.57.162.13
Your Ip: 216.73.216.219
User: workvvfb (1129) | Group: workvvfb (1084)
Safe Mode: OFF
Disable Function:
NONE

name : category.php
<?php

/* @var \WP_Query */
global $wp_query;

$port = new \ElementorModal\Widgets\GT3_Core_Elementor_Widget_Blog(
	array(
		'id' => 'gt3_blog_archive'
	),
	array(
		'settings' => array()
	)
);
$category_archive_layout = gt3_option('category_archive_layout');
if (is_null($category_archive_layout)) {
	$category_archive_layout = 1;
}
$port->set_settings(
	array(
		'items_per_line'      => apply_filters('gt3/archive/taxonomy/columns', $category_archive_layout),
		'query'               => $wp_query,
		'grid_type'           => gt3_option('category_archive_type'),
		'meta_author'         => 'yes',
		'meta_comments'       => 'yes',
		'meta_categories'     => 'yes',
		'meta_date'           => 'yes',
		'meta_position'       => 'before_title',
		'post_btn_link'       => 'yes',
		'symbol_count_descrt' => array(
			'size' => '280',
			'unit' => 'px',
		),
	)
);
$port->print_element();


© 2025 GrazzMean