Kilho.net
IT Ramblings

WordPress Installation Complete

Installed WordPress and still analyzing … I still haven’t gotten used to it ㅠㅠ

I spent a lot of time just figuring out how to install the menu, so it was hugely delayed

  1. When a submenu item was a page (?), Navigate couldn’t display the focus properly.
    I made a temporary fix, and it works as expected. I should look into it some more.
    (File location: /themes/Polished/includes/scripts.php)
    [php]
    //var active_subpage = jQuery(‘ul.sf-menu ul li.current-cat, ul.sf-menu ul li.current_page_item’).parents(‘li.top-level’).prevAll().length;
    var active_subpage = jQuery(‘ul.sf-menu ul li.current-cat, ul.sf-menu ul li.current-menu-item’).parents(‘li.top-level’).prevAll().length;
    [/php]
  2. Installed plugins
    – Automatic Subdomains
    – jQuery Vertical Accordion Menu
    – root Cookie
    – Permalink Editor (installed, but currently inactive)

 

ใส่ความเห็น

อีเมลของคุณจะไม่แสดงให้คนอื่นเห็น ช่องข้อมูลจำเป็นถูกทำเครื่องหมาย *