Automatic excerpts on homepage
-
Site: https://www.jakespharler.com
Theme: Child-Twenty TwelveI have a long chain of posts on my home page that I want to change into excerpts with thumbnails. After reading this forum: , I edited the content.php file in my child theme to this:
<!-- comment out excerpt for search section <?php if ( is_search() ) : // Only display Excerpts for Search ?> end commented out section --> <!-- start new excerpt for search and posts page section --> <?php if ( is_search() || is_home() ) : // Only display Excerpts for Search and Posts Page ?> <!-- end new excerpt for search and posts pages section -->
However, this caused the site to crash, displaying a “scream error” in Firefox. Also, I guess I should mention that I am using WAMP server as a local host test site to experiment with this.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Automatic excerpts on homepage’ is closed to new replies.