Archive for Tips

You are browsing the archives of Tips.

Just do it without a plugin

Just do it without a plugin

Many WordPress users relay on a plugin to perform simple functionalities, tasks and appearances on their WP powered websites. We have seen author highlighting plugin, addthis plugin, drop cap plugin and many other plugins written... Read More »

Create limited time offer page using PHP

I was experimenting useless data when I accidentally came across this useful tip, then I decided to share it with the Internet folks. It’s yet another date() related topic, however, date() function is a great... Read More »

How to set an alarm using PHP

What about if I want to make weekly notification, that rises an alarm once in every week, month, year, or any cycling period of time? And what about if I don’t want to assign CRON jobs to do that kind of work or I don’t... Read More »