[Wordpress Help] How Can I Show Full Post On Home page?

Actually, you don't need to use the plugin for this. Most themes can be changed very quickly.

In your theme files, look for the index.php file.

Look for the words

the_excerpt

change it to

the_content

be careful not to remove any of the brackets and then save the new file and it should work for you.
 
Actually, you don't need to use the plugin for this. Most themes can be changed very quickly.

In your theme files, look for the index.php file.

Look for the words

the_excerpt

change it to

the_content

be careful not to remove any of the brackets and then save the new file and it should work for you.

Thanks mate! this was driving me fucking nuts lol
 
Back
Top