• Resolved stevecoom

    (@stevecoom)


    One of the menu items is a PAGE, when the item is selected the resulting page is missing HTML tags shows the full page, the first few lines are

    p id="breadcrumbs">You are here: <a rel="nofollow" href="https://blog.stocksigns.co.uk">Stocksigns Home</a> ? <strong>Safety Signs and Custom Made Signs Information</strong></p>/**
     * The template for displaying all pages.
     *
     * This is the template that displays all pages by default.
     * Please note that this is the WordPress construct of pages
     * and that other 'pages' on your WordPress site will use a
     * different template.
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0

    The site is stocksigns blog and the menu item is “hidden” as the last item – shown as a “full stop” . <—- full stop to hide it from general view. This link has worked in the past, i don’t know when it stopped working however.

Viewing 2 replies - 1 through 2 (of 2 total)
  • check page.php of your theme, and make sure that there is no code before

    <?php
    /**
     * The template for displaying all pages.

    Thread Starter stevecoom

    (@stevecoom)

    Nice work – that fixed the problem , I had

    <?php if ( function_exists('yoast_breadcrumb') ) {
    
    	yoast_breadcrumb('<p id="breadcrumbs">','</p>');
    
    } ?>

    in the file (i assumed from the breadcrumb addin i have)

    Thanks – i spent over a day looking for an answer … i should have posted here first …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BODY and HEAD tags missing from page’ is closed to new replies.