Articles

Setting the username and email for your GIT Repo

Use the following code to set the default username for your git repo git config --global user.name "jfernandez" and the following to check: git config --global user.name Use the
Read More

Creating a menu item that is not listed under a visible menu in Joomla

Most pages created in Joomla are required to be associated with a menu item in some fashion. This means a link to a page cannot exist without its associated menu item. In this
Read More

Setting up a K2 category listing menu item

The following are steps to take if you would like to set up a menu item to list a group of K2 Category
Read More

Add menu item in WordPress

A simple tutorial on how to add menu item in
Read More

Changing the WordPress default email or admin email address

This is a simple tutorial on how to change the WordPress default email or the WordPress admin
Read More

Using the MMenu WordPress plugin to list your categories (its what we use for this site)

This how you use the very famoust MMenu to list categories in a wordpress
Read More