About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Hi, thanks for your tip, i’m trying to use dash icons in my blog, i’m using the same theme of you, i would like to show images with the social buttons like that you have under your image on top of page.
Thanks 🙂
Thanks for the awesome tip.
This code works great on my site. Thank you for sharing this snippet.
Hey Katakam, you are really a coder as you are very skilled in code snipets.
Please I am looking for a way to disable the site description that appears right below site header and navigations before the post titles on eleven40 pro.
I found this codes in the theme function but when I remove it, the spot just get darkened and not completely removed… please help on how I can achieve this.
//* Reposition the site description
remove_action( ‘genesis_site_description’, ‘genesis_seo_site_description’ );
add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_seo_site_description’ );
I’m a complete wordpress noob, what file do I have to add this code to?