We wanted a way to track the progress of a site without leaving the site. The client and/or the team can manage everything from one place. As one of our users said, “If you want to see the progress of a house you’re having built, you go down to the construction site and take a look.”
The kanban board doesn’t use pages or posts, and subsequently can’t be embedded in another page. So there is no shortcode. We designed it this way so it is completely secure, and will work with any website.
Some people work around this by using an iframe to “embed” the board in another page.
When you purchase an add-on, you get a license and a copy of the add-on (which is a plugin). You can install the add-on on as many sites as you’d like. The license qualifies you for priority support, and free updates to the add-on for one (1) year. If you renew your license (which happens automatically), you will continue to receive updates and priority support.
You also get our undying love and loyalty for supporting the future and continued development of Kanban for WordPress.
Unlimited! Install them on every site you have!
Unlimited! Add as many people to each board as you like.
No problem. We offer a full refund if you aren’t satisfied. Contact support, and we’ll refund your money for up to 30 days after you purchase.
Anytime! Cancel with two clicks from your account dashboard. Your license will stay active until the year ends.
Make sure your .htaccess redirects to your index.php file correctly.
Standard .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Changed .htaccess to work in a subdirectory called “/wordpress”:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
We’d love you to give us a 5 star rating on our WordPress.org review page. We’d also appreciate testimonials for our homepage, and we’ll link to your site! Send them to us via our contact page.
Contact us directly using the contact form of our site. If you’ve found any issue while using the plugin, post it on our Github repo.
We track all the development of the plugin via Kanban for WordPress github repo. Please read the contributors guideline before submitting your contributions.