Wordpress pixopoint menu in header.php


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. normal menu in header.php
  2. <div id="menu"><ul><?php wp_list_pages('title_li=&depth=1'); ?></ul></div>
  3.  
  4. pixopoint menu in header.php
  5. <div id="menu"><?php if (function_exists('pixopoint_menu')) {pixopoint_menu();}; ?></div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.