Category: Configuration & Tweaks

Web and Media Solutions

Understanding Cron Jobs

The software utility cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals. It typically automates system maintenance or administration—though its general-purpose nature makes it useful for things…
Read more


June 12, 2018 0

.htaccess for WordPress in root folder

If you have a flexible enough web hosting CPanel, it allows you to just install WordPress with just a click of a button and few configuration inputs to be filled in. Most of the times, people will choose first to install in a subdirectory, without messing the existing content in “public_html” folder or known as…
Read more


June 4, 2018 0

How to use advance link attributes in WordPress menu

1. Expand the Screen Options On your Appearance > Menus page, click the ‘Screen Options’ link in the top right corner. 2. Enable the ‘Link Target’ option Within the Screen Options page you will see a ‘Link Target’ checkbox. Enable this option and close the screen options. 3: Enable the ‘Open link in a new…
Read more


June 4, 2018 0

Facebook Integration to Content Management System

Facebook comment integration is not as hard as you need to create an Facebook application and obtainb the unique applicatin id and xid. All you need to do is, paste the codes below according to your need. It can be integrated into CMS or just normal website 1. For WordPress CMS (Add the following line…
Read more


November 13, 2017 0

Using .htaccess for favicon (.ico)

Add the following line to your .htaccess file AddType image/x-icon .ico RewriteRule ^favicon.ico favicon.ico [NC,L] Make sure favicon.ico is placed same level as this .htaccess file and not any other sub-folders. To create an icon for your website from your image file, you may use the free tool provided here :http://tools.dynamicdrive.com/favicon/


September 10, 2017 0