<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Blog Header Title and Sub Title &#8211; Change &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 05:40:54 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-284109</guid>
					<title><![CDATA[Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-284109</link>
					<pubDate>Thu, 28 May 2015 07:31:20 +0000</pubDate>
					<dc:creator>Shaun N</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I noticed that I  am able to remove the Blog header section &#8220;Title and Subtitle&#8221; through the customizer, but I would like to be able to add styling/custom header to the blog index page via the visual composer. Basically just want consistency through the whole site, and currently the Blog page looks completely different to the rest of the headers on the other pages.</p>
<p>Pls see examples below: </p>
<p><a href="http://cinnabar.co.za/downloads/header-sample.png" rel="nofollow">http://cinnabar.co.za/downloads/header-sample.png</a> &#8211; The header I want to impiment (Done via Visual Composer)<br />
<a href="http://cinnabar.co.za/downloads/blog.png" rel="nofollow">http://cinnabar.co.za/downloads/blog.png</a> &#8211; Current blog header</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-284396</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-284396</link>
					<pubDate>Thu, 28 May 2015 12:51:12 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Shaun,</p>
<p>Can you provide us your site url.</p>
<p>These domains are quite different from your screenshots.</p>
<p><a href="http://www.bloy.co.za/" rel="nofollow">http://www.bloy.co.za/</a></p>
<blockquote class="wp-embedded-content" data-secret="IrUqzwgfFs"><p><a href="https://cinnabar.co.za/" rel="nofollow">Home</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Home&#8221; &#8212; Cinnabar" src="https://cinnabar.co.za/embed/#?secret=f3KUDK0AIT#?secret=IrUqzwgfFs" data-secret="IrUqzwgfFs" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-285709</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-285709</link>
					<pubDate>Fri, 29 May 2015 10:31:16 +0000</pubDate>
					<dc:creator>Shaun N</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, unfortunately the domain is on a test server and you would need to change your host file to view it:<br />
197.96.136.174 bloy.co.za</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-286336</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-286336</link>
					<pubDate>Sat, 30 May 2015 01:05:03 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>. Then on the child theme&#8217;s <strong>\framework\views\integrity</strong> directory create a file named <strong>_landmark-header.php</strong> and paste the code below:</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/INTEGRITY/_LANDMARK-HEADER.PHP
// -----------------------------------------------------------------------------
// Handles content output of large headers for key pages such as the blog or
// search results.
// =============================================================================

$disable_page_title = get_post_meta( get_the_ID(), &#039;_x_entry_disable_page_title&#039;, true );
$disable_filters    = get_post_meta( get_the_ID(), &#039;_x_portfolio_disable_filtering&#039;, true );

?&gt;

&lt;?php if ( is_home() &amp;&amp; x_get_option( &#039;x_integrity_blog_header_enable&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width custom-landmark-container&quot;&gt;
    &lt;div class=&quot;custom-landmark x-container max width&quot;&gt;Blog / News&lt;/div&gt;
    &lt;!-- &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_title&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_subtitle&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt; --&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_search() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Search Results&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll see everything we could locate for your search of &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&amp;ldquo;&#039;; the_search_query(); echo &#039;&amp;rdquo;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_category() || x_is_portfolio_category() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Category Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all posts that have been categorized as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_cat_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_product_category() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Category Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all items that have been categorized as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_cat_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_tag() || x_is_portfolio_tag() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Tag Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all posts that have been tagged as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_tag_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title; ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_product_tag() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Tag Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all items that have been tagged as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_tag_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title; ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_404() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Oops!&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;You blew up the Internet. &quot;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_year() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Post Archive by Year&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll find a list of all posts from &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&#039;; echo get_the_date( &#039;Y&#039; ); echo &#039;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_month() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Post Archive by Month&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll find a list of all posts from &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&#039;; echo get_the_date( &#039;F, Y&#039; ); echo &#039;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_day() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Post Archive by Day&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll find a list of all posts from &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&#039;; echo get_the_date( &#039;F j, Y&#039; ); echo &#039;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_portfolio() ) : ?&gt;
  &lt;?php if ( $disable_page_title != &#039;on&#039; || $disable_filters != &#039;on&#039; ) : ?&gt;

    &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
      &lt;?php if ( $disable_page_title != &#039;on&#039; ) : ?&gt;
        &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php the_title(); ?&gt;&lt;/span&gt;&lt;/h1&gt;
      &lt;?php endif; ?&gt;
      &lt;?php x_portfolio_filters(); ?&gt;
    &lt;/header&gt;

  &lt;?php endif; ?&gt;
&lt;?php elseif ( x_is_shop() &amp;&amp; x_get_option( &#039;x_integrity_shop_header_enable&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_shop_title&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_shop_subtitle&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_buddypress() ) : ?&gt;
  &lt;?php if ( x_buddypress_is_component_with_landmark_header() ) : ?&gt;

    &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
      &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_buddypress_get_the_title(); ?&gt;&lt;/span&gt;&lt;/h1&gt;
      &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_buddypress_get_the_subtitle(); ?&gt;&lt;/span&gt;&lt;/p&gt;
    &lt;/header&gt;

  &lt;?php endif; ?&gt;
&lt;?php endif; ?&gt;</code></pre>
<p>Then add this on your custom css in the customizer</p>
<pre><code>.x-container.max.custom-landmark-container {
  background-color: #005c81;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 30px;
  color: #ffffff;
  margin-top: 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-293012</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-293012</link>
					<pubDate>Fri, 05 Jun 2015 01:03:50 +0000</pubDate>
					<dc:creator>mode500</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have followed this and managed to get it to work, however I am still having problems getting the header to look exactly like the rest on my other pages.</p>
<p>Blog page : <a href="http://www.mode500.com/blogged" rel="nofollow">http://www.mode500.com/blogged</a></p>
<p>Other page header example : <a href="http://www.mode500.com/contact" rel="nofollow">http://www.mode500.com/contact</a></p>
<p>Thank you 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-293016</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-293016</link>
					<pubDate>Fri, 05 Jun 2015 01:06:34 +0000</pubDate>
					<dc:creator>mode500</dc:creator>

					<description>
						<![CDATA[
						<p>I am sorry I forgot to ask, how do I add a subtitle also?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-293759</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-293759</link>
					<pubDate>Fri, 05 Jun 2015 19:59:56 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>If you take a look at the code provided before, you can see we just commented out the title and subtitle, which effectively removes them from the front end.</p>
<pre><code>&lt;!-- &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_title&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_subtitle&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt; --&gt;</code></pre>
<p>You can get the subtitle back by removing the HTML comment tags, or moving them to just wrap the main headline.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-294384</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-294384</link>
					<pubDate>Sat, 06 Jun 2015 13:33:08 +0000</pubDate>
					<dc:creator>mode500</dc:creator>

					<description>
						<![CDATA[
						<p>Hmm I&#8217;m sorry but I am a little confused now, am I supposed to be replacing part of the code or all of it for what you have just provided?</p>
<p>What is the exact code that I need please for the blog header and subheader to remain visible but be consistent with the rest of my headings/subheadings on my site?</p>
<p>Thank you 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-294804</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-294804</link>
					<pubDate>Sun, 07 Jun 2015 06:55:18 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>HI there,</p>
<p>Please try this code :</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/INTEGRITY/_LANDMARK-HEADER.PHP
// -----------------------------------------------------------------------------
// Handles content output of large headers for key pages such as the blog or
// search results.
// =============================================================================

$disable_page_title = get_post_meta( get_the_ID(), &#039;_x_entry_disable_page_title&#039;, true );
$disable_filters    = get_post_meta( get_the_ID(), &#039;_x_portfolio_disable_filtering&#039;, true );

?&gt;

&lt;?php if ( is_home() &amp;&amp; x_get_option( &#039;x_integrity_blog_header_enable&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width custom-landmark-container&quot;&gt;
    &lt;div class=&quot;custom-landmark x-container max width&quot;&gt;Blog / News&lt;/div&gt;
    &lt;!-- &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_title&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_subtitle&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt; --&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_search() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Search Results&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll see everything we could locate for your search of &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&amp;ldquo;&#039;; the_search_query(); echo &#039;&amp;rdquo;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_category() || x_is_portfolio_category() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Category Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all posts that have been categorized as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_cat_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
     &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_blog_title&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt; &lt;?php echo x_get_option( &#039;x_integrity_blog_subtitle&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_product_category() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Category Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all items that have been categorized as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_cat_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_tag() || x_is_portfolio_tag() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Tag Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all posts that have been tagged as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_tag_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title; ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_product_tag() ) : ?&gt;

  &lt;?php

  $meta     = x_get_taxonomy_meta();
  $title    = ( $meta[&#039;archive-title&#039;]    != &#039;&#039; ) ? $meta[&#039;archive-title&#039;]    : __( &#039;Tag Archive&#039;, &#039;__x__&#039; );
  $subtitle = ( $meta[&#039;archive-subtitle&#039;] != &#039;&#039; ) ? $meta[&#039;archive-subtitle&#039;] : __( &quot;Below you&#039;ll find a list of all items that have been tagged as &quot;, &#039;__x__&#039; ) . &#039;&lt;strong&gt;&amp;ldquo;&#039; . single_tag_title( &#039;&#039;, false ) . &#039;&amp;rdquo;&lt;/strong&gt;&#039;;

  ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo $title; ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo $subtitle; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_404() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Oops!&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;You blew up the Internet. &quot;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_year() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Post Archive by Year&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll find a list of all posts from &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&#039;; echo get_the_date( &#039;Y&#039; ); echo &#039;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_month() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Post Archive by Month&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll find a list of all posts from &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&#039;; echo get_the_date( &#039;F, Y&#039; ); echo &#039;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( is_day() ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php _e( &#039;Post Archive by Day&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php _e( &quot;Below you&#039;ll find a list of all posts from &quot;, &#039;__x__&#039; ); echo &#039;&lt;strong&gt;&#039;; echo get_the_date( &#039;F j, Y&#039; ); echo &#039;&lt;/strong&gt;&#039;; ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_portfolio() ) : ?&gt;
  &lt;?php if ( $disable_page_title != &#039;on&#039; || $disable_filters != &#039;on&#039; ) : ?&gt;

    &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
      &lt;?php if ( $disable_page_title != &#039;on&#039; ) : ?&gt;
        &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php the_title(); ?&gt;&lt;/span&gt;&lt;/h1&gt;
      &lt;?php endif; ?&gt;
      &lt;?php x_portfolio_filters(); ?&gt;
    &lt;/header&gt;

  &lt;?php endif; ?&gt;
&lt;?php elseif ( x_is_shop() &amp;&amp; x_get_option( &#039;x_integrity_shop_header_enable&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;

  &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
    &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_shop_title&#039; ); ?&gt;&lt;/span&gt;&lt;/h1&gt;
    &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_get_option( &#039;x_integrity_shop_subtitle&#039; ); ?&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/header&gt;

&lt;?php elseif ( x_is_buddypress() ) : ?&gt;
  &lt;?php if ( x_buddypress_is_component_with_landmark_header() ) : ?&gt;

    &lt;header class=&quot;x-header-landmark x-container max width&quot;&gt;
      &lt;h1 class=&quot;h-landmark&quot;&gt;&lt;span&gt;&lt;?php echo x_buddypress_get_the_title(); ?&gt;&lt;/span&gt;&lt;/h1&gt;
      &lt;p class=&quot;p-landmark-sub&quot;&gt;&lt;span&gt;&lt;?php echo x_buddypress_get_the_subtitle(); ?&gt;&lt;/span&gt;&lt;/p&gt;
    &lt;/header&gt;

  &lt;?php endif; ?&gt;
&lt;?php endif; ?&gt;</code></pre>
<p>Hope it  helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-295229</guid>
					<title><![CDATA[Reply To: Blog Header Title and Sub Title &#8211; Change]]></title>
					<link>https://theme.co/archive/forums/topic/blog-header-title-and-sub-title-change/#post-295229</link>
					<pubDate>Sun, 07 Jun 2015 22:23:00 +0000</pubDate>
					<dc:creator>mode500</dc:creator>

					<description>
						<![CDATA[
						<p>Okay thanks I have tried that but it doesn&#8217;t appear to of changed anything (?)</p>
<p>The font and weight are still wrong, plus I still do not have a sub header, do I need to change the CSS x-container code also?</p>
<p>Here is what I have :</p>
<p>.x-container.max.custom-landmark-container {<br />
	padding-top: 25px;<br />
	padding-bottom: 25px;<br />
	font-size: 35px;<br />
	color: #e5e5e5;<br />
	margin-top: 0;<br />
	width: 100%;<br />
	max-width: 100%;<br />
}</p>
<p>Thanks again 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

