• Resolved tahmidul

    (@tahmidul)


    How can remove title & current location from a page ???

    example:
    Title: Contact
    Current Location: Home / Contact

    It’s really annoying for Custom Home page !!!
    Please, help me out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • weblizar_support

    (@weblizar_support)

    Hi,

    Create a “Child-Theme” first.

    After creating a “Child-Theme” copy the “page.php” file from your core theme

    directory and paste into your “Child-Theme” directory.

    Now find the given below line of code snippet.

    get_template_part(‘weblizar’,’breadcrumbs’); ?>

    and comment it.

    now save the changes.

    Thanks

    Thread Starter tahmidul

    (@tahmidul)

    oopss,,, didn’t work for me ! ??

    will you plz describe the full procedure ???

    my site: Tahmid Photography.Com

    weblizar_support

    (@weblizar_support)

    Hi,

    Create a “weblizar-breadcrumbs.php” file into your

    “Child-Theme” directory and paste the given below line of

    code.

    The code is here:

    <div class="page_title2">
    	<div class="container">
    		<div class="two_third">
    			<div class="title"><h1><?php //the_title(); ?></h1></div>
    			<?php //weblizar_breadcrumbs(); ?>
    		</div>
    	</div>
    </div><!-- end page title -->
    <div class="clearfix"></div>

    Now save the changes.

    Thanks.

    Thread Starter tahmidul

    (@tahmidul)

    thanks ! It works !!! ?? ??

    weblizar

    (@weblizar)

    Most Welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove Title & Location from a page’ is closed to new replies.