.php. E.g. post-header-book.php. If you want a different structure for posts / pages, you could use post-header-post.php and/or * post-header-page.php. * * @since 3.8.3 * @package Suffusion * @subpackage Custom */ global $post, $suf_page_show_comment, $suf_page_show_posted_by, $suf_page_meta_position, $suf_byline_before_permalink, $suf_byline_after_permalink, $suf_byline_before_category, $suf_byline_after_category, $suf_byline_before_tag, $suf_byline_after_tag, $suf_byline_before_edit, $suf_byline_after_edit; $format = suffusion_get_post_format(); if ($format == 'standard') { $format = ''; } else { $format = $format . '_'; } $meta_position = 'suf_post_' . $format . 'meta_position'; $show_cats = 'suf_post_' . $format . 'show_cats'; $show_posted_by = 'suf_post_' . $format . 'show_posted_by'; $show_tags = 'suf_post_' . $format . 'show_tags'; $show_comment = 'suf_post_' . $format . 'show_comment'; $show_perm = 'suf_post_' . $format . 'show_perm'; $with_title_show_perm = 'suf_post_' . $format . 'with_title_show_perm'; global $$meta_position, $$show_cats, $$show_posted_by, $$show_tags, $$show_comment, $$show_perm, $$with_title_show_perm; $post_meta_position = $$meta_position; $post_show_cats = $$show_cats; $post_show_posted_by = $$show_posted_by; $post_show_tags = $$show_tags; $post_show_comment = $$show_comment; $post_show_perm = $$show_perm; $post_with_title_show_perm = $$with_title_show_perm; if (is_singular()) { $header_tag = "h1"; } else { $header_tag = "h2"; } if ($post->post_type == 'post') { ?>
< class="posttitle">>
 ".$prepend.suffusion_get_post_title_and_link($permalink_text).$append."\n"; } if (($post_show_posted_by == 'show-tleft' || $post_show_posted_by == 'show-tright') && $post_meta_position == 'corners') { suffusion_print_author_byline(); } if ($post_show_cats == 'show' || $post_show_cats == 'show-tright') { $prepend = apply_filters('suffusion_before_byline_html', do_shortcode($suf_byline_before_category), 'category'); $append = apply_filters('suffusion_after_byline_html', do_shortcode($suf_byline_after_category), 'category'); ?>   -1) { $mime = substr($mime, 0, strpos($mime, '/')); } $comments_disabled_var = "suf_{$mime}_comments"; global $$comments_disabled_var; if (isset($$comments_disabled_var)) { $comments_disabled = $$comments_disabled_var; } else { $comments_disabled = false; } } else { $comments_disabled = false; } if ('open' == $post->comment_status && ($post_show_comment == 'show' || $post_show_comment == 'show-tleft') && !$comments_disabled) { ?>       0) { ?>  
post_type) { ?>
< class="posttitle">>
ID, 'suf_hide_page_title', true); if (!$hide_title) { ?>
< class="posttitle">>
post_type == 'page' && $suf_page_meta_position == 'corners') { ?>
-1) { $mime = substr($mime, 0, strpos($mime, '/')); } $comments_disabled_var = "suf_{$mime}_comments"; global $$comments_disabled_var; if (isset($$comments_disabled_var)) { $comments_disabled = $$comments_disabled_var; } else { $comments_disabled = false; } } else { $comments_disabled = false; } if ('open' == $post->comment_status && ($suf_page_show_comment == 'show' || $suf_page_show_comment == 'show-tleft') && !$comments_disabled) { ?>