Blog Archives

7 Important Tools to Grow Your WordPress Website

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,

Posted in Guest Posts, WordPress Tagged with: , ,

Translate WordPress Programmatically With Gettext (Without .PO/.MO)

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

Posted in WordPress Tagged with: ,

Escaping Text With Links In WordPress – The Right Way

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

Posted in WordPress Tagged with: , ,

Create Sarahah Style Feedback Page For WordPress In 3 Simple Steps

If you want to create an anonymous feedback page for website and let users write to you anonymously, this tutorial is for you.

Posted in Tutorials, WordPress Tagged with: , ,

Conditionally Display Fields In Contact Form 7 With Simple JavaScript

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.

Posted in Tutorials, WordPress Tagged with: , , ,