Display Entire Post on Homepage
-
Hi.
I have researched this issue extensively. I can’t seem to come up with a solution.
Here is a link to my website I’m trying to establish… https://www.rzweather.com/
Basically, I want all the posts to display on the homepage. The entire post.. Not just the words as it is now.
I have tried to change all of the
<p><?php echo wp_trim_words( get_the_excerpt(), 22, '...' ); ?></p>
in the code on the homepage and index templates to this…
<p><?php echo wp_trim_words( get_the_content(), 9999, '...' ); ?></p>
That didn’t seem to help. Any ideas and thoughts as to what to do next would be greatly appreciated. I am trying to build a website dedicated to local weather across Alabama.
Thanks so much!
- The topic ‘Display Entire Post on Homepage’ is closed to new replies.