Displaying Subpages while on Parent page?

This is pretty easy, as WordPress sets css classes for the parent pages. Default we hide all sublists (ul) from the menu with .menu ul { display: none; } Then when the parent page is selected we use the css classes that are set by WordPress to show the sublists again. .menu .current_page_ancestor, .menu .current_page_parent … Read more

Checkboxes in the category list?

You can do this with the Taxonomy Drill-Down plugin. Depending on your configuration, it might be better to create multiple taxonomies: one for brands, one for features, … Drill-down navigation widgets http://s.wordpress.org/extend/plugins/query-multiple-taxonomies/screenshot-1.png?r=389850

wordpress wp_list_pages help

The wp_list_pages() function uses get_pages(), which accepts a post_type argument-array key, so you can use that same argument array key in `wp_list_pages(): <?php wp_list_pages( array( ‘post_type’ => ‘casestudy’ ) ); ?> Unfortunately, it looks like the post_type value must be a string, rather than an array (that is, if I’m reading the source correctly); which … Read more

Inserting specific images inside navigation menu

This can be done easily with CSS. I would use the default wp_nav_menu() function to do the heavy lifting for you and build your menus under Appearance->Menus. If you click on screen options there is a checkbox under advanced menu properties called CSS Classes. Check that box. When you add a new menu item, you … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)