TECHNIG
Gateway for IT Experts and Tech Geeks

How to Limit the_content Function Text Length in WordPress?

If you are a WordPress theme or plugin developer, you definitely need to know how to limit the_content text length or the excerpt word. There are several tips and tricks that you let you do it. In this tutorial we are going to show you the most common ways to limit the_content text length.

What is the_content Function?

The content is a function in WordPress (the_content) that will show post content in your theme. By default, if you call this function, it will show all the post content, weather in home or blog page or single page. mostly we want to limit the words when we call this function in home page, because we want to show only the summary of the post instead of full content.

How to Limit the_content text length?

Mainly, there are two ways to show a custom words limit in instead of full content; using get_the_content or get_the_excerpt. We will show you both ways and you can use any of them in your project. If you want to know what is the difference between them, refer to this article.

Using get_the_content

Here is the code how to it using get_the_content functions.

function my_content($limit) {

   global $post;
   $permalink = get_permalink($post->ID);
   $readmore = "<a href='$permalink'> View article ... </a>";
  $content = explode(' ', get_the_content(), $limit);
  if (count($content)>=$limit) {
    array_pop($content);
    $content = implode(" ",$content).$readmore;
  } else {
    $content = implode(" ",$content);
  }	
  $content = preg_replace('/\[.+\]/','', $content);
  $content = apply_filters('the_content', $content); 
  $content = str_replace(']]>', ']]&gt;', $content);
  return $content;
}

Now any where you want to show a limit amount of words, you can use the ‘my_content(30)’ function and pass the number of words you want to show.

Example:

<?php my_content(40); ?>

Of course you can change the function name from my_content to anything you want.

Using get_the_excerpt

If you have read the article about comparing the_excerpt and the_content, you know where to use the_content and where to use the_excerpt. Here is how you do the above using get_the_excerpt function.

function excerpt($limit) {
	  global $post;
	  $permalink = get_permalink($post->ID);
	  $readmore = "<a href='$permalink'> View article ... </a>";
	  $excerpt = explode(' ', get_the_excerpt(), $limit);
	  if (count($excerpt)>=$limit) {
	    array_pop($excerpt);
	    $excerpt = implode(" ",$excerpt).$readmore;
	  } else {
	    $excerpt = implode(" ",$excerpt);
	  }	
	  $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt);
	  return $excerpt;
}

In the same way, anywhere you want, you can use this excerpt function and give the number of words.

Conclusion

It was this simple. There are some other ways that you can do this, like; using filter hooks to filter the_content, but it will not be as flexible as this methods. We hope it has been informative for you, if you have any question, feel free to comment it below. 🙂

Leave A Reply

Your email address will not be published.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

where to buy viagra buy generic 100mg viagra online
buy amoxicillin online can you buy amoxicillin over the counter
buy ivermectin online buy ivermectin for humans
viagra before and after photos how long does viagra last
buy viagra online where can i buy viagra