Having trouble with the new cPanel theme?

Tuesday, April 5th, 2016

If you are having trouble with the new paper_lantern theme with cPanel. Then this article will help you solve the problem with no CSS, or Javascript showing up on your new cPanel templates. You will need SSH access for this. The fix involves setting up a new symbolic link, and the last parameter dep...

Read More

Infinite WP – How to add and backup

Thursday, November 19th, 2015

InfiniteWP is a self hosted open source WordPress management tool. It allows you to access your WordPress sites through one interface allowing you to backup, restore, and update your WordPress version, plugins, and themes. This is as of version: Prerequisites : You must already have infinite-wp inst...

Read More

Learn Git

Sunday, September 6th, 2015

Git commands: create a repo: git init Gives what files still need to be commit, ready to be added, ready to be commited: git status Commit: Get file ready: git add *name of file.txt* Message attached to commit: git commit -m "This is the description text for the commit. Tell us what you changed!" To...

Read More