Blog Archives

Effective Types of Team Building Events Run by Professional Companies

Organizing a fun yet effective team building excursion for your staff can be challenging. You need to think outside the box when coming up with exciting team building activities. Essentially, the purpose of any successful team building event is to

Posted in Entrepreneurship, Guest Posts Tagged with:

Understanding Asset Allocation And Portfolio Re-balancing

If you can figure out your asset allocation and re-balance once a year, and if you get that right, you should have a reasonably good investment plan.

Posted in Personal Finance Tagged with: ,

Log WordPress Database Queries To File

Useful to see what changes are made in the WordPress database by a plugin, theme or other code. Add this to functions.php

Posted in WordPress Tagged with:

Convert WordPress Image Filename To Lowercase

WordPress by default will preserve capitalisation in filename for images. To make filenames lowercase automatically, add the following to the functions.php of your active theme.

Posted in WordPress Tagged with: ,

Easily Find ID of Post, Page or Product In WordPress

The easiest way to find the Post ID, Page ID or Product ID in WordPress is to hover over the post in WordPress admin and check the link. The number after post= and before & is the post ID. You

Posted in WordPress Tagged with: ,