Multisite favicon.ico

I hope you are using different theme in each site Just add this code in your header.php file. <link rel=”shortcut icon” href=”https://wordpress.stackexchange.com/questions/25736/<?php bloginfo(“stylesheet_directory’); ?>/favicon.ico” /> Add your favicon in each theme. For favicon in admin area. Add the following function in your function.php file. function admin_favicon() { ?> <link rel=”shortcut icon” href=”https://wordpress.stackexchange.com/questions/25736/<?php bloginfo(“stylesheet_directory’); ?>/favicon.ico” /> … Read more

Compact pingback list with favicons

The first you do: separate regular comments and pingbacks. In your comments.php set the type parameter for both: <ol class=”commentlist”> <?php // show regular comments wp_list_comments( array ( ‘type’ => ‘comment’, ‘style’ => ‘ul’ ) ); ?></ol> <ol class=”pinglist”> <?php // show pingbacks and trackbacks, short: “pings” wp_list_comments( array ( ‘type’ => ‘pings’, ‘style’ => … Read more

Can’t delete unwanted favicon

The default favicon location on your server gives a 404: http://www.steve.doig.com.au/favicon.ico Your blogs homepage source-code related to linking to another location is: <link rel=”icon” type=”image/png” href=”http://www.steve.doig.com.au/wordpress/wp-content/themes/grid-focus-public-10/images/favicon.ico”> Note: The file suffix is .ico which normally stands for an Microsoft Icon file. But names are not interesting for that. The type=”image/png” is correct here, it’s a PNG … Read more

Where can I change favicon in my wordpress website?

Here are the instructions from the WordPress Codex: Go to your WordPress Administration Panel. Click on Appearance. Click on Theme Editor. Select the file called Header or header.php to edit the file. Search for the line of code that begins with <link rel=”shortcut icon” and ends with /favicon.ico” />. Overwrite it, if it exists, or … Read more

Plugin that inserts favicon next to links

(from the closing duplicate) I typed this plugin very quickly during posting this… It seems to work, see http://leau.co (where I quickly tested it) or http://edward.de.leau.net (where I have tested it against more links in the post content) e.g. see the bottom left sidebar or some posts with multiple links in it. Hmmm, I will … Read more

How do I set my Feedburner feed to use my favicon?

As @Rarst pointed out, there is no implementation of a favicon in the RSS spec (although there does seem to be one for Atom). Feedburner (and other readers) rely on the de-facto standard that the favicon exists at the website root; http://example.com/favicon.ico Some clients may also try .png or .gif, but your safest bet is … Read more

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