', " >
>
ID, 'seo_title' , true);
$pagedescription = get_post_meta($post->ID, 'seo_description' , true);
$keywords = get_post_meta($post->ID, 'seo_keywords' , true); ?>
get($ec_themeslug.'_home_title') != '' AND is_front_page()) { ?>
'/> get($ec_themeslug.'_home_description') != '' AND is_front_page()) { ?>
' /> get($ec_themeslug.'_home_keywords') != '' AND is_front_page()) { ?>
' /> ";
}
if ($pagedescription != '' AND !is_front_page()) {
echo "";
}
if ($keywords != '' AND !is_front_page()) {
echo "";
}
}
/**
* Establishes the theme title tags.
*
* @since 1.0
*/
function response_title_tag() {
echo '';
wp_title( ' - ' );
echo '';
}
/**
* Sets the header link rel attributes
*
* @since 1.0
*/
function response_link_rel() {
global $ec_themeslug, $options; //Call global variables
$favicon = $options->get($ec_themeslug.'_favicon'); //Calls the favicon URL from the theme options
?>
get($ec_themeslug.'_favicon_toggle') == true ): ?>
get($ec_themeslug.'_apple_touch_toggle') == true && is_array( $options->get($ec_themeslug.'_apple_touch') ) ): ?>
get($ec_themeslug.'_apple_touch'); ?>
get($ec_themeslug.'_logo'); //Calls the logo URL from the theme options
if( $url = $options->get($ec_themeslug.'_logo_url_toggle' ) == 1 )
{
$url = $options->get($ec_themeslug.'_logo_url') != '' ? $options->get($ec_themeslug.'_logo_url') : get_home_url();
}
else {
$url = get_home_url();
}
if ($options->get($ec_themeslug.'_custom_logo') == '1' && $logo['url'] != '') { ?>
'
%3$s
',
'fallback_cb' => $ec_themename.'_menu_fallback',
'theme_location' => 'header-menu' // Setting up the location for the main-menu, Main Navigation.
)
);
?>