• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

stupha

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • March 25, 2014 at 5:05 am in reply to: Retina and Various Sized Favicons for Apple Products #96538
    stupha
    Member

    Here's a good resource covering the different types of markup for different devices and icon sizes:
    http://iconhandbook.co.uk/reference/examples/favicons/

    To add them to your child theme, you could use something like this:

    
    remove_action( 'wp_head', 'genesis_load_favicon' );
    add_action( 'wp_head', 'my_custom_favicons' );
    function my_custom_favicons() 
    {
    	echo '<link rel="icon" type="images/png" href="'.get_stylesheet_directory_uri().'/images/favicon-16.png" sizes="16x16">';
    	echo '<link rel="icon" type="images/png" href="'.get_stylesheet_directory_uri().'/images/favicon-128.png" sizes="128x128">';
    }
    

    This removes the genesis default favicon URL function and replaces it with your own. Just add however many extra favicon tags you need in that function.

  • Author
    Posts
Viewing 1 post (of 1 total)

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble