Show full article instead of just excerpt
Hello.
I am creating a custom home page and I have included the Muffin Builder Blog module. The blog posts are showing but I can only get their excerpts to show. I can change the length of the excerpt under Appearance -> BeTheme Options -> Blog but I cannot find a way to turn it off. I have selected "Full text" for "For each article in a feed, show" under Settings -> Reading but still no luck.
I can hack the code to force it but I would rather not as it will get overwritten on updates. Does anyone know of a setting I might be missing?
Thanks.
I am creating a custom home page and I have included the Muffin Builder Blog module. The blog posts are showing but I can only get their excerpts to show. I can change the length of the excerpt under Appearance -> BeTheme Options -> Blog but I cannot find a way to turn it off. I have selected "Full text" for "For each article in a feed, show" under Settings -> Reading but still no luck.
I can hack the code to force it but I would rather not as it will get overwritten on updates. Does anyone know of a setting I might be missing?
Thanks.
Comments
for full content display is responsible the_content() function. All details about this function you can find on https://developer.wordpress.org/reference/functions/the_content/