SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > themes > > bridge > > framework > > admin > meta-boxes > blog


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www/wp-content/themes//bridge//framework//admin/meta-boxes/blog

NameTypeSizeLast ModifiedActions
map.php File 1492 bytes March 10 2023 20:42:10.

Reading File: /home/transcarter//www/wp-content/themes//bridge//framework//admin/meta-boxes/blog/map.php

<?php
if(!function_exists('bridge_qode_map_blog_meta_fields')) {

	function bridge_qode_map_blog_meta_fields() {

		$qode_blog_categories = array();
		$categories = get_categories();
		foreach($categories as $category) {
			$qode_blog_categories[$category->term_id] = $category->name;
		}

		$qodeBlog = bridge_qode_create_meta_box(
			array(
				'scope' => array('page'),
				'title' => esc_html__('Qode Blog', 'bridge'),
				'name' => 'page_blog'
			)
		);

		$qode_choose_blog_category = new BridgeQodeMetaField("selectblank","qode_choose-blog-category","",esc_html__('Blog Category' ,'bridge'),esc_html__('Choose category of posts to display (leave empty to display all categories)','bridge'),$qode_blog_categories);
		$qodeBlog->addChild("qode_choose-blog-category",$qode_choose_blog_category);

		$qode_show_posts_per_page = new BridgeQodeMetaField("text","qode_show-posts-per-page","",esc_html__('Number of Posts' ,'bridge'),esc_html__('Enter the number of posts to display' ,'bridge'), array(), array("col_width" => 3));
		$qodeBlog->addChild("qode_show-posts-per-page",$qode_show_posts_per_page);

		$qode_enable_page_comments = new BridgeQodeMetaField("yesempty","qode_enable-page-comments","",esc_html__('Show Comments' ,'bridge'),esc_html__('Enabling this option will show comments on your page' ,'bridge'));
		$qodeBlog->addChild("qode_enable-page-comments",$qode_enable_page_comments);

	}

	add_action('bridge_qode_action_meta_boxes_map', 'bridge_qode_map_blog_meta_fields');
}

SILENT KILLER Tool