If you go to Genesis > Theme Settings > Content Archives, you can select either full content or excerpts.
The only problem is, these options will affect any blog listings page, including archive, author, blog, category, search, and tag pages.
What if you want full post content on one archive and excerpts on another?
To display full post content on your home page and excerpts on all other archives, simply:
- Create a new front-page.php file using a code editor like Notepad++
- Copy and paste the PHP code below into your new front-page.php file
- Save and upload the file to the root directory of your child themes folder.
If your theme already includes a front-page.php, home.php or index.php file, add the following code to it before the closing genesis();
tag.
Here’s the code for logged in members:
This doesn’t work for me. When I click on excerpts the front-page also gets excerpts. I have created a front-page.php and pasted the first code in your tutorial.
What I want is full posts on front-page AND on all the pages I reach via pagination on front-page and following pages.
I do not want featured images on front-page and following pages, but I want featured images on archive pages.
And I would like to get rid of the extra title I get on the first page – which is a copy of the first entry.
Forgot to say I’m using Twentyseven pro theme.
Hm – me again. It seems to work if I do not chose static home page but last posts. And thats good enough for me.
Hello Rita.
Yes, never choose static page for front page, always use Front page displays > Your latest posts
If you want to remove the posts, use a custom front-page.php file.
Hi Brad,
I’m using Gallery Pro and would like to have excerpts on the front page / homepage and full content on the blog page. Can you help with this?
Thanks,
Linda
Try these code snippets https://wpsites.net/web-design/genesis-blog-posts-template-fully-customizable/
Here’s a complete tutorial
Yep!
Tested locally it works for me. Please send me your login details using this secure form.
Did you add a plugin or anything to do this as well?
No plugins added to help with it.
I noticed your theme includes a front-page.php file with widgets that when isn’t populated, displays †he posts but the code also needs the is_front_page() conditional which i added.
Or you could simply delete the front-page.php file as you’re not using the widgets hard coded into it.
I feel like I am crazy that it’s working on your end but not mine?
When I go to page 2 I still see full posts:
http://simplyshellie.com/page/2/
An archive page works perfectly:
http://simplyshellie.com/category/make/breakfast/
I cleared the cache and checked in 2 browsers…what am I missing?
Brad-Following up from the Studiopress forum regarding this site:
http://www.SimplyShellie.com
I wanted full posts on the home page and excerpts on all archives pages. I implemented the “alternate solution” above and no changes occurred on the site. Any insight would be appreciated.
When you say home page, do you mean posts page or front page because they are different.
I mean my posts page (which is the home page -simplyshellie.com), I am not using the static page option on this site.
Add this at the end of your functions file using a code editor. Assumes you’re set the Genesis > Theme Settings > Content Archives to show excerpts:
I added and now only get full posts on all pages.
How about your settings?