__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

namespace Templately\Builder\Types;


class Archive extends ThemeTemplate {
	public static function get_type(): string {
		return 'archive';
	}

	public static function get_title(): string {
		return __( 'Archive', 'templately' );
	}

	public static function get_plural_title(): string {
		return __( 'Archives', 'templately' );
	}

	public static function get_properties($import_settings = []): array {
		$properties = parent::get_properties();

		$properties['location']                  = 'archive';
		$properties['condition']                 = 'include/archive/post_archive';
		$properties['support_wp_page_templates'] = true;

		if(!empty($import_settings["sub_type"])){
			$properties['condition'] = 'include/archive/' . $import_settings["sub_type"];
		}

		return $properties;
	}
}

Filemanager

Name Type Size Permission Actions
Archive.php File 795 B 0640
BaseTemplate.php File 5.92 KB 0640
CourseArchive.php File 635 B 0640
CourseSingle.php File 623 B 0640
Error.php File 655 B 0640
FluentProductSingle.php File 670 B 0640
Footer.php File 558 B 0640
Header.php File 497 B 0640
HeaderFooterBase.php File 268 B 0640
Page.php File 650 B 0640
PageSingle.php File 576 B 0640
Post.php File 605 B 0640
ProductArchive.php File 629 B 0640
ProductSingle.php File 617 B 0640
Search.php File 648 B 0640
Single.php File 783 B 0640
ThemeTemplate.php File 1.18 KB 0640
Filemanager