Amit
  • Home
  • Month: May 2021

Photo-about
WordPress

How to set character limit on the_content() and the_excerpt() in wordpress

You could use a WordPress filter callback function. In your theme’s directory, locate or create a file called functions.php and add the following in: Use the code in your function.php or you can create your own excerpt function and use function name in your theme. Use the code in your…

Learn More

By Amit Bera

3 years ago
Share
Comments
knowledge, WordPress

WordPress Post Views count by Ip Address with time limit using Post Meta

If you want to keep real-time track of your WordPress post views by user IP then you can use this code. Below code snippet will gives stats for each post. This is a three simple steps process and its pretty much easy to follow. First Step Add below codes in…

Learn More

By Amit Bera

3 years ago
Share
Comments
View more