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.
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:
http://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”.
Here’s page.php:
http://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.
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!!