Bellow, you will find the header code to edit for me.
Here is what I want:
Replace “1260 6th Avenue New York, United States of America 10020″ by the actual address of the event.
Replace “Event Categories: Arts/Theater, Broadway, Comedy, Dance, Techno and Electronic, and Music” by the actual category and subcategory of the event.
You will be welcome with any better suggestion except SEO plugin, I don’t like them.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head profile=”http://gmpg.org/xfn/11″>
<?php
/*$category = get_the_category();
$parent = get_cat_name($category[0]->category_parent);
if (!empty($parent)) {
$p_cat_name = $parent. ” | ” ;
}*/
?>
<title>
<?php echo $p_cat_name; ?>
<?php if($_REQUEST['ptype']==’post_listing’){ echo HEADER_ADD_PLACE_SEO;?> | <?php bloginfo(‘name’); }else?>
<?php if($_REQUEST['ptype']==’post_event’){ echo HEADER_ADD_EVENT_SEO;?> | <?php bloginfo(‘name’); }else?>
<?php if($_REQUEST['ptype']==’preview’){ echo HEADER_ADD_PREVIEW_SEO;?> | <?php bloginfo(‘name’); }else?>
<?php if($_REQUEST['ptype'] == ‘register’ || $_REQUEST['ptype'] == ‘login’){ echo HEADER_LOGIN_REGISTRATION_SEO;?> | <?php bloginfo(‘name’); }else?>
<?php if($_GET['ptype'] == ‘return’ || $_GET['ptype'] == ‘payment_success’){ echo HEADER_SUCCESS_PAGE_SEO;?>|<?php bloginfo(‘name’); }else?>
<?php if ( is_home() ) { ?><?php bloginfo(‘description’); ?> | <?php bloginfo(‘name’); ?><?php } ?>
<?php if ( is_search() ) { ?>Search Results | <?php bloginfo(‘name’); ?><?php } ?>
<?php if ( is_author() ) { ?>Author Archives | <?php bloginfo(‘name’); ?><?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <?php bloginfo(‘name’);?><?php } ?>
<?php if ( is_page() ) { ?><?php wp_title(”); ?> | <?php bloginfo(‘name’);?><?php } ?>
<?php if ( is_archive() ) { ?>
<?php
if(is_category())
{
single_cat_title();
}else
{
global $wp_query, $post;
$current_term = $wp_query->get_queried_object();
echo $current_term->name;
}
?>
|<?php bloginfo(‘name’); ?><?php } ?>
<?php if ( is_month() ) { ?><?php the_time(‘F’); ?>|<?php bloginfo(‘name’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><?php //single_tag_title(“”, true);
} } ?>
1260 6th Avenue New York, United States of America 10020
</title>
<meta name=”DESCRIPTION” content=”<?php echo $p_cat_name; ?><?php wp_title(”); ?>
| 1260 6th Avenue New York, United States of America 10020 | Event Categories: Arts/Theater, Broadway, Comedy, Dance, Techno and Electronic, and Music”
/>
<meta name=”KEYWORDS” content=”<?php echo $p_cat_name; ?><?php wp_title(”); ?>
1260 6th Avenue New York, United States of America 10020, + event tags, Broadway, Comedy, Dance, Techno and Electronic, and Music”
/>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<?php if (is_home()) { ?>
<?php if ( get_option(‘ptthemes_meta_description’) <> “” ) { ?>
<meta name=”description” content=”<?php echo stripslashes(get_option(‘ptthemes_meta_description’)); ?>” />
<?php } ?>
<?php if ( get_option(‘ptthemes_meta_keywords’) <> “” ) { ?>
<meta name=”keywords” content=”<?php echo stripslashes(get_option(‘ptthemes_meta_keywords’)); ?>” />
<?php } ?>
<?php if ( get_option(‘ptthemes_meta_author’) <> “” ) { ?>
<meta name=”author” content=”<?php echo stripslashes(get_option(‘ptthemes_meta_author’)); ?>” />
<?php } ?>
<?php } ?>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />
<?php if ( get_option(‘ptthemes_favicon’) <> “” ) { ?>
<link rel=”shortcut icon” type=”image/png” href=”<?php echo get_option(‘ptthemes_favicon’); ?>” />
<?php } ?>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php if ( get_option(‘ptthemes_feedburner_url’) <> “” ) { echo get_option(‘ptthemes_feedburner_url’); } else { echo get_bloginfo_rss(‘rss2_url’); } ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php if ( get_option(‘ptthemes_scripts_header’) <> “” ) { echo stripslashes(get_option(‘ptthemes_scripts_header’)); } ?>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/library/css/print.css” media=”print” />
<link href=”<?php echo bloginfo(‘template_url’); ?>/library/js/swfupload/default.css” rel=”stylesheet” type=”text/css” />
<link href=”<?php bloginfo(‘template_directory’); ?>/library/css/slimbox.css” rel=”stylesheet” type=”text/css” />
<script src=”<?php bloginfo(‘template_directory’); ?>/library/js/jquery-1.3.2.min.js” type=”text/javascript”></script>
<script src=”<?php bloginfo(‘template_directory’); ?>/library/js/jquery.nivo.slider.pack.js” type=”text/javascript”></script>
<link href=”<?php bloginfo(‘template_directory’); ?>/library/css/dhtmlgoodies_calendar.css” rel=”stylesheet” type=”text/css” />
<?php if(is_single()){ ?>
<!–Add fancybox for single post video–>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/fancybox/jquery.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/fancybox/jquery.mousewheel-3.0.4.pack.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/fancybox/jquery.fancybox-1.3.4.pack.js”></script>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/fancybox/jquery.fancybox-1.3.4.css” media=”screen” />
<script type=”text/javascript”>
var J = jQuery.noConflict();
J(document).ready(function() {
J(“.various3″).fancybox({
‘width’ : ’75%’,
‘height’ : ’75%’,
‘autoScale’ : false,
‘transitionIn’ : ‘none’,
‘transitionOut’ : ‘none’,
‘type’ : ‘iframe’
});
});
</script>
<!–Add fancybox for single post video–>
<?php } ?>
<?php
if ( is_singular()