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 a lot. I follow your instructions an it works perfectly:
http://www.hair-transplant-turkey.net/hair-transplant
Thanks
Mathias
Thanks for this great tutorial, Sridhar! Worked perfectly for what I was trying to achieve 🙂
Hi Sridhar.
Is there a way to achieve this with the Minimum Pro theme, specifically on the portfolio page?
So the titles will be below the featured images?
Great site!
Thanks Sridhar, It works great!
Great tutorials! Is there a way to do this for post formats? Specifically, if a post is a ‘Video’ post, I’m trying to have the video appear above the title, like you’ve done in this example for featured image above post title. Thanks in advance!
I’m also trying to figure this out
Awesome! Thanks for this. Mind sharing how to display the image above title on the blog feed page? This code only displays the image above post title on single post pages…
Thanks again!
This code for post’s singular page. What about main page(home)?
Thanks…
Go to Genesis > Theme Settings > Content Archives. Tick ‘Include the Featured Image?’, select your desired image size and save settings.
If for whatever reason you don’t want to use that setting, set a Page as Posts page at Settings > Reading, add this code in child theme’s functions.php and regenerate thumbnails (if needed).
https://gist.github.com/38e27262e79092549103
how can i make it work on other themes? this is for executive pro only right?
Hi Sridhar,
I wonder if you could show how to add the caption info with this? I’ve looked high and low and can’t find anything helpful.
THis is great! — except I don’t use the Executive Pro theme – I have Agency Pro. Could you possibly show how to do this with that – or other – Genesis themes?
How can I do this on the Metro Pro theme? Thanks
I only want this code for Posts, not static Pages. Can you please tell me how I can accomplish that?
Try changing
if ( !is_singular() || !has_post_thumbnail() )
to
if ( ! is_singular( 'post' ) || ! has_post_thumbnail() )
Hi Sridhar,
How can I do the same thing in the Aspire Pro theme, for the single post page?
I just tested this tutorial in Aspire Pro and it’s working fine.
Just change 680 to 700 in
add_image_size( 'singular', 680, 200, TRUE );
No further changes should be necessary.