Category: Wordpress Tips

How to remove HTML Entities WordPress

Last updated on January 4th, 2023 at 06:27 pmIt is annoying to see your WordPress post displaying HTML Entities instead of actual code results. For example it will display & gt; for > and & lt; for < symbol. How to fix this without using a Plugin. The function below is not that greatly done […]

How to display total post count in WordPress

Last updated on August 7th, 2022 at 07:00 pmIf you want to display total number of posts you have published on your blog or website without using any plugin then this simple code will help you. NOTE:-If you are using this script outside wordpress, Make sure you add it after calling the WordPress header file wp-blog-header.php. […]

How to delete all pending comments from WordPress

Last updated on January 29th, 2022 at 11:04 amWhile checking my website today I saw around 3792 comments pending for approval. It is for sure that my website is attacked by WordPress comment spam. They will post thousands of comments spamming the entire website and if your website is having less resource then it might […]