datafile

Code gọi menu wordpress

Jun 8th, 2014
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?php
  2. $a=$_SERVER['REQUEST_URI'];
  3. $b = preg_replace('/[^A-Z-a-z]/', '', $a);
  4. $c = trim(str_replace($search = array("page", "http://", ".", "-", "/", "html", "htm", "chn","[^A-Za-z]",) ,$replace = array('', '', '', '', '', '', '', '', '', '') ,( $b )));
  5. $d = 'anhminhanh'.$c.'';
  6. // echo $d;
  7. ?>
  8. <?php wp_nav_menu( array( 'theme_location' => $c)); ?>
  9. <!--- aathuat code gọi ra menu của từng loại sp--->
  10.  
  11. khác
  12. 'nav' => __( 'Main Navigation', 'yit' ),
  13. 'welcome-menu' => __( 'Welcome Menu', 'yit' ),
  14. 'furnitures' => __( 'Menu', 'amahome' ),
  15. 'shop' => __( 'Shop Menu', 'amahome' ),
Advertisement
Add Comment
Please, Sign In to add comment