• Resolved bangert2011

    (@bangert2011)


    Hi, I’m looking at deleting the home link/button from my menu but I’m not sure where to look to delete it. I want it remove globally, so it’s gone from every page.

    Website is https://www.carping4heroes.co.uk, new site, so in it’s infancy. The theme being used is Mystique.

    Failing that, on the home page, how would I remove the bar that says
    5 MONTHS AGO by admin in Uncategorized.

    Thanks in advance for any help received.

Viewing 6 replies - 1 through 6 (of 6 total)
  • To remove the menu, go to Appearance > Menus on the admin page and see if you can remove the menu.

    To remove the breadcrumb, first check if you have a theme option to remove it on the admin page. If not, please paste the code from header.php (using pastebin.com) and will see what we can do.

    Thread Starter bangert2011

    (@bangert2011)

    OK thanks., scrap the removing the home button, that’s not an issue now.

    All I want now is to remove the unsightly breadcrumb on the home page, it doesn’t appear anywhere else. (if that’s what it’s called), here’s the pastebin code:

    https://pastebin.com/UUtw2sZD

    Cheers

    If it’s only appearing on the homepage,
    you will have to remove it from home page file.

    Can you paste the code from the home page php file?
    It could be page.php or custom template file.

    To let you know, you need to remove the div box with class “post-std”.

    Thread Starter bangert2011

    (@bangert2011)

    Here’s page.php:

    https://pastebin.com/aHi8AqkU

    Not sure where or what custom template file is.

    You’ve lost me with this:

    To let you know, you need to remove the div box with class “post-std”.

    Open teaser.php and remove <div class=”post-std clear-block”> area (from line 18 to 38).

    Please let me know if it works.

    Thread Starter bangert2011

    (@bangert2011)

    Cheers guys, managed to get rid of it.

    Open teaser.php and remove <div class=”post-std clear-block”> area (from line 18 to 38).

    It was in teaser.php, but not quite what you said, but it was enough for me to be able to hunt down the part I needed to delete. it was on line 42, <?php post_class(‘clear-block’); ?>. Many thanks for the help. I’m sure I’ll be back for more soon!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Home Link from menu’ is closed to new replies.