• Resolved [email protected]

    (@aikiart7gmailcom)


    Good afternoon all,

    I’m helping out a friend with his wordpress blog. He’s done something to his contact page and I’m trying to figure out where to look to correct the issue.

    This is the page: http://tunstullstudio.com/contact
    Notice to the right this text displays.
    wp_nav_menu( array( ‘theme_location’ => ‘extra-menu’, ‘container_class’ => ‘my_extra_menu_class’ ) );

    When I look at the source code for this page, the code comes after </body></html> at the bottom of the page.

    Does anyone have any suggestions what might generate this code, it’s acting as though a tag isn’t closed.

    Thanks,
    Art

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, it’s obviously wp nav menu plugin doing something wrong. It doesn’t look like it’s valid PHP, I don’t think it’s enclosed in the proper PHP tags.

    Check around the wp nav menu plugin options, and see if you can find anything that might generate this code. (I’m unfamiliar with the plugin)

    Thread Starter [email protected]

    (@aikiart7gmailcom)

    Thanks Josh,

    That was helpful, I found the php tag in the page.php in the template and closed it and now it’s displaying as it should.

    Thanks again.

    Art

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Contact Page’ is closed to new replies.