Category: Content Management
-
Totally Offline Local WordPress
I have been looking for this for a long time and finally found an interesting plugin, Airplane Mode for WordPress.ย This plugin allows you to install WordPress on your local desktop/laptop and stop it from trying to load fonts, icons, gravatars, or javascript libraries of any sort. Without this you will notice that a local…
-
How to Disable Comments on WordPress Media Attachments
A lovely little piece of code to disable comments on Media Attachment pages which is a source of irritating SPAM… Just paste the following in your functions.php file. How to Disable Comments on WordPress Media Attachments.
-
Manage user profile and credentials
We recently required to force our newly registered users on a project to change their password on their first login. This is handled by default in the WordPress core with the default password nag meta field, However, upon the first login the user is redirected to the wordpress default profile.php page which is not very…
-
What is a good website?
A good website is one that goes beyond the need to serve information, but rather plays an integral role in the enterprise’s development and growth.
-
Managing a development and live site
As is often the case when developing a new site for a client you have to work with a beta site to show-case the work to its stakeholders and in parallel deploy updates to a live site. In such a scenario one ideally wants the live site to be searched and indexed by search engines,…
-
Invoicing with WordPress
We have been looking out for a neat Invoicing plugin for quite some time and found various reviews about the different plugin available out there. We were looking for something rather straightforward, manage clients, manage invoices, manage payments. We initially set out to test the WP-Invoice plugin, however, we soon run into difficultities with some…
-
Integrating WP Project Management plugin with Gmail Tasks
One of our favourite Project Management plugins for WordPress is the excellent WP Project Management by Tareq Hasan. The free version of the plugin gives the user a reasonable start and there are some neat commercial addons as well as a pro version of the plugin which offer more functionality. However, as a small developer…