WordPress
Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 4

At LUBUS, we have been fortunate enough to work on different kind of projects which has helped us learn & explore WordPress. We try our best to avoid using plugins for every other requirement which can be simply implemented with few lines of code. But there are scenarios when plugins come in handy. For us, these plugins are tools & utilities which help us perform tasks during development. These plugins have been helping us on our various projects. We are sharing them in series of articles covering 5 plugins in each post along with scenarios when we used them. [well] Note: These plugins are…

LUBUs Highlights April 2017

LUBUS Highlights April 2017

[well]Working towards standardizing our workflow to work on things in a more disciplined manner [/well] Here’s a list of few things we have been doing recently that might be of your interest or help: Most of our existing client are either on VPS (Virtual Private Server) or are about to be moved. For the upcoming projects, we would standardize this for all upcoming projects to eradicate common issues/concerns raised by client mostly performance issues which are common on shared hosting. This will help us deliver better and also improve our workflow. Currently, all our projects are proudly powered by DigitalOcean. Ping us if…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 3

At LUBUS, we have been fortunate enough to work on different kind of projects which has helped us learn & explore WordPress. We try our best to avoid using plugins for every other requirement which can be simply implemented with few lines of code. But there are scenarios when plugins come in handy. For us, these plugins are tools & utilities which help us perform tasks during development. These plugins have been helping us on our various projects. We are sharing them in series of articles covering 5 plugins in each post along with scenarios when we used them. [well] Note: These plugins are…

WP Query Console – Quickly Test WordPress Queries

It’s common while working on theme and plugin development, it involves working with WordPress queries. Most common way to test is ‘var_dump( )’ to test the output or refresh the page and see the output but then we thought of creating a handy script long back to make it less boring. Idea was to have something like SQL clients kind of thing so that we can write the query and see the output. Recently we converted it into a WordPress plugin called “WP Query Console” which is available on plugin directory. You can quickly install it right away from your dashboard.…

LUBUS Highlights March 2017

[well] Like every month, last month also our team spent sometime in giving back to the community. Also, we spent hours in polishing few of our products. [/well] Here’s a list of few things we have been doing recently that might be of your interest or help: We have been using the simple script to debug/test WordPress queries. We thought to convert it into handy plugin & share it as OpenSource GPL plugin. We released “WP Query Console” which is available on WordPress plugin directory to install it quickly in your WordPress dashboard. Same is available on GitHub to explore the…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 2

At LUBUS we have been fortunate enough to work on different kind of projects which has helped us learn & explore WordPress. We try our best to avoid using plugins for every other requirement which can be simply implemented with few lines of code, but there are scenarios when plugins come in handy. For us, these plugins are tools & utilities which help us perform tasks during development. These plugins have been helping us lot on our various projects. We are sharing them in series of articles cover 5 plugins in each post along with scenarios when we used them. [well] Note: These plugins…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 1

At LUBUS we have been fortunate enough to work on different kind of projects which has helped us learn & explore WordPress. We try our best to avoid using plugins for every other requirement which can be simply implemented with few lines of code. But there are scenarios when plugins come in handy. For us, these plugins are tools & utilities which help us perform tasks during development. These plugins have been helping us a lot on our various projects. We are sharing them in series of articles covering 5 plugins in each post along with scenarios when we used them. [well] Note: These…

Sublime Atom Snippets For WordPress Custom Meta Boxes

Sublime & Atom Snippets For WordPress Custom Meta Boxes

We at LUBUS love crafting custom WordPress solutions and try to use plugins only when it’s genuinely needed. Every other WordPress project we work on somehow requires “custom meta fields”. Though we have many plugins available we love to use non-plugin solution & “Custom Meta Boxes (CMB)” by Human Made is the perfect solution which always works for us and lately, we have been contributing to it as well. It’s so much part of our work nowadays that we find ourselves spending a lot of time on its wiki for various code & info. As “Sublime Text” is our choice of editor, we…

Display Upcoming WordCamp’s On WordPress Post Or Page

A couple of months back we released WordPress plugin to display upcoming WordCamp’s on the wp-admin dashboard, you can read about it here for more details. Post that we have been receiving the request from many users & developers to add in support for the shortcode. We have been planning to add the support for shortcode & Visual Composer so that details can be easily displayed at different places, not just wp-admin dashboard. Finally, with the release of v0.6, you can use the shortcode to display WordCamps anywhere or Visual Composer widget if you use Visual Composer page builder. Currently, shortcode doesn’t have any…

wordpress website google optimization

WordPress Website Optimization With Google

It’s no denying fact that with every passing day more and more people are using WordPress which is quite visible from the rising market share. At LUBUS we have been providing WordPress powered websites & solutions to our clients. We try to provide our clients with a handcrafted solution for more control over various aspects. These days more and more users are accessing the web via mobile devices and it’s much recommended to optimize the website for better rendering & speed. When using readymade themes & plugins it often leads to slow down of the website due to various reasons. We often get…