Viewing 1 replies (of 1 total)
  • If i remember correctly you need to remove <?php do_action(‘psp_head’); ?> and add you own header <?php get_header(‘header’); ?>

    Add the <?php get_header(‘header’); ?> before the bit:

    <!DOCTYPE html>
    <html <?php language_attributes( $doctype ); ?>>
    <head>

    So it looks like:

    <?php get_header(‘header’); ?>
    <!DOCTYPE html>
    <html <?php language_attributes( $doctype ); ?>>
    <head>
    (….rest of single.php……)

Viewing 1 replies (of 1 total)
  • The topic ‘Main Nav on single.php’ is closed to new replies.