How to Enable Superfish Script in Genesis Theme?

Do you want to Enable Superfish Script in Genesis? In this tutorial, you’ll learn how to Enable Superfish Script in Genesis. Genesis is by far the most popular WordPress theme framework and is used by many popular bloggers. The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you’re a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go. In Genesis powered websites you’ve to modify the child theme which is running on.

These code snippets will help you to Enable Superfish Script with the Genesis Framework.

Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.

Enable Superfish Script in Genesis


Below is the code to Enable Superfish Script on your site:

//* Do NOT include the opening php tag
//* Enable the superfish script
add_filter( 'genesis_superfish_enabled', '__return_true' );

Final Words

I strongly recommended to take backup core files before customizing any Genesis Child Theme. Hope the above Genesis Tutorial was helpful and valued for you. Please don’t forget to share this with social friends and write a comment below if you need any assistance in customizing the look of your WordPress websites.