• Resolved qualitymove13

    (@qualitymove13)


    I have tried a few options via search but none seem to work. Is there anyway to delete the bold title on the page since the nav bar already highlights what page you are on? TIA

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    Go To Theme Folder and Find the banner-header.php file .

    Open and find the below line of code and Remove It
    <h2 class="about_head pull-left"><?php the_title(); ?><span><?php bloginfo('description');?></span></h2>
    Thanks

    Akhilesh

    Thread Starter qualitymove13

    (@qualitymove13)

    Thank you Akhilesh! How can I remove the date the page was created and the “comments off” from the page as well?

    Hi

    For this Open Your page.php file and Find the below lines of code

    `<div class=”blog_link”>
    <span><img alt=”webriti” src=”<?php echo $image_uri. ‘/blog_ic.png’ ?>”>  <?php the_time(‘M j,Y’);?></span>
    <a><img alt=”webriti” src=”<?php echo $image_uri. ‘/blog_ic2.png’?>”>  <b><?php comments_popup_link( __( ‘Leave a comment’, ‘busi_prof’ ) ); ?></b></a>
    </div> `

    And Remove it .

    Thanks

    Akhilesh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate Title’ is closed to new replies.