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.
How about if its not in a grid or its using a standard genesis grid?
I’ve updated the post. Please check the Addendum section.
Thank you, it helpful…………..
Thanks for this tutorial! Is there a way to disable the featured image on the full post and still have it show up on the excerpts? Since my full first post is now showing, the featured image is a little unnecessary.
Here’s a temporary CSS workaround:
.feature .entry-image {
display: none;
}
I posted the question here: https://github.com/billerickson/Genesis-Grid/issues/7
Shall update when I get the answer.
This code will allow you to remove featured images from the full post: http://www.billerickson.net/code/remove-featured-image-from-feature-posts/
I want to achieve this but ONLY on the blog home page, the search/category archives I still want just the grid to show. Is this possible?
Try using the is_home conditional, like this:
if( in_array( ‘feature’, get_post_class() ) && is_home() )
Thanks Sridhar. Where would I add the line of code you just replied with in relation to the other code you have in your post? Or could you link me to the exact code I would need to add to my functions.php file?
Add this code in functions.php: http://pastebin.com/raw.php?i=VVkvyWxm
I very much appreciate your help. I tried the code you provided and either I don’t have the settings correct and/or I didn’t explain precisely what I am trying to accomplish. Here is a link to a website that has everything I’m trying to do: http://pinchofyum.com/
If you notice they have 1 feature on the Home page followed by 10 teasers that I assume are showing full content, while utilizing the “Insert More Tag” so each teaser ends on a “Read More”.
Then when you click on an archive like Recipes: http://pinchofyum.com/category/recipes, she has an all grid layout showing 15 teasers and no features.
So I need to figure out how to be able to:
– In Theme Settings > be able to select show Full Content and Include Feature Image without having double images appear on blog Home page.
– In Genesis Grid Loop Settings > be able to select “Enable on Home Page” and choose 1 Feature on first page but by first page I really mean blog Home page, I don’t want any features on archive pages like how is done on the links above.
Thank you so much for sharing this!! Worked perfectly and I’m very new to wp
It’s possible to have a full post in home page (non only the first, but x” post) , and post with excerpts for all others pages ?
Thank you very much for this tutorial, it is a lifesaver.
I spent WAY too much time trying to tinker myself haha
PLEASE HELP. I just tried adding this to my child theme’s functions.php file and it completely broke my site. I’m now having the white screen of death and I don’t know how to fix it. PLEASE HELP!!
Undo the changes you did.
Edit child theme’s functions.php using a FTP client or cPanel file manager. You have most probably included the opening PHP tag from my code. You should remove that.
Sridhar – quick question for you. How would I show two full posts and then the excerpts?
What if you want to show full posts on the homepage, but post excerpts on the archives?
http://sridharkatakam.com/how-to-show-full-posts-on-the-posts-page-regardless-of-genesis-theme-settings/
[…] the comments section of my tutorial titled Show Full post followed by excerpts in Genesis, a user […]
[…] Related: http://sridharkatakam.com/show-full-post-followed-excerpts-genesis/ […]