So, you’ve successfully managed to set up your WordPress website, with a simple design. The only challenge is, how do you grow it from there? While WordPress does offer various tools and applications built on it- for improved user interface,…
So, you’ve successfully managed to set up your WordPress website, with a simple design. The only challenge is, how do you grow it from there? While WordPress does offer various tools and applications built on it- for improved user interface,…
Add this to the functions.php of your theme. This example is to be used with my Ask Me Anything (Anonymously) WordPress plugin. To use it with other themes and plugins, change the text domain of the theme or plugin in…
Escaping a text with links can be replaced if escaped with __() during localization. This not ideal since the person writing the localizing file could replace links with their own. The proper way to do this is explained with an…
If you want to create an anonymous feedback page for website and let users write to you anonymously, this tutorial is for you.
In this tutorial, learn how to conditionally display form fields using simple inline JavaScript. Add-on plugins are an overkill for most simple use cases.