%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/ges4t.old/wp-content/plugins/team/templates/ |
| Current File : /home/c/a/s/casasmonvl/ges4t.old/wp-content/plugins/team/templates/team-grid-variables.php |
<?php
/*
* @Author ParaTheme
* Copyright: 2015 ParaTheme
*/
if ( ! defined('ABSPATH')) exit; // if direct access
//$team_member_social_icon = get_option( 'team_member_social_icon' );
$team_bg_img = get_post_meta( $post_id, 'team_bg_img', true );
$team_container_bg_color = get_post_meta( $post_id, 'team_container_bg_color', true );
$team_themes = get_post_meta( $post_id, 'team_themes', true );
$team_social_icon_style = get_post_meta( $post_id, 'team_social_icon_style', true );
$team_masonry_enable = get_post_meta( $post_id, 'team_masonry_enable', true );
$team_grid_item_align = get_post_meta( $post_id, 'team_grid_item_align', true );
$team_item_text_align = get_post_meta( $post_id, 'team_item_text_align', true );
$team_total_items = get_post_meta( $post_id, 'team_total_items', true );
$team_pagination_display = get_post_meta( $post_id, 'team_pagination_display', true );
$team_query_order = get_post_meta( $post_id, 'team_query_order', true );
$team_query_orderby = get_post_meta( $post_id, 'team_query_orderby', true );
$team_content_source = get_post_meta( $post_id, 'team_content_source', true );
$team_content_year = get_post_meta( $post_id, 'team_content_year', true );
$team_content_month = get_post_meta( $post_id, 'team_content_month', true );
$team_content_month_year = get_post_meta( $post_id, 'team_content_month_year', true );
$class_team_functions = new class_team_functions();
$team_posttype = $class_team_functions->team_member_posttype();
//$team_posttype = 'team_member';
$team_taxonomy = $class_team_functions->team_member_taxonomy();
//$team_taxonomy = 'team_group';
$team_taxonomy_terms = get_post_meta( $post_id, 'team_taxonomy_terms', true );
$team_post_ids = get_post_meta( $post_id, 'team_post_ids', true );
$team_items_title_color = get_post_meta( $post_id, 'team_items_title_color', true );
$team_items_title_font_size = get_post_meta( $post_id, 'team_items_title_font_size', true );
$team_items_position_color = get_post_meta( $post_id, 'team_items_position_color', true );
$team_items_position_font_size = get_post_meta( $post_id, 'team_items_position_font_size', true );
$team_items_content = get_post_meta( $post_id, 'team_items_content', true );
$team_items_content_color = get_post_meta( $post_id, 'team_items_content_color', true );
$team_items_content_font_size = get_post_meta( $post_id, 'team_items_content_font_size', true );
$team_pagination_bg_color = get_post_meta( $post_id, 'team_pagination_bg_color', true );
$team_pagination_active_bg_color = get_post_meta( $post_id, 'team_pagination_active_bg_color', true );
$team_items_excerpt_count = (int)get_post_meta( $post_id, 'team_items_excerpt_count', true );
$team_items_excerpt_text = get_post_meta( $post_id, 'team_items_excerpt_text', true );
$team_items_thumb_size = get_post_meta( $post_id, 'team_items_thumb_size', true );
$team_items_link_to_post = get_post_meta( $post_id, 'team_items_link_to_post', true );
$team_items_max_width = get_post_meta( $post_id, 'team_items_max_width', true );
$team_items_width_mobile = get_post_meta( $post_id, 'team_items_width_mobile', true );
$team_items_width_tablet = get_post_meta( $post_id, 'team_items_width_tablet', true );
$team_items_thumb_max_hieght = get_post_meta( $post_id, 'team_items_thumb_max_hieght', true );
$team_items_margin = get_post_meta( $post_id, 'team_items_margin', true );
$team_items_social_icon_width = get_post_meta( $post_id, 'team_items_social_icon_width', true );
$team_items_social_icon_height = get_post_meta( $post_id, 'team_items_social_icon_height', true );
$team_items_custom_css = get_post_meta( $post_id, 'team_items_custom_css', true );
$team_items_popup_content = get_post_meta( $post_id, 'team_items_popup_content', true );
$team_items_popup_excerpt_count = get_post_meta( $post_id, 'team_items_popup_excerpt_count', true );
$team_items_popup_excerpt_text = get_post_meta( $post_id, 'team_items_popup_excerpt_text', true );
$team_items_popup_width = get_post_meta( $post_id, 'team_items_popup_width', true );
$team_items_popup_height = get_post_meta( $post_id, 'team_items_popup_height', true );
$team_grid_items = get_post_meta( $post_id, 'team_grid_items', true );
$team_grid_items_hide = get_post_meta( $post_id, 'team_grid_items_hide', true );
if(!isset($team_content_source)){
$team_content_source = 'latest';
}
if(!isset($team_items_content)){
$team_items_content = 'excerpt';
}
if(!isset($team_items_excerpt_count)){
$team_items_excerpt_count = 30;
}
if(!isset($team_items_excerpt_text)){
$team_items_excerpt_text = 'Read More';
}
if ( get_query_var('paged') ) {
$paged = get_query_var('paged');
} elseif ( get_query_var('page') ) {
$paged = get_query_var('page');
} else {
$paged = 1;
}