0

FluentCRM – Email Marketing and CRM Plugin

FluentCRM is a brand new email marketing automation and self hosted CRM plugin for WordPress. Whether you want a centralized console for all your customer information or a straightforward approach to grow your subscribers, FluentCRM has something for everyone. You can effectively use it for your marketing campaign and scale your business. You can add […]

0

Hidden Gems of WordPress – Part 2

This is the second part of my “Hidden Gems of WordPress” series. If you missed the first part then you may check it out but it’s not necessary for this part. In the first part, I’ve discussed about some cool and useful functions that you may already know but why don’t you check it out, […]

WordPress-Hidden-Gems
0

Hidden Gems of WordPress – Part 1

For the las two years I’ve started working with WordPress again and re-discovered some hidden gems of WordPress. Here, what I meant by again is that, I wasn’t using WordPress for any kind of web development since 2010 (most probably) and it was because I didn’t have any kind of work related to WordPress and […]

0

Ninja Tables Dynamic Data Filter

The Ninja Tables is a freemium WordPress plugin which is one of the bests table plugin right now which allows anyone to build any type of HTML table with its powerful column builder very easily. This plugin has a very nice and user friendly interactive UI to build an HTML table even without knowing anything […]

0
Php

WP-CLI – The Command Line Tool For WordPress

Probably the WordPress is one of the most used CMS and blogging platform on the web and also it’s probably the most criticized one in the PHP community as well, because the way it works but not sure about that so pardon me if I’m wrong. Anyways, so whatever it’s but it has dominated the […]

7
Php

Advanced Date Queries in WordPress – 3.7

On October 24, 2013, WordPress Version 3.7, named for Count Basie, was released. It has some cool new features and one of those is that, developers can now query for posts within a date range, or that are older than or newer than a specific point in time using date_query . For example, to get […]

ob-image
6
Php

Headers Already Sent Error in WordPress

In WordPress admin/back end it says : Warning: cannot modify header information – headers already sent by (output started at /home/…../header.php:3) in /home/…. on line xxx Well, this is a very common problem and old too, which has been discussed/resolved in so many places on the WEB (IMO) and it happens, when developing a plugin […]

4
Php

Pretty Url in WordPress Search Result

In WordPress, the search url is not pretty, I mean it’s not search engine friendly (uses query string), it looks something like http://example.com?s=foo and it’s doesn’t look very professional. So, if you want to change the url to something like http://example.com/search/foo then it’s possible and very easy, just 2 steps. Step 1 : Create a […]