Your IP : 216.73.216.95


Current Path : /var/test/www/mainsite/wp-content/themes/alone/theme-includes/
Upload File :
Current File : /var/test/www/mainsite/wp-content/themes/alone/theme-includes/post_team.php

<div id="tb_team_metabox" class='tb-team-metabox'>
	<?php
	$this->text('team_position',
			'Position',
			'',
			__('Enter team position of post. EX: Business Analysis','alone')
	);
	$this->text('team_age',
			'Age',
			'',
			__('Enter team age number of post.','alone')
	);
	$this->text('team_phone',
			'Phone Number',
			'',
			__('Enter team phone number of post.','alone')
	);
	$this->text('team_email',
			'Email',
			'',
			__('Enter team email number of post.','alone')
	);
	$this->text('team_facebook',
			'Facebook',
			'',
			__('Enter link facebook of post.','alone')
	);
	$this->text('team_twitter',
			'Twitter',
			'',
			__('Enter link twitter of post.','alone')
	);
	$this->text('team_linkedin',
			'Linkedin',
			'',
			__('Enter link linkedin of post.','alone')
	);
	$this->text('team_pinterest',
			'Pinterest',
			'',
			__('Enter link pinterest of post.','alone')
	);
	$this->text('team_google_plus',
			'Google Plus',
			'',
			__('Enter link google plus of post.','alone')
	);
	$this->text('team_tumblr',
			'Tumblr',
			'',
			__('Enter link tumblr of post.','alone')
	);
	$this->text('team_instagram',
			'Instagram',
			'',
			__('Enter link instagram of post.','alone')
	);
	$this->text('team_flickr',
			'Flickr',
			'',
			__('Enter link flickr of post.','alone')
	);
	?>
</div>