The default dropdown categories widget in WordPress displays the text “Select Category” as a first option by default, is there a simple method to change this text without using a plugin or modifying the core WordPress file?
Leave a Reply
You must be logged in to post a comment.
Add a function like this one in your
functions.php
in the stylesheet directory:Where My Category is the new title you want instead of
Select Category