Shortly after installing my WordPress theme and I pulled up a page that listed all of my blog postings and received the following error:
Fatal error: Call to undefined function the_content_limit() in
After a bit of searching around I was able to locate a fix created by Alfonso Sanchez-Paus Diaz y Julian Simon de Castro. The fix generates a link to read the full content of a post if that post exceeds the set amount of content for your theme.
This is a fix it and forget it solution. Many thanks to these guys for making it so easy.
To apply this fix:
- Go to this page
- Copy the content of the page
- Open up notepad or your favorite text editor
- Paste the copied content
- FTP to your WordPress server and navigate to the wp-content/plugins directory
- Transfer the file
- Then go to the Plugins section of your WordPress Admin panel
- Sort the ‘Inactive’ plugins and find the plugin titled “Limit Posts”
- Click ‘Activate’… and you’re done!