Unable to edit Navigation bar

The first step is to make the “Shopping Nav” Active. It’s currently set to “display:none” in the css, probably because the menu isn’t active. Once you change display:none on that menu, then you can start positioning it to be split from the other menu at the top of the screen. This is what needs to … Read more

Why is Posts page selected when showing single Custom Post Type?

Might be worth looking at the Codex for registering a post type, the rewrite rule should help: http://codex.wordpress.org/Function_Reference/register_post_type rewrite (boolean or array) (optional) Rewrite permalinks with this format. False to prevent rewrite. Default: true and use post type as slug $args array ‘slug’ – prepend posts with this slug – defaults to post type’s name … Read more

determine if specific page is in list?

If you just need to remove, or ignore, it from $pages, use the exclude argument instead; $pages = wp_list_pages( array( ‘exclude’ => get_option( ‘page_on_front’ ), ‘child_of’ => $parent, ‘parent’ => $parent, ‘sort_column’ => ‘post_title’, ‘title_li’ => ”, ‘hierarchical’ => ‘0’ ) ); I’ve used wp_list_pages as I assume this is the function you’ve intended to … Read more

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