WordPress is such a powerful tool out of the box that it is surprising to find something that it doesn’t have a function for. Here is a code snippet that will allow you to show tags that are related to a specific category. The nice thing about this snippet is that it does not require [...]
JavaScript: 3 Ways to Use document.write
The document.write command is a standard, yet powerful, JavaScript command for writing output to a page. In this article I’ve outline 3 ways to use document.write statements.
Recent Comments