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.
Thanks for this. I noticed in the old version they had the page title as a widget. Any way to reinstate this in the Pro version??
How does the old version look like? Where do you want to add the widget area?
It’s OK I found your post on how to replace the tagline with a widget and all is good!
When I change to a static page/front page in the Eleven40 theme, this does not work. What do I change the code to in this instance to make it work? thanks!
Try changing the PHP code to:
http://pastebin.com/raw.php?i=jaYzct9c
that worked perfectly, thank you!
This works well, except for on one of my test sites it now appears twice. Maybe I did something wrong? It can be found here.
I figured it out. I replaced ALL of the coding for the site description with your coding. When the coding “remove action..” was deleted, the site description appeared twice. Oops!
Hi, how can I completely remove the tagline from all over in eleven40 pro? Thank you.
Just comment out the following in functions.php:
add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_seo_site_description’ );
Hi,
Thanks for all the tips…
I have been wanting to remove the description from all pages and this worked like a charm.
How do I remove the site tagline on the home page only, but keep it on all the other pages?
Thanks.