If you want to remove the website or any other field from the comment form of your WordPress site/blog, you will first have to check if it is loading default comment form or custom form from your theme. It’s generally inside comments.php file of your active theme. If you see… Read More »
How to add “Read More” link with the_excerpt()
When we use the_excerpt() to show the post excerpt, by default it shows ‘[…]’, which means “read more”. But what if we want to show an actual “read more” text (or maybe something else) with link to the post? We can achieve this by filtering the_excerpt. But that also has… Read More »