• Home
  • Gallery
  • Sites
  • Music
Burakoff.com FAQs
  • Home
  • Gallery
  • Sites
  • Music

Articles Tagged: Logo

Remove WordPress Logo

WordPress 3.1 adds an admin bar, which includes a handful of links and the WordPress logo. If you are going to handout websites to a client and you want it to be brandless, here is the function to remove that WordPress logo. function annointed_admin_bar_remove() { global $wp_admin_bar; /* Remove their stuff */ $wp_admin_bar->remove_menu(‘wp-logo’); } add_action(‘wp_before_admin_bar_render’, […]

Read More →

Replace WP Admin Logo

function new_admin_logo() { echo ‘<style type=”text/css”>#header-logo { background-image: url(‘.get_bloginfo(‘template_directory’).’/images/admin_logo.png) !important; }</style>’; } add_action(‘admin_head’, ‘new_admin_logo’);

Read More →

Annual

2025, 2023, 2022, 2021, 2019, 2016, 2015

Latest Articles

  • console.time() and console.timeEnd()
  • Quick Positioning with inset in CSS
  • Hiding DOM Elements with Ease
  • Checking Network Speed

Topics

  • Home
  • Gallery
  • Sites
  • Music
© Copyright 2021-2025, stephenburakoff.com