WordPress', 'realistic' ) ) ); define( 'REALISTIC_AUTHOR', wp_kses_post( __( 'Designed by Themient', 'realistic' ) ) ); // Archives define( 'REALISTIC_ARCHIVES_META', 1 ); define( 'REALISTIC_EXCERPT_LENGTH', 30 ); // Articles define( 'REALISTIC_BREADCRUMBS', 1 ); define( 'REALISTIC_POST_META', 1 ); define( 'REALISTIC_POST_RELATED', 1 ); define( 'REALISTIC_POST_RELATED_NUMBER', 4 ); define( 'REALISTIC_POST_RELATED_QUERY', 'tags' ); define( 'REALISTIC_NEXT_PREV', 1 ); define( 'REALISTIC_AUTHOR_BOX', 1 ); // Design define( 'REALISTIC_DISPLAY', 'default' ); define( 'REALISTIC_SIDEBAR_LAYOUT', 'right_sidebar' ); define( 'REALISTIC_COLOR_SCHEME', 'indigo-pink' ); define( 'REALISTIC_BG_SETTINGS', 'none' ); define( 'REALISTIC_BG_PATTERN', '' ); define( 'REALISTIC_BG_COLOR', '#f7f7f7' ); define( 'REALISTIC_BG_REPEAT', 'no-repeat' ); define( 'REALISTIC_BG_SIZE', 'cover' ); define( 'REALISTIC_BG_ATTACHMENT', 'scroll' ); define( 'REALISTIC_BG_POSITION', 'center center' ); if ( !function_exists( 'realistic_social_profiles_array' ) ) { function realistic_social_profiles_array() { $services = array( 'facebook' => array( 'label' => esc_html__( 'Facebook', 'realistic' ), 'pattern' => '
  • ', ), 'twitter' => array( 'label' => esc_html__( 'Twitter', 'realistic' ), 'pattern' => '
  • ', ), 'google_plus' => array( 'label' => esc_html__( 'Google+', 'realistic' ), 'pattern' => '
  • ', ), 'youtube' => array( 'label' => esc_html__( 'YouTube', 'realistic' ), 'pattern' => '
  • ', ), 'pinterest' => array( 'label' => esc_html__( 'Pinterest', 'realistic' ), 'pattern' => '
  • ', ), 'linkedin' => array( 'label' => esc_html__( 'LinkedIn', 'realistic' ), 'pattern' => '
  • ', ), 'rss' => array( 'label' => esc_html__( 'RSS', 'realistic' ), 'pattern' => '
  • ', ), 'email' => array( 'label' => esc_html__( 'Email', 'realistic' ), 'pattern' => '
  • ', ), 'stumbleupon' => array( 'label' => esc_html__( 'StumbleUpon', 'realistic' ), 'pattern' => '
  • ', ), 'reddit' => array( 'label' => esc_html__( 'Reddit', 'realistic' ), 'pattern' => '
  • ', ), 'instagram' => array( 'label' => esc_html__( 'Instagram', 'realistic' ), 'pattern' => '
  • ', ), 'soundcloud' => array( 'label' => esc_html__( 'Soundcloud', 'realistic' ), 'pattern' => '
  • ', ), 'github' => array( 'label' => esc_html__( 'GitHub', 'realistic' ), 'pattern' => '
  • ', ), 'skype' => array( 'label' => esc_html__( 'Skype', 'realistic' ), 'pattern' => '
  • ', ), 'amazon' => array( 'label' => esc_html__( 'Amazon', 'realistic' ), 'pattern' => '
  • ', ), 'vimeo' => array( 'label' => esc_html__( 'Vimeo', 'realistic' ), 'pattern' => '
  • ', ), 'behance' => array( 'label' => esc_html__( 'Behance', 'realistic' ), 'pattern' => '
  • ', ), 'vk' => array( 'label' => esc_html__( 'Vk', 'realistic' ), 'pattern' => '
  • ', ), 'paypal' => array( 'label' => esc_html__( 'PayPal', 'realistic' ), 'pattern' => '
  • ', ), 'steam' => array( 'label' => esc_html__( 'Steam', 'realistic' ), 'pattern' => '
  • ', ), ); return apply_filters( 'realistic_social_profiles', $services ); } }