Results 1 to 5 of 5
  1. #1

    Default kinsa wordpress developer dinhi


    kinsa mga wordpress developer dinhi unsa code for nav menu sa wordpress then pwede ba ni ma insert ang php procedural type nga code sa wordpress?

  2. #2
    mao ni?

    <?php wp_nav_menu( array('menu' => 'Project Nav' )); ?>

    source: Function Reference/wp nav menu « WordPress Codex

  3. #3
    Gi sulayan naman na nako brad pero dli lagi work out.im coding from scratch gud not ready made nga theme

  4. #4
    Kinsa mga gahi dinhi wordpress theming na maka tutor nako para ms fullfilled ni ako skills ani ug magento theming

  5. #5
    Quote Originally Posted by skeptic_rob View Post
    Kinsa mga gahi dinhi wordpress theming na maka tutor nako para ms fullfilled ni ako skills ani ug magento theming
    nkabuhat nko og daghang theme sa wordpress. nkabuhat na sd kog custom menu sa wordpress. pro mostly nga gamiton nko kay ang default menu which is kani nga code:

    header.php
    <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'twelve columns', 'walker' => new Walker_Page_Custom, 'container' => '', 'container_class' => '' ) ); ?>

    functions.php
    class Walker_Page_Custom extends Walker_Nav_menu{

    function start_lvl(&$output, $depth){
    $indent = str_repeat("\t", $depth);
    $output .= "\n$indent<div class=\"dropdown\"><ul>\n";
    }

    function end_lvl(&$output , $depth){
    $indent = str_repeat("\t", $depth);
    $output .= "$indent</ul></div>\n";
    }
    }

    ang gamit ani nga class is mo add ug support pra sa dropdown menu.

    dapat naa kay menu nga ge buhat sa wordpress sa Dashboard > Appearance > Menu and dapat imo e check ang checkbox nga Primary menu below pra ma set xa as your primary/main menu.

  6.    Advertisement

Similar Threads

 
  1. Kinsa Best Drummer dinhi sa Cebu?
    By lauren_love20 in forum Music & Radio
    Replies: 530
    Last Post: 02-24-2018, 01:10 AM
  2. Kinsa Ubuntu User dinhi?
    By lafter26 in forum Alternative Systems
    Replies: 213
    Last Post: 06-12-2009, 03:45 AM
  3. Unsay inyo experience sa mga realtor/developer dinhi sa Sugbo?
    By siga2dmax in forum General Discussions
    Replies: 1
    Last Post: 10-20-2008, 06:42 AM
  4. Kinsa Ubuntu User dinhi?
    By lafter26 in forum Software & Games (Old)
    Replies: 17
    Last Post: 08-02-2008, 12:26 AM
  5. kinsa cellphone technician dinhi sa istorya.net
    By j-tech31again in forum Gizmos & Gadgets (Old)
    Replies: 6
    Last Post: 10-16-2007, 10:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top