Code snippet appears in place of pixopoint WP plugin menu

Forums Forums Menus Code snippet appears in place of pixopoint WP plugin menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1011
    lukeah
    Member

    Im trying to incorporate your WP plugin menu into my website http://www.plocaclimbing.com/ 

    I have inserted:

    <&;t;?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}; ?> 

    into my header.php file but the menu doesnt appear, only the code snippet.  Please help!

    #6972

    If you have used the exact piece of code then it won’t work because it is incorrect. It needs to look like this:
    [code:9evo27dj]<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}; ?>[/code:9evo27dj]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.