Commit aa51de8f by Arun Raj

Image as Page title in hamsadwani

parent 9a5ae4fe
......@@ -22,7 +22,15 @@ if (empty($page_title_align)){
ob_start();
if ( $titles['title'] )
{
printf( '<h1 class="page-title">%s</h1>', esc_attr($titles['title']) );
if($post->ID == 3125)
{
printf('<img src="http://sevasram.org/wp-content/uploads/2020/02/hamsam-logo-768x242-1.png" style ="width:300px;">');
}
else
{
//printf( '<h1 class="page-title">%s</h1>', esc_attr($titles['title']) );
printf('<h1 class="page-title">%s</h1>', esc_attr($titles['title']));
}
}
$titles_html = ob_get_clean();
$ptitle_breadcrumb_on = landscop_get_opt( 'ptitle_breadcrumb_on', 'show' );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment