Custom Posts not showing Admin Bar
-
Loving the new features of 3.3 beta especially the drag and drop uploader.
On the admin bar (when you are viewing the site) from the dropdown to the quick links of dashboard (from li.wp-admin-bar-site-name) the custom posts are not displaying.
Also it looks like that something is overwriting the function for custom the logo on login, double logo on login when using this in function
add_action( 'login_head', 'my_custom_login_style', 99 ); function my_custom_login_style() { print '<link rel="stylesheet" type="text/css" href="'; print get_stylesheet_directory_uri(); print '/login.css" media="screen" />' . "\n"; }
Logo image is now on the “h1 a” rather than the “h1”
Finally still not able to rearrange menus while using an ipad, not able to drag and drop menu items
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Custom Posts not showing Admin Bar’ is closed to new replies.